Hi
I made a listbox and a textbox
I want to get what I typed in the textbox
I tried this but does't work
Select EventID()
Case EVENT_WINDOWCLOSE
End
Case EVENT_KEYDOWN
Print "hello"
End Select
I think that it miss something for the event_keydown
someone can help ?
I made a listbox and a textbox
I want to get what I typed in the textbox
I tried this but does't work
Select EventID()
Case EVENT_WINDOWCLOSE
End
Case EVENT_KEYDOWN
Print "hello"
End Select
I think that it miss something for the event_keydown
someone can help ?