Hi Friends,
I got the answer. No need to get MainMenu control handle. We can fill the hMenu parameter by creating our own Menu using "CreateMenu ", "AppendMenu " API's.
User Profile
Collapse
-
How to Create Notification with Menu for Windows Mobile 6 using C# .Net CF 2.0
Hi Friends,
Is it Possible?Leave a comment:
-
How to Create Notification with Menu for Windows Mobile 6 using C# .Net CF 2.0
Hello Friends,
By default Notification control present in .Net CF 2.0 for Windows Mobile 6.0 does not provide Menu support. So I am tryingto implement the menu feature for Notification using C#. So, I tried to port this structure SHNOTIFICATIOND ATA in C#. This structure has a nested structure called SOFTKEYMENU which looks as follows,
typedef struct _SOFTKEYMENU {
HMENU hMenu;
SOFTKEYCMD *prgskc;... -
Notification Application
Hi,
Try this. Create Form Application. Set the Enabled property of the form to false in the design time. Then in the Form_Activated event set the form's visible property to false. I think it works.
Also Note : (if its a Windows Mobile App)
If you have the Menu property of the form set to mainmenu1, there will be a flickering in the bottom. So set the Menu property...Leave a comment:
No activity results to display
Show More
Leave a comment: