Live Chat Icon For mobile
Live Chat Icon

How can I add items to the System Menu of a form.

Platform: WinForms| Category: Form

To do this, you can use use iterop to access the GetSystemMenu and AppendMenu Win32 APIs. You also need to override the form’s WndProc method to catch and act on the menu message. This idea was posted in the Microsoft newsgroups by Lion Shi. Here are some sample projects.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.