|
-
May 29th, 2000, 01:04 PM
#1
Thread Starter
Member
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
Run-Time Error '5':
Invalid procedure call or argument
good night
Charlie Staton
14 y/o
I don't smoke, I don't drink, and I don't assosciate with pokemon.
-
May 29th, 2000, 01:06 PM
#2
Thread Starter
Member
oh, yeah, here's my code:
Code:
Private Sub Label1_Click()
Dim RetVal
RetVal = Shell("C:\VWPRO2\HDTV.EXE", 4)
End Sub
Charlie Staton
14 y/o
I don't smoke, I don't drink, and I don't assosciate with pokemon.
-
May 29th, 2000, 10:07 PM
#3
Thread Starter
Member
Please don't let this go by without a post!
Charlie Staton
14 y/o
I don't smoke, I don't drink, and I don't assosciate with pokemon.
-
May 29th, 2000, 11:44 PM
#4
What happens if you type:
HDTV.EXE
from a DOS prompt in the
C:\VWPRO2\>
directory?
-
May 30th, 2000, 12:31 AM
#5
Thread Starter
Member
I got it to work! Thanx!
Charlie Staton
14 y/o
I don't smoke, I don't drink, and I don't assosciate with pokemon.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|