Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI.,
This is saravanan From Bangalore....how to display the character on taskbar(which is in cell phone display),If i press ctrl button--- I should display the 'C' character only on the taskbar(screen)....Now i am a newer to wince 6 .. can u help me this one....





Regards
Saravanan G
Posted
Comments
E.F. Nijboer 28-Jul-10 6:22am    
Don't you just want to change the title of the application (that is shown in the taskbar)? Or do you want to create a new control (for example a button) and set the taskbar as it's parent?

1 solution

if you are developing WinCE application with MFC support then you can get key board event from derived class of CView or CFrameWnd class.

if it is a win32 project then just write your code in WndProc 's WM_KEYDOWN.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900