No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hello - I have been searching to no avail for a clear and concise definition of VB6 Classes and Class Modules with perhaps some simple examples. Does anyone know where I might find this??? Thanks! George | |
Hello - I wrote an application to read mag stripe data from a card, parse it and display it's contents. Now I'm attempting to create a DLL out of that logic. I have trimmed down the program to eliminate all those modules, functions, subs etc., that won't be necessary in … | |
Hello All - I have a program that reads mag stripe and barcoded cards and processes the data. The data is read via keyboard wedge mag stripe or barcode reader. The data is read into a text box in a form. Now I want to put that functionality into a … | |
Re: This should work: If (test2=1 AND NC=17) OR (test2=2 AND NC=5) OR (test2=3 AND NC=22) Then NOTCH = TRUE End If |
The End.