Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I get toggle button?

toolStripButton.CheckOnClick = true;
toolStripButton.CheckedChanged += new EventHandler(toolStripButton_CheckedChanged);


Page view counter