Adding icon, toggle btn, or check box to form control box

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

Hi,

is it possible to add an icon, toggle btn, or even a checkbox to the
control box caption area of a form (this is there the minimize,
maximize and close icons are located in the upper right of a form) and
also trap for user clicks on those controls?

thanks much
 
farseer said:
is it possible to add an icon, toggle btn, or even a checkbox to the
control box caption area of a form (this is there the minimize,
maximize and close icons are located in the upper right of a form) and
also trap for user clicks on those controls?

Basically it is possible using Win32 interop calls, but I would not
recommend it because it violates Windows design guidelines.
 

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