Click here to Skip to main content
15,910,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing _MBCS to _UNICODE create problem Pin
m_mun11-Nov-09 2:01
m_mun11-Nov-09 2:01 
GeneralRe: Changing _MBCS to _UNICODE create problem Pin
Richard MacCutchan11-Nov-09 2:48
mveRichard MacCutchan11-Nov-09 2:48 
QuestionRe: Changing _MBCS to _UNICODE create problem Pin
22491711-Nov-09 6:23
22491711-Nov-09 6:23 
AnswerRe: Changing _MBCS to _UNICODE create problem Pin
Randor 11-Nov-09 9:49
professional Randor 11-Nov-09 9:49 
QuestionAfterCalculate is missing in Excel.tli, version: Office 2003 Pin
KTTransfer11-Nov-09 0:35
KTTransfer11-Nov-09 0:35 
AnswerRe: AfterCalculate is missing in Excel.tli, version: Office 2003 Pin
MsmVc11-Nov-09 1:01
MsmVc11-Nov-09 1:01 
GeneralRe: AfterCalculate is missing in Excel.tli, version: Office 2003 Pin
KTTransfer12-Nov-09 17:41
KTTransfer12-Nov-09 17:41 
GeneralRe: AfterCalculate is missing in Excel.tli, version: Office 2003 Pin
MsmVc12-Nov-09 17:45
MsmVc12-Nov-09 17:45 
QuestionA Spell Checking Engine Compatible for Visual C++ 2005 Pin
napadaan11-Nov-09 0:26
napadaan11-Nov-09 0:26 
AnswerRe: A Spell Checking Engine Compatible for Visual C++ 2005 Pin
Chris Losinger11-Nov-09 4:13
professionalChris Losinger11-Nov-09 4:13 
Questionwhat is dwExtraInfo in KBDLLHOOKSTRUCT Pin
Nitheesh George10-Nov-09 23:27
Nitheesh George10-Nov-09 23:27 
AnswerRe: what is dwExtraInfo in KBDLLHOOKSTRUCT Pin
Covean10-Nov-09 23:51
Covean10-Nov-09 23:51 
QuestionLoading exe fromDVD issue [modified] Pin
kumar sanghvi10-Nov-09 23:26
kumar sanghvi10-Nov-09 23:26 
QuestionHow can open diffrent pages of Help file or CHM? Pin
Le@rner10-Nov-09 22:54
Le@rner10-Nov-09 22:54 
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 

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.