HelpButton with MaiximizeBox and MinimizeBox = true ???

G

Guest

Hi! I need to display the Help Button together with Maximize and Minimize
buttons on all my Winforms.

From MSDN, "The value of the HelpButton property is ignored if the maximize
or minimize boxes are shown"

What can I do to bypass this "by design" limitation ?

Any URL's/ code samples/ideas are greatly appreciated.

Thank you in advance,

--Michael
 
G

Guest

Hi! Thank you for taking a look. I've seen this being done by
custom button painting on the form. In fact, my dual monitor NVidia
software creates a button to span a window across my 2 screens. The button
stays next to Minimize.
I am wandering how they did it so I can do the same ?

Many Thanks in Advance,

--Michael
 
T

Tim Wilson

You'll need to do some custom painting. If you dig through the source
attached to this (http://www.codeproject.com/csharp/mintraybtn.asp) article
you should be able to figure out what you need. Don't forget that you will
need to handle a change in the visual style. So, for example, "classic"
windows look versus the windows xp look.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top