MSComCtl32.ocx Skinner problem |
Post Reply |
Author | |
devil20
Groupie Joined: 29 June 2006 Location: UK Status: Offline Points: 38 |
Post Options
Thanks(0)
Posted: 10 April 2007 at 9:51am |
Hi
I want to use MSComctl32.ocx as progressBar control 6.0 but it doesnot seems to skin anyway ? Any suggestion why ? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Do you use progressBar from ocx for MFC application?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
devil20
Groupie Joined: 29 June 2006 Location: UK Status: Offline Points: 38 |
Post Options
Thanks(0)
|
Yes
Because I need to user Ranges in float value. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Call
XTPSkinManager()->GetClassMap()->AddSynonymClass(_T("ProgressBarWndClass") ,_T("msctls_statusbar32"));
XTPSkinManager()->GetClassMap()->AddSynonymClass(_T("ProgressBar20WndClass") ,_T("msctls_statusbar32"));
but I really think you need use standard MFC progress bar... just multiply your float value to some 100 or 1000... |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |