Champak Posted September 18, 2008 Share Posted September 18, 2008 (edited) I came across the function before, but can't remember what/where it is. So how do I force the redraw/painting of a GUI? Thanks. Edited September 18, 2008 by Champak Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted September 18, 2008 Moderators Share Posted September 18, 2008 I came across the function before, but can't remember what/where it is. So how do I force the redraw/painting of a GUI?Thanks.You can try sending a SendMessage() + WM_PAINT message.Or do something here: http://msdn.microsoft.com/en-us/library/ms534906(VS.85).aspx Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Szhlopp Posted September 18, 2008 Share Posted September 18, 2008 I came across the function before, but can't remember what/where it is. So how do I force the redraw/painting of a GUI?Thanks._WinAPI_RedrawWindow ($GUI) ; Also sends $WM_PAINTGUISetBkColor(0xF0F0F0)Both redraw the window argumentum and Xandy 2 RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
Champak Posted September 19, 2008 Author Share Posted September 19, 2008 Ah, the _WinAPI_RedrawWindow function is what I came across before and couldn't remember where/what it was. Thanks to both. Xandy and boomingranny 2 Link to comment Share on other sites More sharing options...
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