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

C / C++ / MFC

 
GeneralRe: How to get the message from a service Pin
debonair12345618-Dec-08 17:04
debonair12345618-Dec-08 17:04 
QuestionLoading a Delphi DLL into a VC++ application Pin
Cronoz17-Dec-08 23:35
Cronoz17-Dec-08 23:35 
AnswerRe: Loading a Delphi DLL into a VC++ application Pin
Stuart Dootson18-Dec-08 0:41
professionalStuart Dootson18-Dec-08 0:41 
Questionhow to get accuracy as well as quick interface response Pin
anilaabc17-Dec-08 21:57
anilaabc17-Dec-08 21:57 
AnswerRe: how to get accuracy as well as quick interface response Pin
Stuart Dootson17-Dec-08 22:58
professionalStuart Dootson17-Dec-08 22:58 
GeneralRe: how to get accuracy as well as quick interface response Pin
anilaabc18-Dec-08 18:10
anilaabc18-Dec-08 18:10 
QuestionCButton color change Pin
Paulraj G17-Dec-08 21:55
Paulraj G17-Dec-08 21:55 
AnswerRe: CButton color change Pin
Naveen17-Dec-08 22:34
Naveen17-Dec-08 22:34 
GeneralRe: CButton color change Pin
Paulraj G17-Dec-08 23:03
Paulraj G17-Dec-08 23:03 
GeneralRe: CButton color change Pin
CPallini17-Dec-08 23:18
mveCPallini17-Dec-08 23:18 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:43
Naveen17-Dec-08 23:43 
GeneralRe: CButton color change Pin
Code-o-mat17-Dec-08 23:24
Code-o-mat17-Dec-08 23:24 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:32
Naveen17-Dec-08 23:32 
GeneralRe: CButton color change Pin
Code-o-mat17-Dec-08 23:51
Code-o-mat17-Dec-08 23:51 
AnswerRe: CButton color change Pin
Iain Clarke, Warrior Programmer17-Dec-08 23:17
Iain Clarke, Warrior Programmer17-Dec-08 23:17 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:55
Naveen17-Dec-08 23:55 
AnswerRe: CButton color change Pin
Hamid_RT17-Dec-08 23:34
Hamid_RT17-Dec-08 23:34 
AnswerRe: CButton color change Pin
Jijo.Raj18-Dec-08 0:21
Jijo.Raj18-Dec-08 0:21 
QuestionATLASSERT question Pin
monsieur_jj17-Dec-08 21:46
monsieur_jj17-Dec-08 21:46 
QuestionRe: ATLASSERT question Pin
CPallini17-Dec-08 22:25
mveCPallini17-Dec-08 22:25 
JokeRe: ATLASSERT question Pin
KarstenK17-Dec-08 23:01
mveKarstenK17-Dec-08 23:01 
QuestionHow to attach my window to another? Pin
extreme00117-Dec-08 21:40
extreme00117-Dec-08 21:40 
QuestionDoModal creates problem.. Pin
m_mun17-Dec-08 21:10
m_mun17-Dec-08 21:10 
AnswerRe: DoModal creates problem.. Pin
Cedric Moonen17-Dec-08 21:20
Cedric Moonen17-Dec-08 21:20 
Depends of what you want to do exactly: if you still want to let the user interact with the main user interface, then you have to use two modeless dialogs.
If you want the user only to interact with the dialogs, then you have to create a modal dialog (like you are doing now) and from this one create a modeless dialog.
Anyway, the solution is to use modeless dialogs Smile | :) . Search for that on codeproject or google and you'll find a lot of examples.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: DoModal creates problem.. Pin
m_mun17-Dec-08 21:34
m_mun17-Dec-08 21:34 

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.