Results 1 to 2 of 2

Thread: EXECUTE another exe file from vb application

  1. #1
    Guest

    Post

    Could somebody tell me the syntax to call another application from vb application


    -Khamal-

  2. #2
    Member
    Join Date
    Apr 1999
    Posts
    38

    Post

    use the shell function:

    Dim x As Long
    x = Shell("calc.exe", vbNormalFocus)

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