Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: get rid of icon on title bar of dialog Pin
Hamid_RT3-Jun-07 22:11
Hamid_RT3-Jun-07 22:11 
GeneralRe: get rid of icon on title bar of dialog Pin
nathan73-Jun-07 22:58
nathan73-Jun-07 22:58 
QuestionRe: get rid of icon on title bar of dialog Pin
Hamid_RT4-Jun-07 1:08
Hamid_RT4-Jun-07 1:08 
GeneralRe: get rid of icon on title bar of dialog Pin
Mark Salsbery4-Jun-07 5:14
Mark Salsbery4-Jun-07 5:14 
GeneralRe: get rid of icon on title bar of dialog Pin
nathan74-Jun-07 17:20
nathan74-Jun-07 17:20 
QuestionRe: get rid of icon on title bar of dialog Pin
Mark Salsbery5-Jun-07 4:31
Mark Salsbery5-Jun-07 4:31 
QuestionHow to open associated files just double click it? Pin
Peter, Chan3-Jun-07 21:53
Peter, Chan3-Jun-07 21:53 
AnswerRe: How to open associated files just double click it? Pin
Rajkumar R3-Jun-07 22:24
Rajkumar R3-Jun-07 22:24 
Hi,
Simply you need the following information on the system registry,

HKEY_CLASSES_ROOT\.<fileextension> "<yourFriendlyName>"

HKEY_CLASSES_ROOT\<yourFriendlyName>\Shell\Open\command "<yourApplicationPath>"
HKEY_CLASSES_ROOT\<yourFriendlyName>\DefaultIcon "<yourApplicationIconPath>"

How to,
1. MFC will do for this using Doc/View Architecture
2. In Win32 you can use registry APIs
3. You can manually edit registry using regedit

Best Regards
Raj
GeneralRe: How to open associated files just double click it? Pin
Peter, Chan3-Jun-07 23:02
Peter, Chan3-Jun-07 23:02 
GeneralRe: How to open associated files just double click it? Pin
Rajkumar R3-Jun-07 23:21
Rajkumar R3-Jun-07 23:21 
QuestionRe: How to open associated files just double click it? Pin
David Crow4-Jun-07 4:36
David Crow4-Jun-07 4:36 
QuestionHow to Perform Logical operation Pin
Shah Satish3-Jun-07 20:47
Shah Satish3-Jun-07 20:47 
AnswerRe: How to Perform Logical operation Pin
Christian Graus3-Jun-07 21:01
protectorChristian Graus3-Jun-07 21:01 
GeneralRe: How to Perform Logical operation Pin
Cedric Moonen3-Jun-07 21:04
Cedric Moonen3-Jun-07 21:04 
AnswerRe: How to Perform Logical operation Pin
Cedric Moonen3-Jun-07 21:03
Cedric Moonen3-Jun-07 21:03 
GeneralRe: How to Perform Logical operation Pin
Shah Satish3-Jun-07 22:47
Shah Satish3-Jun-07 22:47 
AnswerRe: How to Perform Logical operation Pin
Wim Engberts4-Jun-07 0:31
Wim Engberts4-Jun-07 0:31 
GeneralRe: How to Perform Logical operation Pin
Shah Satish4-Jun-07 0:51
Shah Satish4-Jun-07 0:51 
QuestionCMutex usage Pin
anilkrupakar3-Jun-07 20:03
anilkrupakar3-Jun-07 20:03 
GeneralRe: CMutex usage Pin
Rajkumar R3-Jun-07 21:29
Rajkumar R3-Jun-07 21:29 
GeneralRe: CMutex usage Pin
Rajkumar R3-Jun-07 21:38
Rajkumar R3-Jun-07 21:38 
AnswerRe: CMutex usage Pin
richard sancenot4-Jun-07 3:43
richard sancenot4-Jun-07 3:43 
Questionoverload &lt;&lt; operator in C++ Pin
Karismatic3-Jun-07 19:52
Karismatic3-Jun-07 19:52 
JokeRe: overload &amp;lt;&amp;lt; operator in C++ Pin
_AnsHUMAN_ 3-Jun-07 20:18
_AnsHUMAN_ 3-Jun-07 20:18 
GeneralRe: overload &amp;lt;&amp;lt; operator in C++ Pin
leckey4-Jun-07 8:43
leckey4-Jun-07 8:43 

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.