I have Video Wonder ProII tv card software, and It won't work when I try to start it from vb with the Shell() function, it says
good night :)Quote:
Run-Time Error '5':
Invalid procedure call or argument
Printable View
I have Video Wonder ProII tv card software, and It won't work when I try to start it from vb with the Shell() function, it says
good night :)Quote:
Run-Time Error '5':
Invalid procedure call or argument
oh, yeah, here's my code:
Code:Private Sub Label1_Click()
Dim RetVal
RetVal = Shell("C:\VWPRO2\HDTV.EXE", 4)
End Sub
Please don't let this go by without a post!
What happens if you type:
HDTV.EXE
from a DOS prompt in the
C:\VWPRO2\>
directory?
I got it to work! Thanx! :) :)