Am i crazy or is the Smooth style from the progressbar gone?
Cant find the option in the properties window
Printable View
Am i crazy or is the Smooth style from the progressbar gone?
Cant find the option in the properties window
sorry that's right , but you still have an option which is "Subclassing the ProgressBar to be more smoother and nicer .I've got an example .I'll look for it and feedback you !
have a look !
Too bad, i liked the smooth style...
That example was for c# :)
Well , you can play with subclass it in any way you like !
C# can be easily converted to VB.
C# Converter .
btw , What smoothness are you looking for ??
Just like in the old vb6, it looks much better then the default style
Well , you can have the VB6 Progressbar Control in your VB.NET proj through interop (COM).
I have some code with a Progressbar from a Label its nice and easy. There is also a ProgressBar panel for a statusbar here it is.
That's :cool: !Quote:
Originally posted by Edneeis
I have some code with a Progressbar from a Label its nice and easy. There is also a ProgressBar panel for a statusbar here it is.
Nice :D
Gonna try it when i am home :)