johnirvin Posted May 9, 2008 Posted May 9, 2008 Hello everyone, I am just wondering, how can i have a progress bar, say when the program is writing something on excel and then I want a progress bar to show up. Is it GUICtrlCreateProgress? The program I am talking about is not GUI at all. Thanks in advance. Cheers, John
Triblade Posted May 9, 2008 Posted May 9, 2008 (edited) Sorry, but u can't display a progress bar without a GUI. GUI=GRAPHICAL user interace. So if you'd like a progress bar you HAVE to have a GUI Edit: And yes, it is GUICtrlCreateProgress, but you have to make a GUI for that. Edited May 9, 2008 by Triblade My active project(s): A-maze-ing generator (generates a maze) My archived project(s): Pong3 (Multi-pinger)
ProgAndy Posted May 9, 2008 Posted May 9, 2008 You also could use ProgressOn, ProgressOff and ProgressSet *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now