Jump to content

ComboBox Height value??


telmob
 Share

Recommended Posts

Hi!

I'm trying to build a specific combo but the height value doesn't seem to have any effect.

How can i make a combo with a specific height??

Also, are there any UDFs for theming combo boxes?

Example combo, notice the (550) height value:

#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

$Gui = GUICreate("", 615, 438, 454, 265)
$Combo = GUICtrlCreateCombo("Text Here", 168, 208, 289, 550)
GUISetState(@SW_SHOW)

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
Wend
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...