11-21-2009 08:02 AM
Hi all
I have two questions
1) I know about the visual Basic 6 but what is measurement studio for visual Basic 6?
2) Can anyone tell me how to call a dll from Visual Basic 6? Any example for this ?
Any help greatly appreciated 🙂
11-22-2009 03:35 PM
1. Measurement Studio for VB6 is a collection of ActiveX controls to add test and measurement functionality into VB. They include things like GPIB and serial instrument control, a set of user interface controls such as knobs, toggle switches, graphs, and strip charts, and a variety of other functions.
2. Do you have any further information on the specific DLL and functions that you are trying to call into? There's a lot of information available on the 'net regarding this topic. This Microsoft KB ( http://support.microsoft.com/kb/106553 ) is a good start but there's a wealth of other information out there. You can just google for "calling a DLL from visual basic". If you still aren't having luck, I can probably help you further if you can post the .h file for the DLL that gives all of the C function prototypes.
Regards,
Jason
11-23-2009 08:53 AM
Howdy,
Additionally, this DeveloperZone article highlights some of the advantages of Measurement Studio and provides a good overview: http://zone.ni.com/devzone/cda/tut/p/id/4807
11-23-2009 12:29 PM
11-24-2009 11:27 AM
Howdy,
Jason's post mentions a few excellent resources that should help ya get going.