BP Forums
Modding the Progress Bar - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: Modding the Progress Bar (/showthread.php?tid=653)



Modding the Progress Bar - zmanalpha - 09-21-2012

Hello Guys! i'm not sure if any one will get what i'm saying but ill give it a go. if you go into visual studio and it's loading a project a dialogue pops up and says something along the lines of "your project is loading" and there is a progress bar that doesn't really show its progress but more of a green blob that goes across the actual bar. Does anyone know how to create that or gain access to something like that? Help is much appreciated!
--Zach


Re: Modding the Progress Bar - manishshrestha60 - 09-21-2012

if you are talking about this
[Image: 35c0knb.png]

then it simple no code needed
add new item
click on Slash Screen
and edit it


Re: Modding the Progress Bar - zmanalpha - 09-21-2012

no not a splash screen it looks exactly like a progress bar but the progress isn't shown like this... https://dl.dropbox.com/u/22727695/img.PNG thanks for the help!


Re: Modding the Progress Bar - brandonio21 - 09-21-2012

Step 1) Add a progress bar to your form
Step 2) Set the progress bar's style to "Marquee"

You're set.


Re: Modding the Progress Bar - zmanalpha - 09-26-2012

Awesome!! Thanks for the Help!!