Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to read Japanese from String Table? Pin
Rajesh R Subramanian16-May-08 3:54
professionalRajesh R Subramanian16-May-08 3:54 
AnswerRe: How to read Japanese from String Table? Pin
sumit.durg16-May-08 4:50
sumit.durg16-May-08 4:50 
QuestionRe: How to read Japanese from String Table? Pin
Rajesh R Subramanian16-May-08 5:09
professionalRajesh R Subramanian16-May-08 5:09 
AnswerRe: How to read Japanese from String Table? Pin
sumit.durg16-May-08 5:25
sumit.durg16-May-08 5:25 
GeneralRe: How to read Japanese from String Table? Pin
Michael Schubert16-May-08 5:36
Michael Schubert16-May-08 5:36 
Questionprinting an activex control Pin
subramanyeswari16-May-08 1:04
subramanyeswari16-May-08 1:04 
AnswerRe: printing an activex control Pin
Eurosid16-May-08 4:50
Eurosid16-May-08 4:50 
QuestionOnOk() in a mode-less dialog Pin
piul16-May-08 1:00
piul16-May-08 1:00 
In a modal dialog
INT_PTR nRet = Dlg.DoModal();
if (nRet == IDOK)
   //...
else //...

The program waits until the user clicks on Ok or Cancel before going any further, so it decides what to do depending on the user's selection.

How do you do the same thing in a Mode-less dialog??
AnswerRe: OnOk() in a mode-less dialog Pin
_AnsHUMAN_ 16-May-08 1:21
_AnsHUMAN_ 16-May-08 1:21 
GeneralRe: OnOk() in a mode-less dialog Pin
piul16-May-08 1:35
piul16-May-08 1:35 
QuestionRe: OnOk() in a mode-less dialog Pin
prasad_som16-May-08 2:19
prasad_som16-May-08 2:19 
AnswerRe: OnOk() in a mode-less dialog Pin
piul16-May-08 2:28
piul16-May-08 2:28 
GeneralRe: OnOk() in a mode-less dialog Pin
prasad_som16-May-08 2:41
prasad_som16-May-08 2:41 
GeneralRe: OnOk() in a mode-less dialog Pin
_AnsHUMAN_ 16-May-08 2:52
_AnsHUMAN_ 16-May-08 2:52 
GeneralRe: OnOk() in a mode-less dialog Pin
David Crow16-May-08 5:13
David Crow16-May-08 5:13 
QuestionErasing the contents of a file.. Pin
pl_kode16-May-08 0:25
pl_kode16-May-08 0:25 
AnswerRe: Erasing the contents of a file.. [modified] Pin
Michael Schubert16-May-08 0:35
Michael Schubert16-May-08 0:35 
QuestionRe: Erasing the contents of a file.. Pin
David Crow16-May-08 5:15
David Crow16-May-08 5:15 
QuestionOn showing and hiding controls cpu usage reaches 75-100% Pin
Le@rner16-May-08 0:15
Le@rner16-May-08 0:15 
AnswerRe: On showing and hiding controls cpu usage reaches 75-100% Pin
Hamid_RT16-May-08 0:23
Hamid_RT16-May-08 0:23 
GeneralRe: On showing and hiding controls cpu usage reaches 75-100% Pin
Le@rner16-May-08 0:30
Le@rner16-May-08 0:30 
AnswerRe: On showing and hiding controls cpu usage reaches 75-100% Pin
Michael Schubert16-May-08 0:37
Michael Schubert16-May-08 0:37 
GeneralRe: On showing and hiding controls cpu usage reaches 75-100% Pin
Le@rner16-May-08 0:44
Le@rner16-May-08 0:44 
GeneralRe: On showing and hiding controls cpu usage reaches 75-100% Pin
Michael Schubert16-May-08 0:54
Michael Schubert16-May-08 0:54 
GeneralRe: On showing and hiding controls cpu usage reaches 75-100% Pin
Le@rner16-May-08 1:00
Le@rner16-May-08 1:00 

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.