title
Products            Buy            Support Forum            Professional            About            Codec Central
 

NOTE: Any posts to this forum on or after 16th April will disappear in few days when we transition to a new forum
Results 1 to 6 of 6

Thread: Scripting with VB on XP

  1. #1
    Unregistered

    Scripting with VB on XP

    On the Scripting page, it says that scripting only works for WIN 98 and Win 2K. Should it also work for XP?

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,886
    Yes XP no problems.

  3. #3
    Unregistered
    Then I must not be referencing something correctly. With the following code sample:
    *****************************
    Private Sub Command1_Click()
    Dim Multiplay As Variant


    Set Multiplayer = CreateObject("dBpowerAMP.Multiplayer") ' Create dBpowerAMP Object

    If (Multiplayer.Pause) Then ' Is Paused?
    MsgBox "Paused"
    Else
    MsgBox "Not Paused"
    End If
    End Sub
    *****************************

    I get the following error message:
    "Runtime error -2147024770
    The specific module could not be found"

    In the VB project, I have referenced:
    dMCScripting 1.0 Type Library
    dBShell 1.0 Type Library
    dMCShell 1.0 Type Library

    I am using VB 6.0 with SP 5

    Any ideas?

  4. #4
    Administrator
    Join Date
    Apr 2002
    Posts
    43,886
    Try some simple examples such as .stop and play - first try .vbs files then move over to visual basic.

  5. #5

    Re: Scripting with VB on XP

    Necesito que me ayuden: quiero utilizar las dll del dBpowerAMP en un programa de visual basic con el fin de transformar los archivos wav a mp3, es posible???
    y cual el la dll o activex que tengo que bajarme y de donde



    Gracias


    Quote Originally Posted by Unregistered
    Then I must not be referencing something correctly. With the following code sample:
    *****************************
    Private Sub Command1_Click()
    Dim Multiplay As Variant


    Set Multiplayer = CreateObject("dBpowerAMP.Multiplayer") ' Create dBpowerAMP Object

    If (Multiplayer.Pause) Then ' Is Paused?
    MsgBox "Paused"
    Else
    MsgBox "Not Paused"
    End If
    End Sub
    *****************************

    I get the following error message:
    "Runtime error -2147024770
    The specific module could not be found"

    In the VB project, I have referenced:
    dMCScripting 1.0 Type Library
    dBShell 1.0 Type Library
    dMCShell 1.0 Type Library

    I am using VB 6.0 with SP 5

    Any ideas?

  6. #6

    Join Date
    Jun 2006
    Posts
    6

    Re: Scripting with VB on XP

    Quote Originally Posted by Unregistered
    Then I must not be referencing something correctly. With the following code sample:
    *****************************
    Private Sub Command1_Click()
    Dim Multiplay As Variant


    Set Multiplayer = CreateObject("dBpowerAMP.Multiplayer") ' Create dBpowerAMP Object

    If (Multiplayer.Pause) Then ' Is Paused?
    MsgBox "Paused"
    Else
    MsgBox "Not Paused"
    End If
    End Sub
    *****************************

    I get the following error message:
    "Runtime error -2147024770
    The specific module could not be found"

    In the VB project, I have referenced:
    dMCScripting 1.0 Type Library
    dBShell 1.0 Type Library
    dMCShell 1.0 Type Library

    I am using VB 6.0 with SP 5

    Any ideas?
    You might be having a problem with you registry, make sure you have the appropriate class references.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •