What would you say would be the best wy to make an Mac OSX style form? Any examples>
Thanks
-FPP
Printable View
What would you say would be the best wy to make an Mac OSX style form? Any examples>
Thanks
-FPP
If you don't want the standard Windows title bar and border then you'd need to set the BorderStyle to None and then create whatever style you want using controls and/or GDI+. You'd also have to implement your own drag-and-drop to allow the form to be resized and/or moved.
Ok, thanks.