PlanetSquires Forums

Support Forums => General Board => Topic started by: Wilko Verweij on October 09, 2016, 11:30:17 AM

Title: Progress Ring
Post by: Wilko Verweij on October 09, 2016, 11:30:17 AM
Hi, does anybody know how to create a 'progress ring', the control Windows uses since version 8 as a sort of modern hourglass? I could find some information but not how to create, e.g. with CreateWindow or so.
Any help is appreciated,
Wilko
Title: Re: Progress Ring
Post by: Paul Squires on October 09, 2016, 05:20:51 PM
Maybe just download an animated gif and display it in your application?
http://preloaders.net/en/search/windows%208

Title: Re: Progress Ring
Post by: Petrus Vorster on October 10, 2016, 03:27:24 PM
LOL, never thought of this! Very cool, and so easy.
Title: Re: Progress Ring
Post by: Wilko Verweij on October 11, 2016, 04:56:53 PM
Thanks Paul for this link. I now have something similar but not with such a nice animation. I am still looking to find out if it can be used as an intrinsic control, though...
Wilko
Title: Re: Progress Ring
Post by: José Roca on October 11, 2016, 05:25:15 PM
It is not a control but a .NET class. Besides, you have to use XAML and all the M$ paraphernalia.

See: https://msdn.microsoft.com/library/windows/apps/br227538