Click here to Skip to main content
15,891,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i provide multlanguage support to my application? Pin
Hamid_RT1-Aug-06 19:33
Hamid_RT1-Aug-06 19:33 
AnswerRe: How can i provide multlanguage support to my application? Pin
gloriousgopi1-Aug-06 19:59
gloriousgopi1-Aug-06 19:59 
AnswerRe: How can i provide multlanguage support to my application? Pin
prasad_som1-Aug-06 22:48
prasad_som1-Aug-06 22:48 
GeneralRe: How can i provide multlanguage support to my application? Pin
gloriousgopi2-Aug-06 4:05
gloriousgopi2-Aug-06 4:05 
Questionnew window Pin
With_problem1-Aug-06 18:51
With_problem1-Aug-06 18:51 
AnswerRe: new window Pin
Parthi_Appu1-Aug-06 19:02
Parthi_Appu1-Aug-06 19:02 
AnswerRe: new window Pin
Sarath C1-Aug-06 19:05
Sarath C1-Aug-06 19:05 
AnswerRe: new window Pin
gloriousgopi1-Aug-06 19:06
gloriousgopi1-Aug-06 19:06 
if its another dialog then call it using DoModal() function of the instance of the dialog.
Eg MyDialog dlg;
dlg.DoModal();


if its a window then call the ShowWindow() method

eg ShowWindow(this->m_hWnd,SW_SHOW);

regards
Gopinath.

Gopinath MV

GeneralRe: new window Pin
With_problem1-Aug-06 20:06
With_problem1-Aug-06 20:06 
GeneralRe: new window Pin
gloriousgopi1-Aug-06 20:15
gloriousgopi1-Aug-06 20:15 
AnswerRe: new window Pin
Hamid_RT1-Aug-06 19:10
Hamid_RT1-Aug-06 19:10 
QuestionAccessing parent dialog? Pin
ctroyp1-Aug-06 18:50
ctroyp1-Aug-06 18:50 
AnswerRe: Accessing parent dialog? Pin
_AnsHUMAN_ 1-Aug-06 19:00
_AnsHUMAN_ 1-Aug-06 19:00 
AnswerRe: Accessing parent dialog? Pin
Sarath C1-Aug-06 19:24
Sarath C1-Aug-06 19:24 
AnswerRe: Accessing parent dialog? Pin
Vipin Aravind1-Aug-06 21:57
Vipin Aravind1-Aug-06 21:57 
QuestionTo Sarath.......... Pin
we3Guy1-Aug-06 18:44
we3Guy1-Aug-06 18:44 
AnswerRe: To Sarath.......... Pin
Sarath C1-Aug-06 19:02
Sarath C1-Aug-06 19:02 
QuestionRe: To Sarath.......... Pin
we3Guy1-Aug-06 20:42
we3Guy1-Aug-06 20:42 
AnswerRe: To Sarath.......... Pin
Sarath C1-Aug-06 20:45
Sarath C1-Aug-06 20:45 
QuestionRe: To Sarath.......... Pin
David Crow2-Aug-06 2:59
David Crow2-Aug-06 2:59 
AnswerRe: To Sarath.......... Pin
we3Guy2-Aug-06 3:19
we3Guy2-Aug-06 3:19 
GeneralRe: To Sarath.......... Pin
David Crow2-Aug-06 3:39
David Crow2-Aug-06 3:39 
GeneralRe: To Sarath.......... Pin
we3Guy2-Aug-06 15:28
we3Guy2-Aug-06 15:28 
QuestionDifference between .h and no .h [modified] Pin
HakunaMatada1-Aug-06 18:28
HakunaMatada1-Aug-06 18:28 
AnswerRe: Difference between .h and no .h Pin
_AnsHUMAN_ 1-Aug-06 18:47
_AnsHUMAN_ 1-Aug-06 18:47 

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.