Enter Keywords:
1 - 10 of 882(0.025 seconds)
Sort By:
 
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...
Zones: MS Visual BasicDate Answered: 08/07/2007 Rating: 8.2 Views: 5
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...
Zones: MS Visual BasicDate Answered: 10/15/2007 Rating: 9.0 Views: 0
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 ...
Zones: MS Visual C#, MS...Date Answered: 10/30/2007 Rating: 9.2 Views: 0
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: ...
Zones: ASP.Net Programming, MS Visual...Date Answered: 12/24/2007 Rating: 8.6 Views: 0
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...
Zones: MS Visual Basic, Databases, Programmin...Date Answered: 12/23/2007 Rating: 8.2 Views: 0
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...
Zones: MS Visual BasicDate Answered: 03/07/2008 Rating: 9.4 Views: 0
I have the following:         Dim Culture as string = "en-US"        ' Default         Select Case My.Settings.Language   ' Settings entered by the user             Case Is = "1"             ...
Zones: .NET, MS Visual BasicDate Answered: 01/08/2008 Rating: 7.6 Views: 4
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...
Zones: MS Visual Basic, .NET, Lan...Date Answered: 01/11/2008 Rating: 9.0 Views: 0
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...
Zones: MS Visual Basic, .NET, Lan...Date Answered: 01/14/2008 Rating: 9.4 Views: 0
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...
Zones: Languages, .NET, MS ...Date Answered: 01/15/2008 Rating: 7.6 Views: 0