How do i switch between two Dialogs
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, just wondering how do i switch between two dialog.. what i means is when i switch to another dialog i want hide the current one and vice versa.. THANKS
-
Hi, just wondering how do i switch between two dialog.. what i means is when i switch to another dialog i want hide the current one and vice versa.. THANKS
Take a look at CWnd::BringWindowToTop, CWnd::SetFocus and CWnd::ShowWindow. That's what I've been using so far. // Afterall, I realized that even my comment lines have bugs When one cannot invent, one must at least improve (in bed).-My latest fortune cookie