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

Thread: Exec

  1. #1
    Join Date
    Sep 1999
    Location
    FL, USA
    Posts
    3

    Exec

    Hi,

    I would like to know how can I execute another VB program.

    Thank you


  2. #2
    Guest

    Re: Exec

    Try with the SHELL command or with AppActivate


  3. #3
    Join Date
    Sep 1999
    Location
    FL, USA
    Posts
    3

    Re: Exec

    I tried using Exec("c:\????????"), but it gives an error message "Sub or Function not defined." Am I using the right syntax. That is the way VB 6.0 help has.


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