meekaah Posted April 21, 2008 Posted April 21, 2008 Hi, i would like to know if its possible to put a progress bar in a status bar i think i saw it somewhere but i dont remember where if someone could help me thanks in advance!
spudw2k Posted April 21, 2008 Posted April 21, 2008 NEVERMIND i just found thanks anyways lolWhat did you find, btw? Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Zedna Posted April 21, 2008 Posted April 21, 2008 What did you find, btw?Search on the forum give you many answersHere is one of them:http://www.autoitscript.com/forum/index.ph...st&p=140771 Resources UDF ResourcesEx UDF AutoIt Forum Search
spudw2k Posted April 21, 2008 Posted April 21, 2008 Search on the forum give you many answersHere is one of them:http://www.autoitscript.com/forum/index.ph...st&p=140771:0 funny, searching brought me here first. Thanx foe the link Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
aGorilla Posted April 21, 2008 Posted April 21, 2008 (edited) Search on the forum give you many answers Here is one of them: http://www.autoitscript.com/forum/index.ph...st&p=140771Very cool. Needs a couple of minor edits to work (the api for GuiStatusBar.au3 changed) Change: To: _GuiCtrlStatusBarGetRect --> _GUICtrlStatusBar_GetRect _GuiCtrlStatusBarCreate --> _GUICtrlStatusBar_Create _GuiCtrlStatusBarResize --> _GuiCtrlStatusBar_Resize Edit: missed 'Resize'. There may be others, the changes are documented in the GuiStatusBar.au3 file in your include directory. Edited April 21, 2008 by aGorilla Search AutoItScript.com via Google
GaryFrost Posted April 21, 2008 Posted April 21, 2008 Just look in the help, you'll see how it's done. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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