帖子被篮球之鬼在09-14-2005 03:43 AM时编辑过了
If you want to change the function of your program, you have to change the block diagram of your vi. That means the .exe files can't be modified to fit your requirement. If you want to realize that purpose please work as the following steps.
1. delete your exe file(not necessary)
2.modify your block diagram of your original vi to realize the certain purpose , see the vi I enclosed previously as reference.
3.rebuild the vi to exe file.
Not exactly. Once you build your vi to exe file, it will run automatically after you double click the exe file.
So you must modify your vi as I told you.