Print Page | Close Window

[Closed] IE StylerBrowser

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=5814
Printed Date: 09 July 2025 at 8:49pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [Closed] IE StylerBrowser
Posted By: Simon HB9DRV
Subject: [Closed] IE StylerBrowser
Date 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



Replies:
Posted By: Oleg
Date 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


Posted By: Simon HB9DRV
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net