Jump to content

[HELP]Progress Bar


jerwin
 Share

Recommended Posts

can anyone give me example script on how to do this one

like in my attachment?

thanx in advance

First, what is it that you are trying to achieve? The look of the progresbar or to have doubble progressbars?

If it is the look then check out GDI+, there are a lot of content on the forums.

[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

sorry for the late reply

i need example script for my game launcher after they start the button the progreess bar will run

like patching when the scritp detected

i have a script here but its not progress bar do u wanna see it?

[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

So you want to add a progressbar to your script?

To make it look like the one you attached is hard but making one is not.

If you just want a single bar check ProgressOn(),ProgressOff() and ProgressSet()

If you need two, then check out GUI concepts, GUICtrlCreateProgress(), and guictrlsetdata()

If you want that special look, either use GDI+, or check if XSkin has something that suits your need.

[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

So you want to add a progressbar to your script?

To make it look like the one you attached is hard but making one is not.

If you just want a single bar check ProgressOn(),ProgressOff() and ProgressSet()

If you need two, then check out GUI concepts, GUICtrlCreateProgress(), and guictrlsetdata()

If you want that special look, either use GDI+, or check if XSkin has something that suits your need.

thanx for the reply how about this can i give my script here?

i already check the GDI+ then its really making me cofused sorry for being noob

heres my picture on my launcher i just want to add progreess bar so i can remove the patch button so everytime my players click the start button it will automatically read the patch then the progressbar will work on

i need permission to post my scripts if its ok

post-36855-12497896762591_thumb.jpg

[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

You can probably post your script, as long is its does not contain any "evil" code >_<

So if i understand this right, you want to check for patches when a player clicks start, and you want a progressbar to show how far the patch-check or patching has proceeded.

So, some questions;

Is it the GUI in the attached picture you want to modify?

What language is the GUI written in?

Do you got its source code?

[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

Do you have the pictures and other resources as well? the GUI it not showing.

If you do not want to publish them to everyone, send me a PM.

And use code tags, they are scrollable, and the AutoIT ones even got syntax highlighting

Edited by colafrysen
[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...