Dos based Vb program
Dos based Vb program
(OP)
I need to write a dos based vb program. i cannot find any option which can run a vb program in dos mode.
could anybody help me.
i need this to write a plugin for a software which requires the program to work in dos mode.
could anybody help me.
i need this to write a plugin for a software which requires the program to work in dos mode.





RE: Dos based Vb program
RE: Dos based Vb program
Dan
www.dtware.com
RE: Dos based Vb program
Hi
Remove all windows (forms) from the project. Insert a module. Put Sub Main() in the module. The program start with the main method. Use the "Command"-command to retrieve the parameters.
Kim