Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can open diffrent pages of Help file or CHM? Pin
SandipG 10-Nov-09 23:54
SandipG 10-Nov-09 23:54 
GeneralRe: How can open diffrent pages of Help file or CHM? Pin
Le@rner11-Nov-09 0:13
Le@rner11-Nov-09 0:13 
GeneralRe: How can open diffrent pages of Help file or CHM? Pin
SandipG 11-Nov-09 0:16
SandipG 11-Nov-09 0:16 
QuestionRe: How can open diffrent pages of Help file or CHM? Pin
David Crow11-Nov-09 3:36
David Crow11-Nov-09 3:36 
AnswerRe: How can open diffrent pages of Help file or CHM? Pin
Le@rner11-Nov-09 17:11
Le@rner11-Nov-09 17:11 
GeneralRe: How can open diffrent pages of Help file or CHM? Pin
David Crow12-Nov-09 3:04
David Crow12-Nov-09 3:04 
AnswerRe: How can open diffrent pages of Help file or CHM? Pin
Le@rner13-Nov-09 22:30
Le@rner13-Nov-09 22:30 
QuestionFolder Dialog not getting displayed to a given folder path Pin
pandit8410-Nov-09 22:20
pandit8410-Nov-09 22:20 
Hi ,
I am having a trouble in displaying Folder Dialog.My requirement is to open the folder dialog to a default path like C:\SomeDirectoryName\SomeDirectotryName .

I have written the code like this.
<br />
CFolderDialog obj(NULL,tstrTitle.c_str(),BIF_EDITBOX|BIF_STATUSTEXT);<br />
obj.SetSelection ( strExportPath.c_str() );<br />

but this is opening a FolderDialog Box to "My Computer" path and not to a give directory's path. I am using WTL Version 7.1 which does not have
SetInitialFolder ( ); function . This function is there in WTL Version 7.5 for which its works fine. Is there any other way to show the folder dialog to the give directory's Path.

Thanks in Advance.
AnswerRe: Folder Dialog not getting displayed to a given folder path Pin
Code-o-mat11-Nov-09 0:51
Code-o-mat11-Nov-09 0:51 
GeneralRe: Folder Dialog not getting displayed to a given folder path Pin
pandit8411-Nov-09 1:32
pandit8411-Nov-09 1:32 
GeneralRe: Folder Dialog not getting displayed to a given folder path Pin
Code-o-mat11-Nov-09 1:35
Code-o-mat11-Nov-09 1:35 
QuestionHow to Get Autocad drawing property. Pin
Paulraj G10-Nov-09 22:17
Paulraj G10-Nov-09 22:17 
AnswerRe: How to Get Autocad drawing property. Pin
PrafullaShirke2710-Nov-09 23:24
professionalPrafullaShirke2710-Nov-09 23:24 
QuestionHow touse OpenDocumentFile from MFC-dll? Pin
PrafullaShirke2710-Nov-09 21:50
professionalPrafullaShirke2710-Nov-09 21:50 
QuestionRe: How touse OpenDocumentFile from MFC-dll? Pin
CPallini10-Nov-09 22:59
mveCPallini10-Nov-09 22:59 
AnswerRe: How touse OpenDocumentFile from MFC-dll? Pin
PrafullaShirke2710-Nov-09 23:12
professionalPrafullaShirke2710-Nov-09 23:12 
GeneralRe: How touse OpenDocumentFile from MFC-dll? Pin
Covean10-Nov-09 23:42
Covean10-Nov-09 23:42 
GeneralRe: How touse OpenDocumentFile from MFC-dll? Pin
PrafullaShirke2710-Nov-09 23:58
professionalPrafullaShirke2710-Nov-09 23:58 
GeneralRe: How touse OpenDocumentFile from MFC-dll? Pin
Covean11-Nov-09 0:05
Covean11-Nov-09 0:05 
Question[Message Deleted] Pin
ratprita10-Nov-09 21:41
ratprita10-Nov-09 21:41 
QuestionRe: polymorphism Pin
Rajesh R Subramanian10-Nov-09 21:44
professionalRajesh R Subramanian10-Nov-09 21:44 
Answer[Message Deleted] Pin
ratprita10-Nov-09 21:46
ratprita10-Nov-09 21:46 
GeneralRe: polymorphism Pin
Rajesh R Subramanian10-Nov-09 21:49
professionalRajesh R Subramanian10-Nov-09 21:49 
GeneralRe: polymorphism Pin
CPallini10-Nov-09 22:08
mveCPallini10-Nov-09 22:08 
GeneralRe: polymorphism Pin
Cedric Moonen10-Nov-09 23:02
Cedric Moonen10-Nov-09 23: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.