Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Passing values from one Dialog to Another. Pin
kiran janaswamy24-Apr-06 19:20
kiran janaswamy24-Apr-06 19:20 
GeneralRe: Passing values from one Dialog to Another. Pin
parichaybp24-Apr-06 19:36
parichaybp24-Apr-06 19:36 
GeneralRe: Passing values from one Dialog to Another. Pin
kiran janaswamy24-Apr-06 19:42
kiran janaswamy24-Apr-06 19:42 
QuestionRe: Passing values from one Dialog to Another. Pin
parichaybp24-Apr-06 19:55
parichaybp24-Apr-06 19:55 
AnswerRe: Passing values from one Dialog to Another. Pin
kiran janaswamy24-Apr-06 20:25
kiran janaswamy24-Apr-06 20:25 
GeneralRe: Passing values from one Dialog to Another. Pin
parichaybp24-Apr-06 20:26
parichaybp24-Apr-06 20:26 
AnswerRe: Passing values from one Dialog to Another. Pin
Hamid_RT24-Apr-06 19:23
Hamid_RT24-Apr-06 19:23 
GeneralRe: Passing values from one Dialog to Another. Pin
parichaybp24-Apr-06 20:25
parichaybp24-Apr-06 20:25 
can u please tell what is the error ???

-> error CCreateDlg *CCreateDlg = (CCreateDlg*)GetParent();
CString str = CCreateDlg -> fname;
m_UPDATE_FILE_NAME_COMBO.AddString(str);


--------------------Configuration: DesktopSearch - Win32 Debug--------------------
Compiling...
UpdateDlg.cpp
D:\Parichay\DS with Help\DesktopSearch\UpdateDlg.cpp(146) : error C2059: syntax error : ')'
Error executing cl.exe.

DesktopSearch.exe - 1 error(s), 0 warning(s)


GeneralRe: Passing values from one Dialog to Another. Pin
kiran janaswamy24-Apr-06 20:47
kiran janaswamy24-Apr-06 20:47 
QuestionImages and listctrl Pin
Sandeep A.C24-Apr-06 19:01
Sandeep A.C24-Apr-06 19:01 
AnswerRe: Images and listctrl Pin
Hamid_RT24-Apr-06 19:18
Hamid_RT24-Apr-06 19:18 
Question::SetConsoleCtrlHandler(TConsole::CtrlHandler, TRUE); Pin
Tcpip200524-Apr-06 18:55
Tcpip200524-Apr-06 18:55 
AnswerRe: How to randomize a C++ STL linked list? Pin
Nibu babu thomas24-Apr-06 18:03
Nibu babu thomas24-Apr-06 18:03 
GeneralRe: How to randomize a C++ STL linked list? Pin
chasetoys24-Apr-06 18:48
chasetoys24-Apr-06 18:48 
QuestionAbout Final Project Pin
Aqueel24-Apr-06 17:22
Aqueel24-Apr-06 17:22 
AnswerRe: About Final Project Pin
parichaybp24-Apr-06 21:59
parichaybp24-Apr-06 21:59 
AnswerRe: About Final Project Pin
Anilkumar K V24-Apr-06 22:41
Anilkumar K V24-Apr-06 22:41 
QuestionMessage Handler without the window Pin
+-{Chimera}-+24-Apr-06 16:29
+-{Chimera}-+24-Apr-06 16:29 
AnswerRe: Message Handler without the window Pin
Nibu babu thomas24-Apr-06 16:52
Nibu babu thomas24-Apr-06 16:52 
AnswerRe: Message Handler without the window Pin
Michael Dunn24-Apr-06 20:21
sitebuilderMichael Dunn24-Apr-06 20:21 
QuestionHow to use the pointer and new for two dimensional array Pin
mrby12324-Apr-06 10:58
mrby12324-Apr-06 10:58 
AnswerRe: How to use the pointer and new for two dimensional array Pin
Michael Dunn24-Apr-06 12:27
sitebuilderMichael Dunn24-Apr-06 12:27 
GeneralRe: How to use the pointer and new for two dimensional array Pin
mrby12324-Apr-06 12:54
mrby12324-Apr-06 12:54 
GeneralRe: How to use the pointer and new for two dimensional array Pin
Michael Dunn24-Apr-06 13:38
sitebuilderMichael Dunn24-Apr-06 13:38 
GeneralRe: How to use pointer and new for two dimensional array Pin
mrby12324-Apr-06 12:58
mrby12324-Apr-06 12:58 

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.