Send virtual Ctrl-Alt-Del
-
:-D Hi all gurus :-D, I'm modifying existing code of "GinaDll" for touchscreen computers, lacking hardware keyboard. On logon window one would enter username and password with virtual keyboard, which would be part of the logon window. Before getting logon window I should boot with Ctrl-Alt-Del, but, as you understand I have no "real" keyboard. So, I encountered problem of emulating Ctrl-Alt-Del key sequnce :confused:. I searched extensively the net for this problem with no success :((. :rose::rose::rose: Any valuable suggestion will appreciated :rose::rose::rose:. meridian22ca@yahoo.com
-
:-D Hi all gurus :-D, I'm modifying existing code of "GinaDll" for touchscreen computers, lacking hardware keyboard. On logon window one would enter username and password with virtual keyboard, which would be part of the logon window. Before getting logon window I should boot with Ctrl-Alt-Del, but, as you understand I have no "real" keyboard. So, I encountered problem of emulating Ctrl-Alt-Del key sequnce :confused:. I searched extensively the net for this problem with no success :((. :rose::rose::rose: Any valuable suggestion will appreciated :rose::rose::rose:. meridian22ca@yahoo.com
Is
ExitWindowsEx()
out of the question?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
:-D Hi all gurus :-D, I'm modifying existing code of "GinaDll" for touchscreen computers, lacking hardware keyboard. On logon window one would enter username and password with virtual keyboard, which would be part of the logon window. Before getting logon window I should boot with Ctrl-Alt-Del, but, as you understand I have no "real" keyboard. So, I encountered problem of emulating Ctrl-Alt-Del key sequnce :confused:. I searched extensively the net for this problem with no success :((. :rose::rose::rose: Any valuable suggestion will appreciated :rose::rose::rose:. meridian22ca@yahoo.com
I found, ha ha ha, I'm happy ;P After some days of struggling I used in WlxSasNotify, dwSasType =WLX_SAS_TYPE_CTRL_ALT_DEL (indicates that user has typed the standard CTRL+ALT+DEL SAS) and solve the ptoblem. Anyway, thank you folk thinking on my problem. meridian22ca@yahoo.com