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.
 
Back
Top