Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - [Closed] IE StylerBrowser
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[Closed] IE StylerBrowser

 Post Reply Post Reply
Author
Message
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Topic: [Closed] IE StylerBrowser
    Posted: 16 December 2006 at 3:37am
Hi Oleg,

In the excellent StylerBrowser example how are you displaying text in the first pane of the status bar (ID_SEPARATOR) - this pane shows Ready unless the mouse is over a link or similar?

I don't see the messages etc., just showing my ignorance I'm afraid.
Simon HB9DRV
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 16 December 2006 at 7:43am
It is part of MFC:
 
void CHtmlView::OnStatusTextChange(LPCTSTR pszText)
{
 // try to set the status bar text via the frame
 CFrameWnd* pFrame = GetParentFrame();
 if (pFrame != NULL)
  pFrame->SetMessageText(pszText);
}
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 16 December 2006 at 10:26am
Hi Oleg,

Many thanks - now I know what I have to do, have a nice weekend :-)
Simon HB9DRV
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.188 seconds.