PDA

View Full Version : VB Automation


P Robidoux
11-09-2004, 02:14 PM
Hi,

I am looking for VB 6.0 (for Win 2000 / Win XP) sample code for basic player remote control of functions like:

Set MyObject CreateObject (" ")

Enque = "c:\file.mp3"
Play
Pause
Stop
and others ...

What objects (*dll) do I have to refer to ...) ?

Thanks.

donny
11-09-2004, 02:49 PM
on dbpoweramp site in the developer section you have the commands for vb script, and I guess that they could be used in VB also... if not then take a look at the dbscripting.dll in the dbpoweramp directory... do note that it is writen in C++, but as far as I know you shouldn't have much problem, for instance I have imported with no trouble to Delphi....

Unregistered
11-09-2004, 04:51 PM
Hi,

Would you advise me how to "... take a look at the dbscripting.dll (in the dbpoweramp directory)"
- How to open a dll file ?
I will not have problem translating from C++ to VB.

Thanks.

Spoon
11-10-2004, 01:25 PM
No dlls, it is a com object - no linking required.