Context Menu

Hi everyone, hope you're doing fine.

is it possible to add some entries to Windows Mobile 2003 context menu can we add icons next to the entries i have added keys in the registry like it is done on windows xp but it didnt work (maybe the key names are different) :(. any suggestions




Answer this question

Context Menu

  • Alsajoso

    Please see this post for details on where to post non-VS 2005 questions

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1



  • Kinns

    Hello Jagadisk,

    i've created a context menu for my form and it works fine, what i want is to add an entry to the WinCE context menu so when i click on the screen in the file explorer for example i get an entry to start my application, without previously starting the application

    Thanks for your help.



  • Sandrina

    when someone runs my application on his pda for the 1st time, i want to add programatically some functionalities to the context menu, i mean by context menu the menu that appears when u hold your pen down on the screen and a menu appears.

    do you have any suggestions

    thanks in all cases



  • Sanko

    Hello Sriram,

    i meant programatically uaing C# on VS2005, and not manually.

    can anyone help please



  • Ammarak

    Hi Pierre,

    You could use the

    System.Windows.Forms.ContextMenu

    to achieve the same.

    You could add menu items to this control, add Click handlers for the menu and associate the context menu to the right form in your application.

    For more info please refer:

    http://msdn2.microsoft.com/en-us/library/system.windows.forms.contextmenu(VS.80).aspx

    Thanks and regards,

    Jagadisk


  • Babylon

    Hi Pierre,

    Are you wanting to have a context menu for your application Or do you want to add a context menu for your custom/user control during design time Or do you want to have a context menu for your custom/user controlduring run time

    Please clarify.

    Thanks and regards,

    Jagadisk


  • Zoe Hart

    Thanks Sriram,

    i'll post to th eC++ forum and post the answer in C# as soon as i have it.



  • KateC

    I understand - the reason I asked you to post to the other forums is because the answer to this almost surely involves some P/Invoke or some other low-level thing. The folks in the other forums would know how to do this in C/C++ and it would be really easy to extend that answer to C#.

  • Context Menu