How to add own button on the form's caption?

  • Thread starter Thread starter Evgeny Zoldin
  • Start date Start date
E

Evgeny Zoldin

Hi ALL,

How to add own button on the form's caption? E.g. I want to put "Minimize to
tray" button near Minimize button. How to do it?

Thank you

Evgeny
 
Task Manager gives the user a menu option of whether to minimize to taskbar
or to the tray. That enables the use of one button for two behaviors.
Otherwise, you can search for drawing in the non-client area of the form in
response to the WM_NCPAINT message.

HTH;
Eric Cadwell
http://www.origincontrols.com
 

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

Back
Top