Results 1 to 4 of 4

Thread: call ms-dos app

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    3

    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.

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    I dont know how to do this, but if you post some code people would be able to help you
    put your code in [vbcode] and [/vbcode] tags so it would be easy to read...

    enjoy your stay btw
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    3
    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.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    3
    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
  •  



Click Here to Expand Forum to Full Width