Results 1 to 2 of 2

Thread: Calling a program

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Calling a program

    I have an program that i designed, that requires the calculator that is provided by windows. What i need is for the program to load at the form load phase of the program, how do i go about doing this, how do i call the calculator from within the program. Please provide me with code if possible.

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    VB Code:
    1. 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