Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxtray problem: activex not registered
Message
From
05/05/2004 23:45:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Foxtray problem: activex not registered
Miscellaneous
Thread ID:
00901447
Message ID:
00901447
Views:
61
has anyone used the foxtray.ocx?

can someone tell me why i'm having error "activex control not registered" even if i've already registered foxtray.ocx using regsvr32.

in my formset, i add a method addtrayctrl with this,
if lerr
	= messageb("ActiveX control not registered   " + chr(13) +;
		"or vb support not available.            " + chr(13) + chr(13) +;
		"class: foxtrayctl.cfoxtray              " + chr(13) +;
		"file: foxtray.ocx   " + chr(13) +;
		"vb support: msvbvm60.dll   ", 48, " FoxTray Control")
endif
in my main form's init() i have thisformset.addtrayctrl.

pls help. TIA.
Reply
Map
View

Click here to load this message in the networking platform