INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: anOCX to DLL?  (Read 2962 times)

duckbob

  • Regular Member
  • Member
  • *
  • Posts: 3
  • nothing more to say...
anOCX to DLL?
« 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?
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re:  anOCX to DLL?
« Reply #1 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.

Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

duckbob

  • Regular Member
  • Member
  • *
  • Posts: 3
  • nothing more to say...
Re:  anOCX to DLL?
« Reply #2 on: August 22, 2003, 03:13:30 pm »

Grumble...
Logged

duckbob

  • Regular Member
  • Member
  • *
  • Posts: 3
  • nothing more to say...
Re:  anOCX to DLL?
« Reply #3 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.
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re:  anOCX to DLL?
« Reply #4 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"
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA
Pages: [1]   Go Up