User Profile

Collapse

Profile Sidebar

Collapse
snehal12345
snehal12345
Last Activity: Feb 22 '08, 08:11 AM
Joined: Oct 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • snehal12345
    started a topic Capture ContextMenu click event in C# .Net 3.0
    in .NET

    Capture ContextMenu click event in C# .Net 3.0

    I have created 1 contextmenu for a listbox in C#.net 3.0 . For that context menu I have written one event handler for mouseup event . But when i click on contextmenu item that event is not captured. I have done following:
    { /*in constructor of main window */
    listbox1.Contex tMenu.Items.Add ("save");
    listbox1.Contex tMenu.MouseUp += new System.Window.I nput.MouseButto nEventHandler(C ontex tMenu_MouseUp);
    ....
    ...
    See more | Go to post

  • snehal12345
    started a topic handling context menu in .net3.0
    in .NET

    handling context menu in .net3.0

    I have created 1 contextmenu for a listbox in C#.net 3.0 . For that context menu I have written one event handler for mouseup event . But when i click on contextmenu item that event is not captured. I have done following:
    { /*in constructor of main window */
    listbox1.Contex tMenu.Items.Add ("save");
    listbox1.Contex tMenu.MouseUp += new System.Window.I nput.MouseButto nEventHandler(C ontextMenu_Mous eUp);
    ....
    ...
    See more | Go to post
No activity results to display
Show More
Working...