Click here to Skip to main content
15,908,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i provide multlanguage support to my application? Pin
gloriousgopi1-Aug-06 19:10
gloriousgopi1-Aug-06 19:10 
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 
Is the window (dialog or window) part of your application? or and external application

For the dialog
You can call DoModal function of the dialog object
For SDI, MDI or or other type of windows, You can call ShowWindow function to show the dialog
It should be handled inside the message handler of the button
If an external application, you can Make use of CreateProcess API.


SaRath.

"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"

My Blog | Understanding State Pattern

AnswerRe: new window Pin
gloriousgopi1-Aug-06 19:06
gloriousgopi1-Aug-06 19:06 
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 

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.