Click here to Skip to main content
16,006,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Splitter window, make one of the view 0,0 size and disable resizing... Pin
Braulio Dez17-Jan-02 5:51
Braulio Dez17-Jan-02 5:51 
GeneralPrevious Instance Pin
Mark Donkers17-Jan-02 4:29
Mark Donkers17-Jan-02 4:29 
GeneralRe: Previous Instance Pin
Joaquín M López Muñoz17-Jan-02 5:08
Joaquín M López Muñoz17-Jan-02 5:08 
GeneralAdd/Remove programs Pin
567890123417-Jan-02 3:50
567890123417-Jan-02 3:50 
GeneralRe: Add/Remove programs Pin
Philip Patrick17-Jan-02 4:09
professionalPhilip Patrick17-Jan-02 4:09 
GeneralRe: Add/Remove programs Pin
567890123417-Jan-02 4:26
567890123417-Jan-02 4:26 
GeneralRe: Add/Remove programs Pin
Mustafa Demirhan17-Jan-02 4:15
Mustafa Demirhan17-Jan-02 4:15 
GeneralMain Dialog and Taskbar Pin
User 2674017-Jan-02 3:47
professionalUser 2674017-Jan-02 3:47 
Hi,
In a Dialog base Application I'm assigning my dialog box to main-window(in App.cpp::InitInstance())

m_pMainWnd = &dlg;
dlg.DoModal();

Now if in OnInitDialog() method I create one more Dialog Box and calls its DoModal() then I cannot see anything on taskbar and if unluckily that DialogBox looses focus then I've to minimize all window to get that back.
Any suggestions to overcome both of these problems? How can I get Taskbar notification because my application is running and also one DialogBox is getting displayed?
Thanks,
-- Sumit


Sumit Pandya

modified 1-Aug-19 21:02pm.

GeneralRe: Main Dialog and Taskbar Pin
567890123417-Jan-02 3:53
567890123417-Jan-02 3:53 
GeneralRe: Main Dialog and Taskbar Pin
User 2674017-Jan-02 4:21
professionalUser 2674017-Jan-02 4:21 
GeneralNapster-like media player Pin
Jon Newman17-Jan-02 3:40
Jon Newman17-Jan-02 3:40 
GeneralRe: Napster-like media player Pin
Christian Graus17-Jan-02 9:39
protectorChristian Graus17-Jan-02 9:39 
GeneralControl Change Notification Pin
User 2674017-Jan-02 1:43
professionalUser 2674017-Jan-02 1:43 
GeneralRe: Control Change Notification Pin
Mustafa Demirhan17-Jan-02 3:13
Mustafa Demirhan17-Jan-02 3:13 
Generaladding mnemonics on toolbar buttons Pin
17-Jan-02 1:03
suss17-Jan-02 1:03 
GeneralRe: adding mnemonics on toolbar buttons Pin
Anna-Jayne Metcalfe17-Jan-02 3:05
Anna-Jayne Metcalfe17-Jan-02 3:05 
GeneralVisual C++ 6 problems Pin
Paresh Solanki17-Jan-02 1:00
Paresh Solanki17-Jan-02 1:00 
GeneralRe: Visual C++ 6 problems Pin
Philip Patrick17-Jan-02 1:36
professionalPhilip Patrick17-Jan-02 1:36 
GeneralRe: Visual C++ 6 problems Pin
Paresh Solanki17-Jan-02 2:34
Paresh Solanki17-Jan-02 2:34 
GeneralRe: Visual C++ 6 problems Pin
Philip Patrick17-Jan-02 4:02
professionalPhilip Patrick17-Jan-02 4:02 
GeneralRe: Visual C++ 6 problems Pin
Paresh Solanki17-Jan-02 4:56
Paresh Solanki17-Jan-02 4:56 
GeneralRe: Visual C++ 6 problems Pin
Jon Hulatt17-Jan-02 5:34
Jon Hulatt17-Jan-02 5:34 
GeneralRe: Visual C++ 6 problems Pin
Kavitha Sama17-Jan-02 3:23
Kavitha Sama17-Jan-02 3:23 
GeneralRe: Visual C++ 6 problems Pin
Paresh Solanki17-Jan-02 5:01
Paresh Solanki17-Jan-02 5:01 
GeneralCWinThread derived worker-thread Pin
16-Jan-02 22:17
suss16-Jan-02 22:17 

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.