Results 1 to 15 of 15

Thread: [2005] Smooth ProgressBar?

Threaded View

  1. #4

    Thread Starter
    Fanatic Member arsmakman's Avatar
    Join Date
    Dec 2001
    Location
    Leiden, Netherlands.
    Posts
    719

    Re: [2005] Smooth ProgressBar?

    In the meanwhile I found a half-solution.

    Disable the option: "Enable XP visual styles" in the project's options.
    This disables the 'skinning' of applications and makes your controls look like Win 98 controls.

    Then enter in the MyBase.Load event code: Application.EnableVisualStyles()
    This does change buttons and menu's back to their XP-layout, but the progressbar stays in it's Win 98-style, which DOES support smooth scrolling.

    I also checked out the ElementsEX control, but for my application it has little extra to offer than the solution I use now and I would really like to stay with Window's default controls.

    What I would really like is a smooth XP-style scrollbar, which must be possible to achieve. Because, for example, FireFox uses it in it's downloads screen (see the attachment).
    Attached Images Attached Images  
    No matter how fool-proof your program is, there will always be a better fool.

    Was a post helpful to you? Rate it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width