Adobe ProgressBar

Any DLLs you have made to do various things and aid in project development then please post in here.
6 posts Page 1 of 1
Contributors
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Adobe ProgressBar
clanc789
credits:
"Lewis-Froom" for the images
Codex for the idea and some codes

My first DLL ever made! Somefunctions which are easy to understand are in there just import it in ur toolbox, drag into ur form and import (e.g.) a button. At this button type: AdobeProgressBar1. and then select one of the options (interval = timerinterval start and reset are selve-explainable)

Questions?

Note: this is not ment as stealing codex's work. Just that i dont have any ideas and i decided to copy it (though 50% of the code i mine).

+rep or download for support :)

Edit:

Screenshot:
Adobe Progress Bar 1.jpg
(note: the start and stop button you have to make yourselve,only the blue bar is the DLL)
You do not have the required permissions to view the files attached to this post.
Last edited by clanc789 on Thu Jun 30, 2011 11:49 am, edited 1 time in total.
Practice makes perfect!

VIP since: 6-10-2011
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Adobe ProgressBar
MrAksel
Ehh, screenshots?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: Adobe ProgressBar
smashapps
It doesn't seem to work for me, how exactly do I use the control? I see AdobeProgressBar1.intervaltimer1000() etc but it seems to do nothing
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: Adobe ProgressBar
clanc789
smashapps wrote:
It doesn't seem to work for me, how exactly do I use the control? I see AdobeProgressBar1.intervaltimer1000() etc but it seems to do nothing
You have to use the AdobeProgressBar1.startprogress() to start it. Use:

AdobeProgressBar1.intervaltimer1000
AdobeProgressBar1.startprogress()

to set the interval to 1000 and then start.

So as for a rule:

First define the interval
Then use the startprogress() function

If you want to empty the progress bar use:
AdobeProgressBar1.resetprogress()

Questions?
Practice makes perfect!

VIP since: 6-10-2011
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: Adobe ProgressBar
Jg99
Nice one, i like adobe progressbars
http://www.sctechusa.com SilverCloud Website
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Adobe ProgressBar
Codex
Good job on making a copy of it, when i made mine, i had little skills in vb.net so you can make a one better than mine cooll;
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
6 posts Page 1 of 1
Return to “Dynamic Link Libraries (DLLs)”