I don't think so.  

But writing a progress bar is one of the easiest controls you can
create.  Write a small control with Minimum, Maximum, and Value
properties.  Override the OnPaint method and use drawRectangle to draw
the progress bar (depending on how fancy you want to make it look).
Then drawString right over the progress bar (you might want to look into
XORing the string on to reverse the color, not sure how to do this with
GDI+).

Shouldn't take much time at all.

Thanks,

Robert

-----Original Message-----
From: Jeff Roberts [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 30, 2002 10:43 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] ProgressBar Question


Is there any way to have text in a ProgressBar.  i.e. Have a ProgressBar
that also contains the text "Operation x% Complete" ?

Thank you

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to