I’ve got a module which creates a MovableModal window with multiple choices for the user to select options. Because it’s created on the fly, to get keypresses (up, down, return, esc), I’m using:
AddHandler w.keydown, AddressOf KeyDown
This works fine in Desktop Apps, but when I call it from a Status Menu app, it doesn’t get keypresses.
What am I doing wrong, or can’t it be done? Thanks.
4 posts - 4 participants