|
-
Jun 16th, 2002, 03:06 PM
#1
Thread Starter
New Member
call ms-dos app
I am trying to call a ms-dos app from my vb.net program, using the same call as in vb6. This gives me an empty inactivated command line window. How shall I do?
Last edited by Affe; Jun 17th, 2002 at 02:24 AM.
-
Jun 16th, 2002, 06:20 PM
#2
-
Jun 17th, 2002, 07:50 AM
#3
Thread Starter
New Member
I try to start the ms-dos app with the following code:
Call Shell(AppDir & "myDOSApp.exe", AppWinStyle.NormalFocus)
which, as I said before, gives me an empty inactivated command line window.
-
Jun 17th, 2002, 07:58 AM
#4
Thread Starter
New Member
I try to start the ms-dos app with the following code:
Call Shell(AppDir & "myDOSApp.exe", AppWinStyle.NormalFocus)
which, as I said before, gives me an empty inactivated command line window.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|