Advertisement

1 - 10 of 504 containing alltags:("Visual basic .net") (0.002 seconds)
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 Grade: A 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 Basic, .NET Framework 2....Date Answered: 12/24/2007 Grade: A 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, ...Date Answered: 12/23/2007 Grade: A Views: 17
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 Grade: A Views: 9
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 Grade: A Views: 14
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, Languages, .NETDate Answered: 01/11/2008 Grade: A 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, Languages, .NETDate Answered: 01/14/2008 Grade: A Views: 4
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 Visual BasicDate Answered: 01/15/2008 Grade: B Views: 0
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...
Zones: MS Visual BasicDate Answered: 03/18/2008 Grade: A Views: 6
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...
Zones: Visual Basic, .NET, MS Visual BasicDate Answered: 03/13/2008 Grade: B Views: 0