Hi,
is there a way,
other than multi-threading, to sense user input during a long cycle / complex procedure in
vb.net, when your current window (seems to) become "unresponsive" ?
Good old Pascal had a function called
Keypressed which helped you become aware of just that (user Kbd input) while you were "doing something else". Anyone knows something similar in
VB.net 2003 ?