Armand 2 Posted August 21, 2007 as written in the title ! [u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?! Share this post Link to post Share on other sites
Gondus 0 Posted August 21, 2007 press alt+f6 when it scite to get the info app, you can also go to tools in scite and just go to AU3 info. Just select the window u want info on. -----------Current Programming Language Status:Beginner: J#, Ruby Intermediate: Autoit, Java, C#, C++Advanced: Basic, Visual Basic, Fortran Share this post Link to post Share on other sites
Gif 2 Posted August 21, 2007 (edited) example:#include <GuiConstants.au3> $Gui = GuiCreate('', 510, 210, -1, -1 BitOR($WS_SIZEBOX,$WS_MAXIMIZEBOX,$WS_MINIMIZEBOX)) $sts = GUICtrlCreateButton('Get', 200, 50, 100, 20) GuiSetState() While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then Exit If $msg = $sts Then $sq = WinGetPos($Gui) MsgBox(0, '','Width: '&$sq[2]&@TAB&'Height: '&$sq[3]) EndIf WEnd Edited August 21, 2007 by Gif Share this post Link to post Share on other sites
Gondus 0 Posted August 21, 2007 ezier if you use the utilities already made for that kind of stuff -----------Current Programming Language Status:Beginner: J#, Ruby Intermediate: Autoit, Java, C#, C++Advanced: Basic, Visual Basic, Fortran Share this post Link to post Share on other sites
Gif 2 Posted August 21, 2007 ezier if you use the utilities already made for that kind of stuff it depends if you want to retrieve those status during the execution of your script or if you want that info before completing the script Share this post Link to post Share on other sites