title
Products            Buy            Support Forum            Professional            About            Codec Central
 

VB Automation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • P Robidoux

    VB Automation

    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
    dBpoweramp Guru
    • Oct 2002
    • 761

    #2
    Re: VB Automation

    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....

    Comment

    • Unregistered

      #3
      Re: VB Automation

      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.

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43930

        #4
        Re: VB Automation

        No dlls, it is a com object - no linking required.
        Spoon
        www.dbpoweramp.com

        Comment

        Working...

        ]]>