Hi all,
I am writing an application to detect the dead pixel of LCD panel by using
visual C++ (MFC). My flow is follow:
1. Display a dialog with a start button. When the user press the start
button. The whole screen become black colour.
2. When the user press any key by keyboard. The whole screen changes to red
then green, blue and white.
3. The screen back to "normal display".
I am a newbie in visual c++, so i don't know how to write the code to
achieve points 2 and 3.
Can anyone know how to write code for this application?
Thank a lot.
I am writing an application to detect the dead pixel of LCD panel by using
visual C++ (MFC). My flow is follow:
1. Display a dialog with a start button. When the user press the start
button. The whole screen become black colour.
2. When the user press any key by keyboard. The whole screen changes to red
then green, blue and white.
3. The screen back to "normal display".
I am a newbie in visual c++, so i don't know how to write the code to
achieve points 2 and 3.
Can anyone know how to write code for this application?
Thank a lot.
Comment