When my program starts, it looks in a file and tries to read a config file. Using what it finds, it tries to communicate with a pair of instruments. If this fails, it tries some default values, and failing this, it is to ask the user.
The thing is, I want it to pop up with a thing with a simple message that explains what you're to input, and then has two areas where you input numbers, and closes when you hit OK. However, I have no idea how to even make a pop up other than the one or two button dialog options. Where should I start? Is this ActiveX stuff? Or is there a built in method of doing this? (I'm using Labview 5.0.1)
Thanks,
-Dobbs