Visual Basic 6 programming help

badauss42

Member
Apr 26, 2000
198
0
0
I am trying to develop a VB application that does the following:
1. Takes in various data (numbers)
2. Creates an output file of the various data in certain format as a text file
3. runs an outside .exe file
4. retrieves data from the text file the .exe produced
5. displays that data.

Please let me know if you can help me with this.