Recently I had a need for a simple progress bar written in VBScript to let users know what was going on in a multi-step application. To my surprise, VBScript has nothing built in for a progress bar. After much searching, I was able to find this thread that linked to yet another thread with a simple progress bar done in HTML using InternetExplorer.Application. I have taken this code and modified it to show an actual progess bar, with percentages, that can be updated as desired. I’ve wrapped it up in a nice easy-to-use class for reusability. Enjoy!
Posts Tagged ‘Internet Explorer’
Warning: Use of undefined constant archives - assumed 'archives' (this will throw an Error in a future version of PHP) in /home/northa5/public_html/wp-content/themes/cordobo-green-park-2/archive.php on line 32Warning: Use of undefined constant page - assumed 'page' (this will throw an Error in a future version of PHP) in /home/northa5/public_html/wp-content/themes/cordobo-green-park-2/archive.php on line 32
Warning: A non-numeric value encountered in /home/northa5/public_html/wp-content/themes/cordobo-green-park-2/archive.php on line 32
Warning: A non-numeric value encountered in /home/northa5/public_html/wp-content/themes/cordobo-green-park-2/archive.php on line 32
class="post-69 post type-post status-publish format-standard hentry category-vbscript tag-class tag-internet-explorer tag-progress-bar tag-vbscript">