![]() |
[Closed] IE StylerBrowser |
Post Reply
|
| Author | |
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Topic: [Closed] IE StylerBrowserPosted: 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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |