Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2006 |
| Replies: 5 Views: 5,385 Thanks for your help but I've solved the problem. It seems if you select "Make *.dll" under "File" in the VB IDE, it creates the DLL. All that is then necessary is to register the DLL with the... |
Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2006 |
| Replies: 5 Views: 5,385 Yes, the project was started as an ActiveX DLL |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2006 |
| Replies: 5 Views: 5,385 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... |
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2006 |
| Replies: 0 Views: 1,450 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... |
Forum: Visual Basic 4 / 5 / 6 Apr 24th, 2006 |
| Replies: 6 Views: 3,798 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 |
Forum: Visual Basic 4 / 5 / 6 Apr 21st, 2006 |
| Replies: 0 Views: 2,659 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???
... |