INTERACT FORUM

Windows => Plug-in Development => Topic started by: duckbob on August 21, 2003, 10:44:03 pm

Title: anOCX to DLL?
Post by: duckbob on August 21, 2003, 10:44:03 pm
Ok, I've been looking though the threads and I saw one person find the solution to this but they didn't say what they did.

I've run regsvr32 busybox.ocx and put this...

REGEDIT4

[HKEY_CURRENT_USER\Software\JRiver\Media Jukebox\Plugins\Interface\Busy Box]
"IVersion"=dword:00000001
"Company"="JRiver, Inc."
"Version"="1.0.01"
"URL"="http://www.mediajukebox.com"
"Copyright"="Copyright (c) 2000-2002, JRiver, Inc."
"PluginMode"=dword:00000000
"ProdID"="BusyBox.BusyBoxCtrl"

into the registry.  However, I'm still unable to get Busy Box to show up under plugins/interface.

Does anyone have a working VS.net blank control and either registry or mjp file to get it to work?
Title: Re:  anOCX to DLL?
Post by: KingSparta on August 22, 2003, 03:11:57 pm
if your talking about visual Basic net

not one programer has gotten it to work with MC9.

Title: Re:  anOCX to DLL?
Post by: duckbob on August 22, 2003, 03:13:30 pm
Grumble...
Title: Re:  anOCX to DLL?
Post by: duckbob on August 22, 2003, 03:14:38 pm
but you don't need to compile anything to use the busybox sample do you?  I was under the impression I could just register the ocx with MJ9 and it would pick it up.
Title: Re:  anOCX to DLL?
Post by: KingSparta on August 22, 2003, 03:15:08 pm
you may wish to add:

REGEDIT4

[HKEY_CURRENT_USER\Software\JRiver\Media Jukebox\Plugins\Interface\Busy Box]
"IVersion"=dword:00000001
"Company"="JRiver, Inc."
"Version"="1.0.01"
"URL"="http://www.mediajukebox.com"
"Copyright"="Copyright (c) 2000-2002, JRiver, Inc."
"PluginMode"=dword:00000000
"ProdID"="BusyBox.BusyBoxCtrl"

[HKEY_LOCAL_MACHINE\Software\JRiver\Media Jukebox\Plugins\Interface\Busy Box]
"IVersion"=dword:00000001
"Company"="JRiver, Inc."
"Version"="1.0.01"
"URL"="http://www.mediajukebox.com"
"Copyright"="Copyright (c) 2000-2002, JRiver, Inc."
"PluginMode"=dword:00000000
"ProdID"="BusyBox.BusyBoxCtrl"