How to create custom ToolStripProgressBar in C# Windows forms?
I want to create a progressbar with the style as continuos but in windows xp it is not possible..
So how can I set owner draw for this control ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can give you more Information on the ToolStripControlHost, I created a ProgressBar using this with the following code
I then added it to my tool strip like so.
You should be able to do any extra overriding that you want by adding extra functions to the “ToolStripProgressBarC” class.