Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Disable CXTPTaskPanel
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Disable CXTPTaskPanel

 Post Reply Post Reply
Author
Message
Hazelnut View Drop Down
Groupie
Groupie
Avatar

Joined: 22 July 2005
Location: United States
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hazelnut Quote  Post ReplyReply Direct Link To This Post Topic: Disable CXTPTaskPanel
    Posted: 31 July 2005 at 11:45pm

Hi,

I need to disable the TaskPanel during certain times in my application. Disable as in, not being able to select item or change tabs.  Since it is a CWnd based class, I thought mWndTaskPanel.EnableWindow(FALSE) would work, but it doesn't   So, does anyone know how to completely disable the TaskPanel (and reenable it too!) ? Perhaps I'm totally overlooking something?

Thanks!

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2005 at 5:29am

Are you sure it doen't work?

In our sample I added code

void CMainFrame::OnThemeOffice2000()
{

  ..

   m_wndTaskPanel.EnableWindow(FALSE);

}

 

And it become disabled after I click Office 200 theme.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Hazelnut View Drop Down
Groupie
Groupie
Avatar

Joined: 22 July 2005
Location: United States
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hazelnut Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2005 at 10:27am
For the life of me, I swear that didn't work , but now it does!  I must be going nuts. Thanks Oleg!
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.