Hi,
I am writing a programme for one of my ICT teachers at school. Whilst he is talking, students often go on their e-mail and internet because he can't see their screens and so this software will allow him to automatically lock down all the computers in the room by displaying a 'Locked' screen (not the Windows Lock Computer function, though) at the click of a button.
So that students can't Ctrl+Alt+Del, Alt +Tab etc. out of the programme, I have found a website which will allow me to do all of this - but the code is in C++ which is a language I know nothing about! Could someone download the code from the MSDN page below and 'translate' it into a VB programme (i.e. pick out the function which calls the dll file and make it into a VB call)?
The url of the page is:
http://msdn.microsoft.com/msdnmag/issues/02/09/CQA/default.aspx (go to it and click download link at the top of the page.)
Note: Can you just translate the TrapKeys programme and not the TrapKeysHook? I have C++ and I only have to compile the TrapKeysHook programme to create the dll file.
Thanks to anyone who can help,
Mike
I am writing a programme for one of my ICT teachers at school. Whilst he is talking, students often go on their e-mail and internet because he can't see their screens and so this software will allow him to automatically lock down all the computers in the room by displaying a 'Locked' screen (not the Windows Lock Computer function, though) at the click of a button.
So that students can't Ctrl+Alt+Del, Alt +Tab etc. out of the programme, I have found a website which will allow me to do all of this - but the code is in C++ which is a language I know nothing about! Could someone download the code from the MSDN page below and 'translate' it into a VB programme (i.e. pick out the function which calls the dll file and make it into a VB call)?
The url of the page is:
http://msdn.microsoft.com/msdnmag/issues/02/09/CQA/default.aspx (go to it and click download link at the top of the page.)
Note: Can you just translate the TrapKeys programme and not the TrapKeysHook? I have C++ and I only have to compile the TrapKeysHook programme to create the dll file.
Thanks to anyone who can help,
Mike