Language
Visual Basic
Remove
Platform
Any
License
Any
Hi,
I changed the PC and the network equipment. Seems like most problems are fixed now. The code did not change.
One problem is that sometimes the excepted weight (which is 75g now) tends to be...
I've tried so hard by myself and I've just ended up confusing myself as it's my first time using vb.
I didn't want to waste anyones time but I'm sorry I just don't know what to do..
----
How...
I have drop down menu in I4 with around 15+ different options (type of problems). based on selection there are two outputs in cell K4 (full / partial) and its so far working fine.
i need to go...
Please help me How to Draw an Organization Chart in VB6
The Left, Format, Date and other functions in Access 2010 in VBA code fail to compile. They work ok in same project in Access 2003. O/S is Vista. Error message is "can't find project or library"....
Normally, I would have suggested that. That creates variables at the Application level (a module works like a Static Class if that means anything to you)...
However, I was providing you a SQL...
Hello All,
I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendars
I tried the DateTimePicker on "windows server 2008" and it was working very fine without any code...
sorry it is dillz_89@hotmail.com
I assume that you want to 'reset' the form each time you switch, and that's why you want to call the Form.Load event again?
Easiest solution is to close the form each time when you're done with it...
Don't have time to write any up for you myself, but I found these:
http://www.java2s.com/Code/VB/GUI/UsingaTreeViewtodisplaythedirectorystructure.htm
http://www.dreamincode.net/code/snippet2052...
During Saving
Dim D As Date
If Not IsDBNull(DataGridView.CurrentRow.Cells(4).Value) Then
D = CDate(DataGridView.CurrentRow.Cells(4).Value)
Else...
hello:
I recently did an application in Visual Basic 6.0
that uses the camera, takes snapshots, and stores
the data in SQL SERVER.
I am interested in knowing what projects you require, and...
= '" & BegDate.ToString & "' AND date
I have a graph "ChtLive" that updates constantly based on values coming in from PLC. The graph updates fine and displays my values on the screen perfectly. However, I am having trouble with the row...
hi, i am trying to build a software for a online game that i am playing.
the goal of this software is to help me knowing when lauching attack on a single location from diferent location.(taking...
this is the exception message
objReport.DataDefinition.ParameterFields(0)
"Invalid index. (Exception from HRESULT : 0x8002000B (DISP_E_BADINDEX))"
thanks for taking your time to see my...
Thanks for all your help and time Sean.
really appreciate it.