Results 1 to 2 of 2

Thread: Displaying a DOS window in a VB application

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Wellington NZ
    Posts
    153

    Exclamation

    Ho do you display a DOS window in a VB application?

    Really need to know.... help me if you can

    Rohan

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    More Specific???

    If you just want to open a dos window you can use

    Code:
    Shell ("C:\windows\command.com")
    but if you want to do some stuff in dos that is a different story.

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