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...
Hi, I have the following XML which is generated by a courier company:
- <tracking>
<creation>2007-10-15 12:35:03</creation>
<jobno>XXX07301</jobno>
<custref>XXXX</custref>
<jobstatu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22893314.htm...
We have an application we use which keeps track of Mental Health patients in our region. It is currently coded in Visual Basic 6, and we plan to move it to .NET. The developer wants to move the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22925671.html
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