Jump to content
Xtreme .Net Talk

Recommended Posts

  • Administrators
Posted

On the toolbox you should have a Context Menu control.

Add it to a form and if you click on it you can design the menu like a normal menu.

Go to the control you want to have the menu and it shoul have a property called 'Context Menu'. Select the one from the drop down list.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted (edited)
i did that but when i right click in my program when its executed i dont get a right click menu showing when i right click, (nothing happens when i right click) Edited by cdoverlaw
Posted

Ok, now i need to know how to make a tickbox type thing on that right click menu

 

This is the code of the tickbox in the program which it will replace but needs to do the same thing

 

Private Sub CheckBox4_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox4.CheckedChanged
       XpePanel1.Visible = Not CheckBox4.Checked
End Sub

 

Jonathan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...