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.
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23032538.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22745980.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22843080.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22872...
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)...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22899123.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23049...
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 ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Remote_Desktop-Termi...
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Remote_Desktop-Termi...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23067218.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23073443.htm...