Enter Keywords:
1 - 10 of 76(0.046 seconds)
Sort By:
 
I want to have my database application check a .cfg file that resides in the program directory as it opens.  The .cfg file will have a path to an Access Database in it.  I want the application to t...
Zones: Visual Studio Express, MS Ac...Date Answered: 12/31/2008 Rating: 7.8 Views: 0
I'm able to insert a form at runtime on a new tab.  It has split containers with labels, textboxs and a tablelayoutpanel with many controls. The user enters information on the first tab.  Now I wan...
Zones: MS Visual Basic, V...Date Answered: 04/14/2009 Rating: 8.7 Views: 23
The program hans up on the line         p.Dispose() with the following error message... System.NullReferenceException was unhandled   Message="Object reference not set to an instance of an obje...
Zones: VB Objects, ComponentsDate Answered: 04/21/2009 Rating: 8.6 Views: 0
I am having trouble understanding how the stream can be read and data extracted to a fielded recordset.
Zones: VB Controls, MS DevDate Answered: 05/04/2009 Rating: 8.6 Views: 4
Please tell me how I can modify the 2nd IF statement to determine if the checkbox is checked, Thank You I'm using the following code to first determine if a column contains a checkbox.           ...
Zones: Visual BasicDate Answered: 05/05/2009 Rating: 9.4 Views: 0
Hi,   I'm want to use a drop-down File - Save As. choice to execute a procedure for saving my forms variables  (on a tab) that contains labels and and a tablelayoutpanel created at runtime.  Becaus...
Zones: Visual BasicDate Answered: 05/18/2009 Rating: 4.6 Views: 0
Each of these gives me an error: NullReferenceException was unhandled. Why? The instruction IsDBNUll is supposed to handle this type of question. Each returns same error If IsDBNull(BOMateria...
Zones: Visual BasicDate Answered: 05/21/2009 Rating: 4.6 Views: 0
I'm changing from one tab to another to read a variable.  The value of the varialbe is not changing with the change of the tabs. I need to get the value from Tab 2.  If the user is on Tab 3 when cl...
Zones: .NET Framework 3.x, VB C...Date Answered: 05/27/2009 Rating: 7.7 Views: 0
When I step thruought the code, the vb stepper lands right on instruction "frmForm.Add(f)" below.  When I press F8 again instead of it being executed and flowing down to the next instruction, it ju...
Zones: MS Visual BasicDate Answered: 05/28/2009 Rating: 9.3 Views: 0
I'm adding an embedded form to the frmForm List defined below after a new form is added to a new tab (tabcontrol).  This new forms labels and textbox values on the tabcontrol are blank at this poin...
Zones: MS Visual BasicDate Answered: 05/28/2009 Rating: 8.8 Views: 0