Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Launch an Application from Event in HTMLVIEW Pin
toxcct11-Jun-08 3:07
toxcct11-Jun-08 3:07 
GeneralRe: Launch an Application from Event in HTMLVIEW Pin
leckey11-Jun-08 4:32
leckey11-Jun-08 4:32 
GeneralRe: Launch an Application from Event in HTMLVIEW Pin
toxcct11-Jun-08 6:55
toxcct11-Jun-08 6:55 
GeneralRe: Launch an Application from Event in HTMLVIEW Pin
Rajesh R Subramanian11-Jun-08 18:56
professionalRajesh R Subramanian11-Jun-08 18:56 
GeneralRe: Launch an Application from Event in HTMLVIEW Pin
toxcct11-Jun-08 20:34
toxcct11-Jun-08 20:34 
GeneralRe: Launch an Application from Event in HTMLVIEW Pin
Eytukan12-Jun-08 1:22
Eytukan12-Jun-08 1:22 
QuestionLaunch an Application from Event in HTMLVIEW Pin
aolinc3811-Jun-08 2:46
aolinc3811-Jun-08 2:46 
AnswerRe: Launch an Application from Event in HTMLVIEW Pin
botnet11-Jun-08 4:44
botnet11-Jun-08 4:44 
Well I know that you can launch an exe with Internet Explorer by assigning a protocol to the exe

Insert the following into the registry:
[HKEY_CLASSES_ROOT\notepad]
@="URL:notepad Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\notepad\shell]

[HKEY_CLASSES_ROOT\notepad\shell\open]

[HKEY_CLASSES_ROOT\notepad\shell\open\command]
@="\"c:\\notepad.exe\" \"%1\""


Your link will then need to be notepad:parameters

where parameters are the parameters you wish to pass.

Change notepad above to whatever name you wish for your protocol.
AnswerRe: Launch an Application from Event in HTMLVIEW Pin
Ahmed Charfeddine11-Jun-08 6:08
Ahmed Charfeddine11-Jun-08 6:08 
QuestionIs it possible ? Pin
Ahmed Charfeddine11-Jun-08 2:45
Ahmed Charfeddine11-Jun-08 2:45 
AnswerRe: Is it possible ? Pin
CPallini11-Jun-08 2:58
mveCPallini11-Jun-08 2:58 
GeneralRe: Is it possible ? Pin
Ahmed Charfeddine11-Jun-08 5:34
Ahmed Charfeddine11-Jun-08 5:34 
GeneralRe: Is it possible ? Pin
CPallini11-Jun-08 9:30
mveCPallini11-Jun-08 9:30 
GeneralRe: Is it possible ? Pin
Ahmed Charfeddine11-Jun-08 23:44
Ahmed Charfeddine11-Jun-08 23:44 
AnswerRe: Is it possible ? Pin
KarstenK11-Jun-08 4:01
mveKarstenK11-Jun-08 4:01 
GeneralRe: Is it possible ? Pin
Ahmed Charfeddine11-Jun-08 5:36
Ahmed Charfeddine11-Jun-08 5:36 
GeneralRe: Is it possible ? Pin
Ahmed Charfeddine11-Jun-08 5:37
Ahmed Charfeddine11-Jun-08 5:37 
AnswerRe: Is it possible ? Pin
jhwurmbach11-Jun-08 4:13
jhwurmbach11-Jun-08 4:13 
GeneralRe: Is it possible ? Pin
Ahmed Charfeddine11-Jun-08 5:44
Ahmed Charfeddine11-Jun-08 5:44 
AnswerRe: Is it possible ? Pin
Ahmed Charfeddine11-Jun-08 5:52
Ahmed Charfeddine11-Jun-08 5:52 
QuestionHow to change icon appearing in taskbar in "grouped state" ? Pin
cagespear11-Jun-08 2:44
cagespear11-Jun-08 2:44 
QuestionRe: How to change icon appearing in taskbar in "grouped state" ? Pin
David Crow11-Jun-08 3:26
David Crow11-Jun-08 3:26 
AnswerRe: How to change icon appearing in taskbar in "grouped state" ? Pin
cagespear11-Jun-08 5:59
cagespear11-Jun-08 5:59 
GeneralRe: How to change icon appearing in taskbar in "grouped state" ? Pin
David Crow11-Jun-08 6:07
David Crow11-Jun-08 6:07 
GeneralRe: How to change icon appearing in taskbar in "grouped state" ? Pin
cagespear11-Jun-08 19:46
cagespear11-Jun-08 19:46 

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.