Click here to Skip to main content
16,012,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: *.icl files Pin
Paul Selormey7-Jan-02 20:23
Paul Selormey7-Jan-02 20:23 
GeneralRe: *.icl files Pin
Michael Dunn7-Jan-02 20:31
sitebuilderMichael Dunn7-Jan-02 20:31 
GeneralRe: *.icl files Pin
Davide Calabro7-Jan-02 20:50
Davide Calabro7-Jan-02 20:50 
GeneralRe: *.icl files Pin
Paul Selormey7-Jan-02 21:20
Paul Selormey7-Jan-02 21:20 
GeneralTextout Pin
AnonymousBabe@usa.net7-Jan-02 18:14
AnonymousBabe@usa.net7-Jan-02 18:14 
Generalpointers Pin
7-Jan-02 17:15
suss7-Jan-02 17:15 
GeneralRe: pointers Pin
Derek Waters7-Jan-02 17:34
Derek Waters7-Jan-02 17:34 
GeneralPopup dialogs - Move to back and minimise problem Pin
7-Jan-02 16:25
suss7-Jan-02 16:25 
I am having trouble with the behaviour of popup windows. I have a graphing program the displays 4 graphs. I want to select a graph and have it display in a new dialog, that can be moved around or minmized (much like Matlab plots)
How can I make these dialogs stop covering the main dialog and go to the back?? (they cover up the main program even if not active)

When they are minimised they do not enter the task bar but rather float above it. Is it possible to make them enter the task bar in WinNT??

I am using a new class CPopChart to start a new chart dialog from my original dialog with

class CDialog : OnPopChart() {
    CPopChart pchart;
    pChart.Create(IDD_POPUP,pWnd);

};


---
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Christian Graus7-Jan-02 16:28
protectorChristian Graus7-Jan-02 16:28 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
7-Jan-02 17:06
suss7-Jan-02 17:06 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Nish Nishant7-Jan-02 18:14
sitebuilderNish Nishant7-Jan-02 18:14 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
7-Jan-02 18:23
suss7-Jan-02 18:23 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Nish Nishant7-Jan-02 18:36
sitebuilderNish Nishant7-Jan-02 18:36 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Corremn8-Jan-02 11:43
Corremn8-Jan-02 11:43 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Nish Nishant8-Jan-02 20:14
sitebuilderNish Nishant8-Jan-02 20:14 
Generalunc path for folder shortcut Pin
kasturirawat7-Jan-02 13:46
kasturirawat7-Jan-02 13:46 
Questionstd::map ??? Pin
Giles7-Jan-02 11:33
Giles7-Jan-02 11:33 
AnswerRe: std::map ??? Pin
Christian Graus7-Jan-02 12:01
protectorChristian Graus7-Jan-02 12:01 
GeneralRe: std::map ??? Pin
Todd Smith7-Jan-02 12:48
Todd Smith7-Jan-02 12:48 
GeneralRe: std::map ??? Pin
Giles7-Jan-02 22:04
Giles7-Jan-02 22:04 
GeneralRe: std::map ??? Pin
Bernhard8-Jan-02 4:10
Bernhard8-Jan-02 4:10 
GeneralStopping CEdit to show floats in scientific notation Pin
Steve The Plant7-Jan-02 11:17
Steve The Plant7-Jan-02 11:17 
GeneralRe: Stopping CEdit to show floats in scientific notation Pin
James R. Twine8-Jan-02 7:44
James R. Twine8-Jan-02 7:44 
GeneralDoc/View question Pin
alex.barylski7-Jan-02 10:22
alex.barylski7-Jan-02 10:22 
GeneralRe: Doc/View question Pin
J Patel7-Jan-02 10:31
J Patel7-Jan-02 10:31 

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.