Results 1 to 3 of 3

Thread: ole

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15
    i'm realatively new to vb and i'm trying to open an exe file with a command button, so far all i can get is one error message after the other.

    can anyone help me out with how to do this?

    thanks

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Posts
    106
    I'm not too clear on what are you trying to do here. If you want to run another application and know the path to it then use the shell command i.e. if you have a command button pu the following code in the click event and this will start notepad

    shell "c:\windows\notepad.exe", vbNormalFocus

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15
    Thanks!!

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