Jump to content

fileinstal or extract with progress on gui


Recommended Posts

ok i have this gui ..but i dont know how to make the gui show the progress of the download ..( show progress in numbers like... 1/10 downloaded so on..coz there would be multiple files dled..and if posible to show at what speed is it dling those files..

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

GUICreate("text", 200, 130, 1, 5, $WS_POPUP)
GUISetState(@SW_SHOW)
SplashImageOn("", "main.bmp", 300, 100, -1, -1, 1)
InetGet("http://img143.imageshack.us/i/tomaszblastinggun.gif/" ,"anticheat.jpg" , 1, 1)


Sleep(5000)
SplashOff()

p.s. this aint no bot -.- ... this is infact anti cheat for my friends server..

Edited by TomaSzz
Link to comment
Share on other sites

  • Moderators

TomaSzz,

This has been asked many, many times before. Search for "+download +progress +bar" and you find several examples. :mellow:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

TomaSzz, Multi-posting is not acceptable around here and on top of that I seem to recall that you have already been asked to show some patience by not bumping your threads.

The same thing appplies to a multi-post. DON'T DO IT!!!! You are starting to push the limit.

Now is it clear enough? The only person around here that is worried about your code is you. Everyone is a volunteer and as such we get to requests, for help, when we have the time.

EDIT: Reference for the multi-post

http://www.autoitscript.com/forum/index.php?showtopic=115052

Edited by GEOSoft

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

O_O how did i make dbl post? wata..?

never did dbl post i swear... seroiusly

and melba ty.. ill searhc for that ..but i am grand with progress bar now.. :mellow:

and btw... how do i make umm .. u know when u make GUI and u launch it and in it is shown in bottom there.. not task bar ..wats it.. or is it task bar too .. well anyway.. how to make it not be there? or insead of removing it from there , minimize it to tray icon .. i did post about this but i searched and i didnt get any posts.. too complicated about this thing :S

rl apreciate ur helps guyz

Edited by TomaSzz
Link to comment
Share on other sites

  • Developers

O_O how did i make dbl post? wata..?

never did dbl post i swear... seroiusly

Listen, you are now truly annoying me. Stop posting these stupid posts and read what people tell you.

I have locked the other thread which was a DOUBLE POST presumably made accidental.

Keep posting as you do and I will have no issue to send you on a short vacation from these forums.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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