Wepiha's Q&A profile
Windows Forms RDP Audio Problems
Whenever I connect to a Windows XP machine via RDP and select "Bring to this computer" for Remote computer sound and then disconnect. Which locks the remote desktop of the machine that I RDP'd into. When does the remote machine regain the use of its local audio driver Do I have to log back into that machine with "Leave at remote computer" for Remote computer sound in order for the remote machine to use its local audio driver ...Show All
Windows Forms Is it a DataGrid?
Hi people, I have read much about the DataGrid Control here in the foruns and in MSDN. It seems to me that it is very dificult to custumize. And I've a question, is the property box of VS.NET a Datagrid That box is fully custumizable, you ...Show All
.NET Development Cross Database Form Parameters
Hi, The new database controls work well by permitting the ConnectionString provider name to be toggled based on the database, e.g. providerName="System.Data.SqlClient" or providerName="System.Data.OracleClient". Grids still work, selecting the data from the new database providing tables have the same names and the queries are generic SQL. Unfortunately when you start using query parameters, the parameter names appear to be ti ...Show All
Visual Basic Loading new forms
Hey everybody, I'm sure this is one of the simplest things to program, but I can't figure it out. I have a form with a couple checkboxes and a button on it. When I click the button, I want a new form to pop up, and have its options be related to the ones picked by the check boxes on the first form. OR, how would you design several different forms, and have several buttons on the first form that would load one of the other forms you have desig ...Show All
Visual C++ Help with visual beta 2
Im in a CS class using the microsoft visual studio 8 beta 2 as our program. last year we used lawence press libs and we cant use those in beta any suggestions Hi, I've looked at the libraries you linked to and it seems that they have been designed back in 1997 for Visual C++ 6.0. Since that release, we have made tremendous improvements in the product, specifically in the realm of standards conformance. Thus, the primary reason for the libr ...Show All
Visual Studio Tools for Office Use Visual Studio 2005 or use VBA in Access or Excel?
I am looking for some direction as to how to begin a new project. I am wondering if it would be better to try and use Access or Excel along with VBA to do this project of if I should use VS.NET 2005. What I would like to do is make a proggy similar to QuickBooks. When I downloaded QuickBooks and ran it on trial, I noticed it looked like someone took Access and created a custom form for it. I want the program to be able to keep track of ...Show All
SQL Server HIding databases that a user does not have permission to
I remember reading a blog post which showed you how to hide databases other than the ones the current user has permission to see. My ISP is getting a lot more SQL 2005 databases on the server and I would like to encourage them to only show me mine in Management Studio rather than the huge list I have to scroll down. Is this possible (the blog post *may* have been for SQL 2000 but I'm looking for a SQL 2005 solution) Yes, there ...Show All
.NET Development Datagrid with check box
hi I have created a datagrid with DatagridBoolcolumn as 1st item. How to write code for user interaction At present the user can select/deselect check box, but it wont reflect when user moves to another column.. Hope someone can help me Regards You have to handle the Checked event for the column and call the Update method on the DataAdater in that event so that the DataSet is commited t ...Show All
.NET Development Get the new primary keys of inserted records using web services
Hello, I'm developing a web services application with VS2005 and .NET 2.0 and I'm having the following problem: Suppose I have a dataset on the server. I use a TableAdapter to Fill() it and I send it to the client using a web service. In the client I add new records, and the primary key of those records, because its an autoinc column, goes -1, -2, etc. When I send these records to the server using again a web service, I only send th ...Show All
SQL Server I can't add a new Reporting Services server registration of a remote server.
I need a help. This is the scenario: I have installed on my machine SQLServer 2005 Developer but not reporting services because I don't have IIS. Now there is server: W2003 + SQL Server 2005 Developer (Complete) + II6. From the SQL Server Management Studio I can connect to the DatabaseEngine on the server but I cannot connect to Reporting Services or Integrated Services. On particularly when I try to create a new Server Registration ...Show All
Windows Forms Using MSHFlexGrid in C#
Hi. I am trying to use the Microsoft Hierarchical FlexiGrid ActiveX control in .NET on a Windows Form. The problem is, however, that it seems impossible to get at the Cols property, which I have been using quite extensively in previous projects in VFP and VB6. Can anyone confirm, and does anyone know of a workaround (I am using VS.NET 2003, by the way.) Thanks, Eyvind. Hi, try using the flx->set_ColWi ...Show All
Windows Forms How do I maintain a single instance of mdi child forms?
I am sure that there is a simple answer but I can't find it. I have a mdi form with a number of child forms and a number of grandchild forms. I do not want to run more than one instance of any form (child or grandchild) at any time within the mdi container. I have used the instruction my.forms.formname.close() before I open (show) a new instance of a form but this is ineffective and seems to be ignored. All the forms open and close OK when ...Show All
Windows Forms Range Parameters in my Report Doesn't work
Hi, I just created a simple report using one range parameter with no default values because I have a WinForm with two comboboxes showing values from a table, Selecting the item from the combo boxes I set the range parameters for my report ...Show All
SQL Server Querying XML with FOR XML Explicit then saving as Text
Hello! I am using Sql Server 2000 and I would like to have an 'audit' table that saves an xml snapshot of an object tree when any changes are made to that object. I have created a query that gives me the XML snapshot (using FOR XML Explicit) but I can't seem to find out how to insert this into the text field on my audit table. All the examples I have encountered deal with loading/converting xml data into a whole table or tables (which ...Show All
Software Development for Windows Vista Different Background images for ink control in Web
hi, i need to display the different background images for ink control in Web page on the fly depend on logged user. how to do it thanks Hi, is your question how to figure out the name of the currently logged on user - or how to set the background image on the control If it is the latter, can you specify what ink control and what programming environment you are using Thanks, Stefa ...Show All
