Hi!
Someone can tell me how to add control near (close, minimize, and maximize control)?
Thanks
JP
Printable View
Hi!
Someone can tell me how to add control near (close, minimize, and maximize control)?
Thanks
JP
you can't do that, how ever you can create an image file, then create image files for every button down click.
If you want.... just tell me the width of your form, what type of border it has, what you want the other button to be, and what you want the title bar to say. Then I can do it with all the events, and email it to you.
You can do this through subclassing by handling the WM_PAINT and WM_NCHITTEST messages.
Thanks Mlewis