CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Run Files From VB

    How do I run files(from any kind) from Visual Basic


  2. #2
    Join Date
    Jul 2000
    Location
    Hawaii
    Posts
    281

    Re: Run Files From VB

    check the SHELL function


  3. #3
    Join Date
    Oct 1999
    Location
    Seattle, Washington, USA
    Posts
    109

    Re: Run Files From VB

    If you're looking for an API solution, look at CreateProcess.

    Otherwise, use makai's suggestion.

    I've also seen ShellExecute suggested, but I've never used it and don't really know its particulars.


    - Shawn
    Game Programmer
    Humongous Entertainment, Inc.

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

Featured