controling the display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

we are using NT embedded headless(just a blue screen is left after NT has
booted) and we controle what is displayed on the screen by accessing the
physical memory of the display device.
we are now trying to convert to XP embedded, and has an image that runs
perfectly except that we can't controle the display device, we just get the
regular xp desktop.

has anyone had a simular problem or knows how to solve this?
looking forward to hear from anybody
 
Jakob,

I'm not sure what you are asking for :-(
1. You cat preset resolution from display driver component in TD.
2. You can set resolution of screen trough API function
ChangeDisplaySettingsEx.
3. Or you can add component with heavy dependencies in TD called: "Display
Control Panel"

Regards,
Slobodan
 
now when i boot my image windows desktop is shown on the screen.
i don't want windows to display anything or even use the screen for anything.
i want my app. to be the sole user of the display device and have full
controle.

i hope theis clarify my question
 
Hi Jacob,

Read about and use minlogon.
Also read about how to set up your application as custom shell.

Regards,
Slobodan
 
thanks I will do that.

Slobodan Brcin (eMVP) said:
Hi Jacob,

Read about and use minlogon.
Also read about how to set up your application as custom shell.

Regards,
Slobodan
 
Back
Top