Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: DoModal creates problem.. Pin
Cedric Moonen17-Dec-08 22:41
Cedric Moonen17-Dec-08 22:41 
AnswerRe: DoModal creates problem.. Pin
CPallini17-Dec-08 22:22
mveCPallini17-Dec-08 22:22 
Questionhow to save file in CFileDialog ? Pin
AnithaSubramani17-Dec-08 18:20
AnithaSubramani17-Dec-08 18:20 
AnswerRe: how to save file in CFileDialog ? Pin
Naveen17-Dec-08 18:50
Naveen17-Dec-08 18:50 
GeneralRe: how to save file in CFileDialog ? Pin
AnithaSubramani17-Dec-08 19:15
AnithaSubramani17-Dec-08 19:15 
Questionhelp.. Pin
ramina sen17-Dec-08 17:50
ramina sen17-Dec-08 17:50 
AnswerRe: help.. Pin
L. Madhavan17-Dec-08 18:11
L. Madhavan17-Dec-08 18:11 
AnswerRe: help.. Pin
Malli_S17-Dec-08 18:18
Malli_S17-Dec-08 18:18 
AnswerRe: help.. Pin
Jijo.Raj17-Dec-08 21:01
Jijo.Raj17-Dec-08 21:01 
AnswerRe: help.. Pin
aks.17-Dec-08 22:54
aks.17-Dec-08 22:54 
QuestionVisual C++ 6.0 and Visual Studio 2005 Pin
izyani17-Dec-08 14:23
izyani17-Dec-08 14:23 
QuestionVC++ 2008 Command line builder Pin
pratap198017-Dec-08 8:24
pratap198017-Dec-08 8:24 
AnswerRe: VC++ 2008 Command line builder Pin
led mike17-Dec-08 9:17
led mike17-Dec-08 9:17 
AnswerRe: VC++ 2008 Command line builder Pin
Jijo.Raj17-Dec-08 9:42
Jijo.Raj17-Dec-08 9:42 
QuestionUsing CRecordset with foreign keys Pin
mevatron117-Dec-08 8:11
mevatron117-Dec-08 8:11 
AnswerRe: Using CRecordset with foreign keys Pin
led mike17-Dec-08 9:13
led mike17-Dec-08 9:13 

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.