Click here to Skip to main content
15,892,072 members
Home / Discussions / COM
   

COM

 
QuestionIs it possible to release a COM object from the server? Pin
GizzoF11-Mar-05 6:46
GizzoF11-Mar-05 6:46 
GeneralProblem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ajalilqarshi11-Mar-05 1:20
ajalilqarshi11-Mar-05 1:20 
GeneralRe: Problem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ursus zeta12-Mar-05 9:40
ursus zeta12-Mar-05 9:40 
GeneralRe: Problem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ajalilqarshi13-Mar-05 23:17
ajalilqarshi13-Mar-05 23:17 
GeneralRe: Problem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ajalilqarshi14-Mar-05 0:06
ajalilqarshi14-Mar-05 0:06 
GeneralAudio File identification and conversion of media files to WMA Pin
sumitkedia9-Mar-05 0:35
sumitkedia9-Mar-05 0:35 
GeneralIs it possible to catch a com event in vb or javascript Pin
grinder7-Mar-05 3:51
grinder7-Mar-05 3:51 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
rwestgraham8-Mar-05 17:41
rwestgraham8-Mar-05 17:41 
The simplest way to sink events from an external COM object in a browser page is to embed an ActiveX control in the page to subscribe to and sink the events. The main problem with this is that users have to download and install the AcvtiveX control. IE will handle this for you automatically when the page loads, but you have to get a security certificate from someone like Versign etc.or many people will not accept the download.

If you atre distributing some sort of application that users have to install anyway, you can include the ActiveX control in your setup package, and add registry keys to mark it safe for scripting and initialiuzation. In this scenario, IE never has to download the control because it is already installed, so you don't need to sign it with Versign, etc.

However, some people have their browser security set to never allow ActiveX controls to load, in which case you cannot use the control to trap the events period.

Robert
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
grinder8-Mar-05 21:18
grinder8-Mar-05 21:18 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
rwestgraham9-Mar-05 23:20
rwestgraham9-Mar-05 23:20 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
grinder13-Mar-05 19:33
grinder13-Mar-05 19:33 
GeneralDCOM event sink on Terminal Services Pin
FearlessBurner7-Mar-05 2:06
FearlessBurner7-Mar-05 2:06 
GeneralWMI -> Win32_OperatingSystem Pin
Stefak6-Mar-05 13:21
Stefak6-Mar-05 13:21 
GeneralTransparent ActiveX Control Pin
gameengineer5-Mar-05 4:22
gameengineer5-Mar-05 4:22 
GeneralRe: Transparent ActiveX Control Pin
Pinhead_Me10-Mar-05 7:58
Pinhead_Me10-Mar-05 7:58 
GeneralRe: Transparent ActiveX Control Pin
smjones10-Mar-05 13:49
smjones10-Mar-05 13:49 
GeneralRe: Transparent ActiveX Control Pin
smjones14-Apr-05 11:57
smjones14-Apr-05 11:57 
GeneralRe: Transparent ActiveX Control Pin
Pinhead_Me18-Apr-05 5:44
Pinhead_Me18-Apr-05 5:44 
GeneralCom-Addin Query Pin
Anonymous5-Mar-05 2:14
Anonymous5-Mar-05 2:14 
GeneralWindows Hooking. Pin
technojewel3-Mar-05 20:18
technojewel3-Mar-05 20:18 
GeneralRe: Windows Hooking. Pin
Tarundeep Singh Kalra4-Mar-05 8:15
Tarundeep Singh Kalra4-Mar-05 8:15 
GeneralRe: Windows Hooking. Pin
vishalmore15-Mar-05 19:08
vishalmore15-Mar-05 19:08 
GeneralClient/Server COM+ Application Pin
Wender Oliveira3-Mar-05 14:58
Wender Oliveira3-Mar-05 14:58 
GeneralProblem While Instantiating and calling API through COM Component Pin
Anuj Mishra2-Mar-05 18:04
Anuj Mishra2-Mar-05 18:04 
GeneralIE code download failure for dll and ActiveX control using INF and CAB file Pin
prog012-Mar-05 11:40
prog012-Mar-05 11:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.