ComboBox help :-(

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Gabriel_ACE
Posts: 2
Joined: 17 Dec 2015, 14:10

ComboBox help :-(

17 Dec 2015, 14:14

Hi

I create this script, but i have problem with the duplicate value on ComboBox

how i can avoid upgrade the list in combobox with out duplicate value???

I have this:

Code: Select all

Gui, Add, ComboBox, vSearch x1 y25 w150 ,


;-----------------------------------------------------------------------------
envi:
;----

gui,submit,nohide
send,%Search%{enter}
gosub duplicate
return

;-----------------------------------------------------------------------------
duplicate:
;---------
GuiControl,, Search, %Search%||

return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Araphen, doanmvu and 304 guests