I have worked with barcode scanners and usually they have programming barcodes that you would scan to set what barcode typology you are using, some auto-learn. We build a barcode control using the MSCOMM control. Set the COM port, Baud, etc and that's it.
First problem is getting by the fact that the Treeview control does not have a NodeDblClick event exposed.
You can probably use the NodeClick event to store the current node clicked on, on the DoubleClick event you can do the work(maybe in the control.tag property).
Check the tag for existing...
Environment: client = W2k Pro, server = unkown (either NT 4 or W2K)
One user Logon.
Part of domain.
Policies... unsure (probably not).
----
This is in a corporate environment and happens on my development machine every so often also. The above holds true for my criteria.
Not sure if this is the right forum... but I'll ask anyway. We have an app that stores entries to HKEY_LOCAL_MACHINE\SOFTWARE\COMPANY\CLIENT
It seems that on reboot at times all entries in the CLIENT key are deleted\lost.
Have no idea why, doesn't happen every time.
Please ask any questions...
What service pack of VB are you on? If not 3, then I suggest running SP3. I had a similar problem and when I updated from SP2 to SP3 it worked.
I would suggest creating a class with the properties:<br>
* ID<br>
* Members<br>
* Salary<br>
<br>
Then create a collection based on this class.<br>
<br>
It will work like a multi-array but easier to add and retreive data.<br>
<br>
Use the Class Builder Add-on to create the classes.<br>
<br>
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.