PDA

Click to See Complete Forum and Search --> : shell ???


theman32x
Sep 11th, 2000, 08:56 PM
x = Shell("d:\temp2\apispy27.exe", vbNormalFocus)

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

Sep 11th, 2000, 09:07 PM
Try this:

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

theman32x
Sep 12th, 2000, 03:55 PM
it works now ... but how come it wouldn't work the way i had it?