Search found 1 match

by roberts
Sun Mar 25, 2007 11:32 am
Forum: Developers
Topic: how to use VB Script control goldwave?
Replies: 6
Views: 42963

how to use VB Script control goldwave?

hi,

I want to use vbscript (.vbs) to control GoldWave,
like (example is for FlashGet)

Code: Select all

set JetCarCatch=CreateObject("JetCar.Netscape")
call JetCarCatch.AddUrl("");
how to do like this?

Thanks in advance.