I have a listbox on a form, that using the keydown function, allows you to select an item and click enter to select it and run some code.
Im trying to make this work in a touchscreen enviroment, so I have my up and down arrows to move about the listbox but I cant get my select button to work.
I thought it would simply be something like
lstStuff.setfocus
Sendkeys "{enter}"
but it does not work, can anyone point me in the right direction?
Im trying to make this work in a touchscreen enviroment, so I have my up and down arrows to move about the listbox but I cant get my select button to work.
I thought it would simply be something like
lstStuff.setfocus
Sendkeys "{enter}"
but it does not work, can anyone point me in the right direction?