Hi Everyone! :-)
A little background on my project:
- I'm writing a fairly simple program to autoopen Internet Explorer in Kiosk mode, and sticking them into this window. So far I've disabled just about anything that can get you out of this. The last hurdle I'm facing is CTRL+N and CTRL+T (new window, new tab).
Is there a way to use Autoit to stop these functions from occuring? I was thinking some way of capturing ctrl and either:
- Disabling it
- Capturing and stopping it
- Captu