Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - How to show text on progress control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to show text on progress control

 Post Reply Post Reply
Author
Message
Pariksh*t View Drop Down
Groupie
Groupie
Avatar

Joined: 26 June 2008
Location: India
Status: Offline
Points: 77
Post Options Post Options   Thanks (0) Thanks(0)   Quote Pariksh*t Quote  Post ReplyReply Direct Link To This Post Topic: How to show text on progress control
    Posted: 08 May 2009 at 2:17am
Hello,
We have one CProgressCtrl on a dialog in our application.It is MFC control. But now as we are using
 extreamToolkit library,and we have loaded skin vista.cjstyle in our application.The theme is coming on that progress
control.
we need to show some text on the progress control as well.For that we have added these two line -

CProgressCtrl pgrCntrl;

pgrCntrl.ModifyStyle(PBS_TEXTMASK, 768);//this 768 is fformat.

pgrCntrl.SetWindowText(_T("Text"));

With these lines it was showing the text on progress control when we were working on
mfc application. But as now toolkit library being used,the text is not coming on the progress control.
Can u please give explaination for this problem?
Please answer at the earliest,its very urgent....
 
Thanks And Regards,
Pariksh*t.
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 14 May 2009 at 4:58am
I have this problem too. I want to show the percentage...
PokerMemento - http://www.pokermemento.com/
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.172 seconds.