Ich fass mich mal kurz:
Ich brauche Hilfe bei GUICtrlSendMsg.
Und zwar will ich das
$PressedKey = GUICtrlCreateCombo("", 104, 16, 105, 25, BitOR($GUI_SS_DEFAULT_COMBO,$CBS_SIMPLE))
GUICtrlSetData(-1, "M1|M2|M3|Shift|CTRL|W|A|S|D|Up|Down|Left|Right|Combo WASD|Combo ARROW")
genauso funktioniert wie
$Time = GUICtrlCreateInput("", 16, 16, 65, 24, BitOR($ES_CENTER, $ES_NUMBER))
GUICtrlSendMsg($Time, 0x1501, 0, "Zeitwert")
also quasi.
In der Combobox soll sowas wie "Set Key" oder so stehen.
Bis man mit der Maus reinklickt.
Wenn man nichts ausgewählt hat.. soll das "Set Key" wieder automatisch erscheinen.
Bis jetzt konnte ich einfach nichts dazu finden.
Auch in der Shoutbox konnte mir niemand helfen..
daher wurde mir geraten ein Thread aufzumachen.
und nein:
[autoit]
$PressedKey = GUICtrlCreateCombo("", 104, 16, 105, 25, BitOR($GUI_SS_DEFAULT_COMBO,$CBS_SIMPLE))
GUICtrlSetData(-1, "M1|M2|M3|Shift|CTRL|W|A|S|D|Up|Down|Left|Right|Combo WASD|Combo ARROW", "Key")
kommt nicht in frage.
Ich hoffe irgendjemand weiß wie ich das hinbekomme.