PDA

View Full Version : Scripting with VB on XP



Unregistered
06-03-2003, 11:33 AM
On the Scripting page, it says that scripting only works for WIN 98 and Win 2K. Should it also work for XP?

Spoon
06-03-2003, 05:15 PM
Yes XP no problems.

Unregistered
06-04-2003, 10:02 AM
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?

Spoon
06-04-2003, 05:31 PM
Try some simple examples such as .stop and play - first try .vbs files then move over to visual basic.

luis_enriquecd
08-21-2006, 01:52 PM
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



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?

Azer
08-22-2006, 03:58 PM
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.