wolfbartels Posted December 4, 2006 Posted December 4, 2006 My script supplies an additional menu on top of an application window, using GUICtrlCreateMenu. $mnhdl = GUICreate("", 150, 20, 500,50, $WS_POPUP, $WS_EX_TOPMOST) $LFN_Datei = GUICtrlCreateMenu("LFN Datei") ....... Is there a way to have the text not_greyed_out even when the focus is at the application?
Zedna Posted January 7, 2007 Posted January 7, 2007 (edited) Look hereAlso check AnyGUI project it's here Edited January 7, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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