I'm working on a .NET solution with an unmanaged EXE. This means, i have no VisualStyles enabled.
I'm trying to use a marquee progessbar without using EnabledVisualStyles(). What happened is that my progressbar appears without any animation.
Mine:
Should be like this:
Do you know if this is possible at all? And is there any workaround?
Create User Control, take one panel in it, dock it in parent container. Take one timer control. Your user control code should like:
Build your application and drag your user control in your form. Modify code and variable's values as per your requirement.