Jump to content

Combobox Hakkında


djonur007

Recommended Posts

arkadaşlar combobox'ta kullanıcının değer girmesini nasıl engelleriz?

aynı zamanda box'ın sağındaki açılır buton çalışacak. yani combobox'ın altına GUICtrlSetState(-1, $GUI_DISABLE) girmicez.

nasıl yaparız?

Link to comment
Share on other sites

$Form1 = GUICreate("Form1", 173, 47, 192, 124)
$Combo1 = GUICtrlCreateCombo("Combo1", 8, 8, 145, 25,10485763)
GUISetState(@SW_SHOW)
While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case -3
            Exit

    EndSwitch
WEnd[/CODE]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...