Results 1 to 5 of 5

Thread: Problems calling my tv with Shell()

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    Mansfield Texas
    Posts
    36

    Angry

    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.

  2. #2

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    Mansfield Texas
    Posts
    36
    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.

  3. #3

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    Mansfield Texas
    Posts
    36
    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.

  4. #4
    Guest
    What happens if you type:
    HDTV.EXE
    from a DOS prompt in the
    C:\VWPRO2\>
    directory?

  5. #5

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    Mansfield Texas
    Posts
    36
    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
  •  



Click Here to Expand Forum to Full Width