Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to delete an object Pin
Jon Hulatt9-Aug-02 2:56
Jon Hulatt9-Aug-02 2:56 
AnswerRe: how to delete an object Pin
Mike Upton9-Aug-02 1:35
Mike Upton9-Aug-02 1:35 
GeneralGetting the menu of the CMDIChildWnd Pin
Poul Haahr Klemmensen9-Aug-02 0:43
Poul Haahr Klemmensen9-Aug-02 0:43 
GeneralRe: Getting the menu of the CMDIChildWnd Pin
Tomasz Sowinski9-Aug-02 0:59
Tomasz Sowinski9-Aug-02 0:59 
GeneralRe: Getting the menu of the CMDIChildWnd Pin
Steen Krogsgaard9-Aug-02 1:04
Steen Krogsgaard9-Aug-02 1:04 
GeneralRe: Getting the menu of the CMDIChildWnd Pin
Mike Upton9-Aug-02 1:27
Mike Upton9-Aug-02 1:27 
GeneralRe: Getting the menu of the CMDIChildWnd Pin
Poul Haahr Klemmensen9-Aug-02 3:46
Poul Haahr Klemmensen9-Aug-02 3:46 
GeneralRe: Getting the menu of the CMDIChildWnd Pin
Mike Upton9-Aug-02 3:56
Mike Upton9-Aug-02 3:56 
I'd still tend to use an update handler (probably in your main frame window, but it depends where you can get at the pointer to your modeless dialog from), something like this:

OnUpdateMenuItem(CCmdUI* pCmdUI)
{
  //m_pDlg is your pointer to the modeless dialog you're interested in.
  pCmdUI->SetCheck(m_pDlg && m_pDlg->IsWindowVisible());
}




"We are the knights who say Ni" (The Knights Who Say Ni)
GeneralSimple question on Dialogboxes Pin
D Satya9-Aug-02 0:43
D Satya9-Aug-02 0:43 
GeneralRe: Simple question on Dialogboxes Pin
Steen Krogsgaard9-Aug-02 1:08
Steen Krogsgaard9-Aug-02 1:08 
GeneralRe: Simple question on Dialogboxes Pin
D Satya9-Aug-02 1:44
D Satya9-Aug-02 1:44 
GeneralRe: Simple question on Dialogboxes Pin
Steen Krogsgaard9-Aug-02 1:51
Steen Krogsgaard9-Aug-02 1:51 
GeneralRe: Simple question on Dialogboxes Pin
D Satya9-Aug-02 18:09
D Satya9-Aug-02 18:09 
GeneralCListBox takes up 100% CPU usage Pin
KHYEE9-Aug-02 0:31
KHYEE9-Aug-02 0:31 
GeneralRe: CListBox takes up 100% CPU usage Pin
Tomasz Sowinski9-Aug-02 1:02
Tomasz Sowinski9-Aug-02 1:02 
GeneralRe: CListBox takes up 100% CPU usage Pin
Anonymous11-Aug-02 22:29
Anonymous11-Aug-02 22:29 
GeneralRe: CListBox takes up 100% CPU usage Pin
Shog99-Aug-02 4:45
sitebuilderShog99-Aug-02 4:45 
GeneralRe: CListBox takes up 100% CPU usage Pin
KHYEE12-Aug-02 18:32
KHYEE12-Aug-02 18:32 
GeneralRe: CListBox takes up 100% CPU usage Pin
Shog912-Aug-02 19:02
sitebuilderShog912-Aug-02 19:02 
GeneralInserting bitmap into RTF Pin
Hans Ruck9-Aug-02 0:31
Hans Ruck9-Aug-02 0:31 
GeneralCBitmap vs. HBITMAP Pin
[CoY0te]9-Aug-02 0:23
[CoY0te]9-Aug-02 0:23 
GeneralRe: CBitmap vs. HBITMAP Pin
[CoY0te]9-Aug-02 1:43
[CoY0te]9-Aug-02 1:43 
GeneralRe: CBitmap vs. HBITMAP Pin
Ernest Laurentin9-Aug-02 6:36
Ernest Laurentin9-Aug-02 6:36 
Generalstarting an EXE-Application at an other network PC Pin
Ralph8-Aug-02 23:52
Ralph8-Aug-02 23:52 
GeneralRe: starting an EXE-Application at an other network PC Pin
Jeremy Pullicino9-Aug-02 0:13
Jeremy Pullicino9-Aug-02 0: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.