Jump to content

Cool Article for Visual Studio 2005 - Create non-square forms

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I found this Article on MSDN about how to create a form that isnt square.

http://msdn.microsof...indowsforms.asp

If you take it a little further it could be pretty easy to add your own borders with minimize and exit buttons.

#2
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
I believe this is how most appliications create "custom" looks. Simply remove the windows border and you can add buttons that look however you like instead of the default ones.

--
CR

#3
sigs

sigs

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
thanks for sharing the information. sounds pretty cool to me.