Jump to content

Search the Community

Showing results for tags 'guictrlcreatetab'.

  • Search By Tags

    • guictrlcreatetab ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. 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...
  2. 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)...
  3. 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...
×
×
  • Create New...