Search the Community
Showing results for tags 'guictrlcreatetab'.
-
Hey guys: I'm a newbie looking for a solution for my problem. Thank you in advance. I wrote a GUI app (See below) and in the "Input" tab I have a button to select a file. Once that file is selected, I want to display the path on the "Input" tab only. I used GUICtrlCreateLabel() and...
-
Like this: GUICtrlCreateTab on Top eg: #include <GUIConstantsEx.au3> Example() Func Example() GUICreate("My GUI Tab") ; will create a dialog box that when displayed is centered GUISetBkColor(0x00E0FFFF) GUISetFont(9, 300) GUICtrlCreateTab(10, 10, 200, 100)...
-
Hello! Is it possible to make the background of a tab transparent to f.ex show the backgroundimage of a underlying GUI? According to the help-file the GUICtrlSetBkColor(-1,$GUI_BKCOLOR_TRANSPARENT) don't work w/ GUICtrlCreateTab It won't do to just set the image to show inside of the tabs instead o...
- 10 replies
-
- guictrlcreatetab
- transparent
-
(and 2 more)
Tagged with: