Click here to Skip to main content
15,885,914 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Add member variable taking forever... Pin
Eytukan14-Apr-09 8:28
Eytukan14-Apr-09 8:28 
QuestionHow to open a browse dialog with a specific folder in selected state Pin
V K 214-Apr-09 1:30
V K 214-Apr-09 1:30 
AnswerRe: How to open a browse dialog with a specific folder in selected state Pin
Hamid_RT14-Apr-09 1:35
Hamid_RT14-Apr-09 1:35 
GeneralRe: How to open a browse dialog with a specific folder in selected state Pin
V K 214-Apr-09 1:40
V K 214-Apr-09 1:40 
QuestionRe: How to open a browse dialog with a specific folder in selected state Pin
David Crow14-Apr-09 2:39
David Crow14-Apr-09 2:39 
AnswerRe: How to open a browse dialog with a specific folder in selected state Pin
V K 214-Apr-09 3:03
V K 214-Apr-09 3:03 
GeneralRe: How to open a browse dialog with a specific folder in selected state Pin
David Crow14-Apr-09 3:06
David Crow14-Apr-09 3:06 
GeneralRe: How to open a browse dialog with a specific folder in selected state Pin
David Crow14-Apr-09 2:40
David Crow14-Apr-09 2:40 
VKupunaram wrote:
TCHAR path[MAX_PATH];
strcpy(path, "");


While unrelated to your problem, you could replace these two statements with:

TCHAR path[MAX_PATH] = { '\0' };


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


QuestionExcel automation using VC++ Pin
Shishir Srivastav14-Apr-09 0:55
Shishir Srivastav14-Apr-09 0:55 
QuestionWhat to do with this error message (embedded VC++ 4.0) ? Pin
kapardhi14-Apr-09 0:22
kapardhi14-Apr-09 0:22 
AnswerRe: What to do with this error message (embedded VC++ 4.0) ? Pin
ParagPatel14-Apr-09 0:33
ParagPatel14-Apr-09 0:33 
GeneralRe: What to do with this error message (embedded VC++ 4.0) ? Pin
kapardhi14-Apr-09 0:57
kapardhi14-Apr-09 0:57 
AnswerRe: What to do with this error message (embedded VC++ 4.0) ? Pin
Divyang Mithaiwala14-Apr-09 1:20
Divyang Mithaiwala14-Apr-09 1:20 
Questioncan anyone give code in vc++ Pin
N.Ravi Raj13-Apr-09 23:47
N.Ravi Raj13-Apr-09 23:47 
AnswerRe: can anyone give code in vc++ Pin
_AnsHUMAN_ 13-Apr-09 23:57
_AnsHUMAN_ 13-Apr-09 23:57 
GeneralRe: can anyone give code in vc++ Pin
N.Ravi Raj14-Apr-09 0:20
N.Ravi Raj14-Apr-09 0:20 
GeneralRe: can anyone give code in vc++ Pin
Rajesh R Subramanian14-Apr-09 0:51
professionalRajesh R Subramanian14-Apr-09 0:51 
GeneralRe: can anyone give code in vc++ Pin
Hamid_RT14-Apr-09 1:32
Hamid_RT14-Apr-09 1:32 
JokeRe: can anyone give code in vc++ Pin
CPallini14-Apr-09 5:08
mveCPallini14-Apr-09 5:08 
GeneralRe: can anyone give code in vc++ Pin
Hamid_RT14-Apr-09 8:42
Hamid_RT14-Apr-09 8:42 
GeneralRe: can anyone give code in vc++ Pin
CPallini14-Apr-09 9:12
mveCPallini14-Apr-09 9:12 
GeneralRe: can anyone give code in vc++ Pin
Hamid_RT14-Apr-09 9:40
Hamid_RT14-Apr-09 9:40 
GeneralRe: can anyone give code in vc++ Pin
CPallini14-Apr-09 10:44
mveCPallini14-Apr-09 10:44 
GeneralRe: can anyone give code in vc++ Pin
Hamid_RT14-Apr-09 20:23
Hamid_RT14-Apr-09 20:23 
GeneralRe: can anyone give code in vc++ Pin
_AnsHUMAN_ 14-Apr-09 1:14
_AnsHUMAN_ 14-Apr-09 1:14 

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.