I was building a vi to poll for key presses in dynamically loaded test vi's. I wanted to experiment with the Input Device Control vi's to achieve this. It was for simple operations like the ESCAPE, SPACE, C for CONTINUE, A to ABORT, Any Key To Continue etc.
If the vi is run with an empty array of desired keys to poll so any key can be used. I then pressed CTRL-ALT-DEL to get to the Task Manager. When I closed the task manager I found that the keyboard buffer always has DECIMAL and L ALT. So the polling loop always finds a key and stops immediately.
This is looking like a bug to me. If anyone else can help to verify it or has any advice then that would be appreciated.
Labview 7.1, Full Dev, WinXP.