supersonic 4 Posted April 18, 2010 (edited) Hi! I'm trying to deactivate a control created with _GUICtrlIpAddress_Create() using $GUI_DISABLE. For controls created with GUICtrlCreate...() $GUI_DISABLE works fine, of corse. Is there a way to grey out a _GUICtrlIpAddress_Create() control? Using _GUICtrlIpAddress_ShowHide() isn't a real solution for me... Any ideas? May be I have to use some _WinAPI_...() functions? Greets, -supersonic. Edited April 18, 2010 by supersonic Share this post Link to post Share on other sites
Yoriz 6 Posted April 18, 2010 Answer can be found here http://www.autoitscript.com/forum/index.php?showtopic=112632&st=0&p=789044&fromsearch=1&#entry789044 GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF. Share this post Link to post Share on other sites
supersonic 4 Posted April 18, 2010 Thank you! It works. Share this post Link to post Share on other sites