Click here to Skip to main content
15,918,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 4:05
WernerP14-Oct-08 4:05 
GeneralRe: can one switch off the implicit inline rule? Pin
David Crow14-Oct-08 4:23
David Crow14-Oct-08 4:23 
GeneralRe: can one switch off the implicit inline rule? Pin
Roger Stoltz14-Oct-08 4:35
Roger Stoltz14-Oct-08 4:35 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 4:46
WernerP14-Oct-08 4:46 
QuestionFolderDialog open folder/file [modified] Pin
NewVC++14-Oct-08 0:53
NewVC++14-Oct-08 0:53 
AnswerRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 0:55
professionalRajesh R Subramanian14-Oct-08 0:55 
GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 1:11
NewVC++14-Oct-08 1:11 
GeneralRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 1:16
professionalRajesh R Subramanian14-Oct-08 1:16 
From the doc:
To open a folder, use either of the following calls:
ShellExecute(handle, NULL, <fully_qualified_path_to_folder>, NULL, NULL, SW_SHOWNORMAL);</fully_qualified_path_to_folder>
or
ShellExecute(handle, "open", <fully_qualified_path_to_folder>, NULL, NULL, SW_SHOWNORMAL);</fully_qualified_path_to_folder>

And the handle should be the handle of your own window. The handle can be NULL too, but know what you're doing.

Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche

.·´¯`·->Rajesh<-·´¯`·.
[Microsoft MVP - Visual C++]

GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 1:23
NewVC++14-Oct-08 1:23 
GeneralRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 1:37
professionalRajesh R Subramanian14-Oct-08 1:37 
GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 2:52
NewVC++14-Oct-08 2:52 
GeneralRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 2:54
professionalRajesh R Subramanian14-Oct-08 2:54 
GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 19:00
NewVC++14-Oct-08 19:00 
GeneralRe: FolderDialog open folder/file Pin
David Crow14-Oct-08 3:12
David Crow14-Oct-08 3:12 
QuestionMFC - Setting the custom color for the text selection in CRichEditCtrl Pin
Prasanth M V14-Oct-08 0:30
Prasanth M V14-Oct-08 0:30 
AnswerRe: MFC - Setting the custom color for the text selection in CRichEditCtrl Pin
Mark Salsbery14-Oct-08 3:59
Mark Salsbery14-Oct-08 3:59 
GeneralRe: MFC - Setting the custom color for the text selection in CRichEditCtrl Pin
led mike14-Oct-08 4:41
led mike14-Oct-08 4:41 
GeneralRe: MFC - Setting the custom color for the text selection in CRichEditCtrl Pin
Mark Salsbery14-Oct-08 5:33
Mark Salsbery14-Oct-08 5:33 
QuestionSetting minimum size of a dockable view? Pin
Redeye9213-Oct-08 23:11
Redeye9213-Oct-08 23:11 
QuestionHow to calculate a date one moth before from Current date? Pin
megha_gharote13-Oct-08 23:08
megha_gharote13-Oct-08 23:08 
AnswerRe: How to calculate a date one moth before from Current date? Pin
Rajesh R Subramanian13-Oct-08 23:26
professionalRajesh R Subramanian13-Oct-08 23:26 
GeneralRe: How to calculate a date one moth before from Current date? Pin
megha_gharote13-Oct-08 23:30
megha_gharote13-Oct-08 23:30 
GeneralRe: How to calculate a date one moth before from Current date? Pin
Rajesh R Subramanian13-Oct-08 23:42
professionalRajesh R Subramanian13-Oct-08 23:42 
GeneralRe: How to calculate a date one moth before from Current date? Pin
Nelek14-Oct-08 0:47
protectorNelek14-Oct-08 0:47 
GeneralRe: How to calculate a date one moth before from Current date? Pin
Rajesh R Subramanian14-Oct-08 0:50
professionalRajesh R Subramanian14-Oct-08 0:50 

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.