Click here to Skip to main content
15,891,529 members
Home / Discussions / COM
   

COM

 
GeneralEvents in RTC-client Pin
TheVictorious18-Jul-05 0:02
TheVictorious18-Jul-05 0:02 
GeneralActiveX Control on a Window Pin
Maddie from Dartford17-Jul-05 23:54
Maddie from Dartford17-Jul-05 23:54 
GeneralRe: ActiveX Control on a Window Pin
vishalmore19-Jul-05 3:30
vishalmore19-Jul-05 3:30 
QuestionHow to use the texture as the background of bars in mschart? Pin
luckyeagle17-Jul-05 23:46
luckyeagle17-Jul-05 23:46 
GeneralDisplay custom image format in IE Pin
Pantelis Georgiadis17-Jul-05 23:21
Pantelis Georgiadis17-Jul-05 23:21 
GeneralRe: Display custom image format in IE Pin
vishalmore20-Jul-05 2:36
vishalmore20-Jul-05 2:36 
GeneralRe: Display custom image format in IE Pin
Pantelis Georgiadis20-Jul-05 3:08
Pantelis Georgiadis20-Jul-05 3:08 
GeneralRe: Display custom image format in IE Pin
vishalmore20-Jul-05 4:05
vishalmore20-Jul-05 4:05 
You have to set the MIME filter for that.

Insert content type entries
HKEY_CLASSES_ROOT
-MIME
-Database
-Content Type
-application/vnd.app.ext
-CLSID - CLSID for your application
-Extension - Extension of your image files

Entries for extension
-.ext
-ProgID

Entries for ProgID
-ProgID
-DefaultIcon
-Shell
-Open
-Command - C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE %1

This much I can remember...

This all information is available on online MSDN, unfortunatly I lost the
link for that, you can get the link from online MSSN. It would take some time
to search, well I had one unsuccessful attempt. If you get that link pls.
fwd it to me.

You can take a reference from the MFC sample active document container/server. See how this application is making the registry entries.

Hope this helps you !

All the best !


Cheers,
Vishal

GeneralRe: Display custom image format in IE Pin
vishalmore20-Jul-05 4:10
vishalmore20-Jul-05 4:10 
GeneralActiveX in C# Web Service Pin
maskeen15-Jul-05 11:16
maskeen15-Jul-05 11:16 
GeneralWant to be COM programmer Pin
urssmiling14-Jul-05 3:21
urssmiling14-Jul-05 3:21 
GeneralRe: Want to be COM programmer Pin
Jörgen Sigvardsson16-Jul-05 10:32
Jörgen Sigvardsson16-Jul-05 10:32 
GeneralRe: Want to be COM programmer Pin
urssmiling17-Jul-05 23:03
urssmiling17-Jul-05 23:03 
GeneralUsing IADsNameTranslate Pin
AnkurGupta_198113-Jul-05 3:20
AnkurGupta_198113-Jul-05 3:20 
GeneralRegarding Basics Pin
Neelesh K J Jain13-Jul-05 1:31
Neelesh K J Jain13-Jul-05 1:31 
GeneralRe: Regarding Basics Pin
vishalmore13-Jul-05 18:35
vishalmore13-Jul-05 18:35 
Generalactivexc Pin
_tasleem12-Jul-05 8:47
_tasleem12-Jul-05 8:47 
GeneralRe: activexc Pin
Teeroo14-Jul-05 19:50
Teeroo14-Jul-05 19:50 
GeneralRe: activexc Pin
15-Jul-05 0:29
suss15-Jul-05 0:29 
GeneralRe: activexc Pin
Teeroo15-Jul-05 20:45
Teeroo15-Jul-05 20:45 
GeneralRe: activexc Pin
_tasleem16-Jul-05 2:28
_tasleem16-Jul-05 2:28 
GeneralRe: activexc Pin
Teeroo17-Jul-05 18:24
Teeroo17-Jul-05 18:24 
GeneralRe: activexc Pin
_tasleem18-Jul-05 3:53
_tasleem18-Jul-05 3:53 
GeneralRe: activexc Pin
Teeroo18-Jul-05 19:47
Teeroo18-Jul-05 19:47 
QuestionCOM function to retrieve highlighted text from IE? Pin
Melena12-Jul-05 7:02
Melena12-Jul-05 7:02 

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.