Advertisement

1 - 10 of 205 containing alltags:("VB 2005") (0.002 seconds)
I just can't seem to get this rounded. The first part of the snippet shows how I am validating the textbox if the field is empty or "" so it will be 0.00 if the user does not enter any data. ...
Zones: MS Visual BasicDate Answered: 12/19/2007 Grade: A Views: 4
This is embarassing... Im learning how to use VB from Java/C background... Go into Visual Basic 2005, make a new windows app. Fine. Then a put a label on there....the thing is -  I cant re...
Zones: Visual Basic, VB ControlsDate Answered: 08/07/2007 Grade: A Views: 5
I have a simple application. To get me started, when I double click on an item in the ListView object (triggered by the double click even) I want a msgbox to display the text of the item I double c...
Zones: MS Visual Basic, VB Controls, .NETDate Answered: 09/20/2007 Grade: A Views: 0
Hi, This is the first time I will be using an error provider, so bear with me if the question is of a beginner level. How do I add an error provider to a textbox on my Winform application? I ha...
Zones: Visual Studio, MS Visual BasicDate Answered: 10/05/2007 Grade: A Views: 8
Hi, I have a SQL based winforms application. This application adds items to a Master table as well as a details table. I need to get the output parameter from my Stored proc (the scope_Identity)...
Zones: MS Visual BasicDate Answered: 10/30/2007 Grade: B Views: 0
I have created a panel containing several labels and a textbox at runtime.  I need to have the panel handle both a right-click and a double-click.   I have figured out how to get the child controls...
Zones: Visual Studio, VB Controls, MS V...Date Answered: 12/29/2007 Grade: A Views: 0
I asked a different question in ( http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2005/Q_23060751.html ) and graye pointed me in a different direction that has led to ...
Zones: Windows RDP, Visual StudioDate Answered: 01/05/2008 Grade: A Views: 10
I would like my VB 2005 app to run on either a PC or a terminal server, if possible. My idea is to check to see if the app is being started on a terminal server by checking all running processes to...
Zones: Windows RDP, .NET, MS Visual BasicDate Answered: 01/07/2008 Grade: A Views: 8
I'm getting this warning message: warning BC40004: withEvents variable 'Load' conflicts with event 'Load' in the base class 'Form' and should be declared 'Shadows'. This is what shows in the Er...
Zones: MS Visual Basic, Visual StudioDate Answered: 01/08/2008 Grade: A Views: 28
I am populating a combobox at run time using the following call and subroutine: Load Delimiters(cboDelimiter)     Public Sub LoadDelimiters(ByRef combobox As ComboBox)         combobox.Items...
Zones: MS Visual Basic, .NETDate Answered: 01/10/2008 Grade: A Views: 82