does anyone know how to programmatically send a ctrl + break key sequence? by 'break', i mean the 'pause/break' key
Printable View
does anyone know how to programmatically send a ctrl + break key sequence? by 'break', i mean the 'pause/break' key
SendKeys "^{Break}", True
ah, thanks. I'll give that a shot.