I have a column in a DataGrid (VB 2003) which has a format of N or C (N displays the number with commas as thousand separators; C, currency, shows the thousands separator plus a $ at the front--usi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22742165.htm...
On page load, I have panel.visible = False
Then, immediately run a (sub) function called from page load, which has a data adapter to recall database info for a ddl. Then I have this select case:
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23039507.html
I need to get values from a table, but there is always a different number of rows. If there are only 2 rows of data, then I get error "there is no row at position 2". So if there were 3 rows of dat...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23041013.htm...
I have a form. In this form I have a panel, which contains several controls - a dynamically determined amount of controls. Those controls are sized to have the exact width of the panel.
Now,when...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23061329.htm...
I have the following:
Dim Culture as string = "en-US" ' Default
Select Case My.Settings.Language ' Settings entered by the user
Case Is = "1"
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23066686.html
I have a function in VB .NET that process information and return a string.
It function can be called from many other functions or subs, (as usually, jeje).
I need to know (inside it function) who...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23076806.htm...
I have a form that contains two DateTimePicker Controls in order to enter "FROM" and "TO" dates.
if the user want to enter: days, month and year, I have no problem to set the format to show da...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23081831.htm...
I have a VB .NET application that works with a grid (like Excel).
I need to export all information in the grid to EXCEL and PDF files in order to send by email.
I am looking for a .NET compon...
http://www.experts-exchange.com/Programming/Languages/Q_23084875.html
I am developing a program that opens a tiff image, places some text on it and then saves it. The tiff that i start with has a resolution of 300x300, the compression is CCITT Group 4 Fax and Bits pe...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23092216.htm...
Hi All,
At am coding an application and would like to provide better exception handling than already exists.
I Understand that I can capture all unhandled exceptions by using the Sub in hte A...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23121749.html