Click here to Skip to main content
15,900,482 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I got a question in vc++ to add progresscontrol in listcontrol.Actually the listcontrol contain some values.After adding the progresscontrol in listcontrol we must see the values which are inserted in listcontrol.How can we set the progresscontrol as transparent.Thanks in advance..................
Posted

See OnCtlColor or WM_ERASEBACKGROUND and take a look at this link:

http://msdn.microsoft.com/en-us/library/0wwk06hc(v=vs.80).aspx[^]

I've never tried it on a progress control, but it is worth trying this simple solution.

Hope this helps...
 
Share this answer
 
An indirect solution will be setting list control value as progress bar text.Check this,
Progessbar With text[^].
But as i told it is not exact solution what you are asking.
 
Share this answer
 
thanks venkatmakam.You have given a good link for me..I got the answer.............thanks....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900