Hi alll
I have PRN files which prodced from DOS database application
I want to know what should be its Code Page in order to convert theme
BR
...
more >>
Hi All,
Can anyone direct me or provide advice on how I can assign a null value to a
date variable in vb.net.
Basically what I'm doing is that I'm looping through a recordset where I
have three date fields that may or maynot have date values, if no date values
exists in the source field, t...
more >>
Hi to all,
When i use the treeview and i add nodes to it, i have the problem of the
depth. I try to explain myself.
depending of the number of nodes i add or the place where i add it, i have
to use the treeview following this sentences:
treeview1.Nodes.Add
or
treeview1.Nodes[x].Node...
more >>
I am writing a large and complex sub procedure in a form, and when there is
a certain amount of code or more I receive the error 'Common Language
Runtime detected an invalid program' when it reaches this sub procedure
during runtime.
I am fairly new to VB.net, and don't really know how I could p...
more >>