Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
284 | f9daq | 1 | Sample of using USMCDLL.dll library with MS Visual Basic 6.0 |
2 | |||
3 | Files: |
||
4 | |||
5 | DLGForm.frm - main dialog |
||
6 | DLGForm.frx - |
||
7 | Project1.vbw - project file |
||
8 | Dialog.frm - start dialog where dll is inited and devices are enumerated |
||
9 | Module1.bas - module file with dll function declarations and sample MsgBox output functions |
||
10 | Project1.vbp - project file |
||
11 | |||
12 | USMCVBDLL.dll - Interface DLL to connect VB 6.0 program to standard DLL |
||
13 |