Results 1 to 3 of 3

Thread: shell ???

  1. #1

    Thread Starter
    Hyperactive Member theman32x's Avatar
    Join Date
    May 2000
    Location
    New Jersey, USA
    Posts
    305
    x = Shell("d:\temp2\apispy27.exe", vbNormalFocus)

    y won't that work when i click the command button?

  2. #2
    Guest
    Try this:

    Code:
    Private Sub Command1_Click()
    Shell "D:\temp2\apispy27.exe", vbNormalFocus
    End Sub

  3. #3

    Thread Starter
    Hyperactive Member theman32x's Avatar
    Join Date
    May 2000
    Location
    New Jersey, USA
    Posts
    305

    cool

    it works now ... but how come it wouldn't work the way i had it?

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