<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.autoitscript.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Flarn2006</id>
	<title>AutoIt Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.autoitscript.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Flarn2006"/>
	<link rel="alternate" type="text/html" href="https://www.autoitscript.com/wiki/Special:Contributions/Flarn2006"/>
	<updated>2026-04-21T09:41:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.autoitscript.com/w/index.php?title=Progress_Bar_Sample&amp;diff=8067</id>
		<title>Progress Bar Sample</title>
		<link rel="alternate" type="text/html" href="https://www.autoitscript.com/w/index.php?title=Progress_Bar_Sample&amp;diff=8067"/>
		<updated>2009-05-06T23:17:55Z</updated>

		<summary type="html">&lt;p&gt;Flarn2006: Created article.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Samples]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Illustrates:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Usage of [[ProgressOn]], [[ProgressSet]], and [[ProgressOff]] functions.&lt;br /&gt;
* Uses [[Sleep]] as well, although that is not the main focus.&lt;br /&gt;
&lt;br /&gt;
 ProgressOn(&amp;quot;Progress Bar&amp;quot;, &amp;quot;Sample progress bar&amp;quot;, &amp;quot;Working...&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 For $i = 0 To 100&lt;br /&gt;
 	ProgressSet($i)&lt;br /&gt;
 	Sleep(5)&lt;br /&gt;
 Next&lt;br /&gt;
 &lt;br /&gt;
 ProgressSet(100, &amp;quot;Done!&amp;quot;)&lt;br /&gt;
 Sleep(750)&lt;br /&gt;
 ProgressOff()&lt;br /&gt;
&lt;br /&gt;
[[Category:Samples]]&lt;/div&gt;</summary>
		<author><name>Flarn2006</name></author>
	</entry>
</feed>