How can i change the icon of Close button ?
The simplest way to do this is to create a custom control, add three buttons , set style to flat, create three images which match your theme for maximize, minimize and close buttons , and write the events for maximize, minimize and close, then set the form border to none and add the control which you just created.
By creating custom controls you will not have to wire/design the buttons for each and every form.
Any one know how to create Split button ?
same as that of View button in Vista...
A split button with slider.
Its not a Split button but a combo box with style set to list view.you can do it if you can manage to get image on the comob box. adding a slider will take a bit of coding.
From PM:
Have u tested ur app in windows classic theme.
Yes I have tested it in classic theme too.
@ANi : Yes tips taken from MS Win App design guidlines
@a_tif: yes its a MDI App with 20+ forms.