S
Steve Schilz
Hello,
We are developing a system using XP embeddedthat has a non-VGA monitor.
Therefore as far as XPE is concerned, it is headless.
I would like to be able to write a program that allows me to handle the
login process using my internal non-vga monitor. According to the 'Headless
System' area of MSDN it is possible to create a Win32 service to scan for
specific windows, and then call such API functions as EnumDesktopWindows to
find a list of windows, which you can then query and/or send messages to.
My questions are:
1) Would such a service already be installed and running when the logon
prompt appears?
2) Can I intercept key message in order to record and echo them to the
non-vga monitor?
Thanks for you help
Steve
We are developing a system using XP embeddedthat has a non-VGA monitor.
Therefore as far as XPE is concerned, it is headless.
I would like to be able to write a program that allows me to handle the
login process using my internal non-vga monitor. According to the 'Headless
System' area of MSDN it is possible to create a Win32 service to scan for
specific windows, and then call such API functions as EnumDesktopWindows to
find a list of windows, which you can then query and/or send messages to.
My questions are:
1) Would such a service already be installed and running when the logon
prompt appears?
2) Can I intercept key message in order to record and echo them to the
non-vga monitor?
Thanks for you help
Steve