I install applications everyday and see them run everywhere that use their own "forms", closing buttons, text fields, etc. I am somewhat of a beginner in C# (I know about event driven programming, OOP and have a bit of experience) and would like to know how this is achieved, in other words, how do I make my own buttons, form, etc without using the .Net form objects for this?
An example is Windows Sticky Notes app. How did they make and load that "form"? How did they customize/made the closing button? How can you make your own text field to grab data from? How do I make my own? Your help is really appreciated and you are thanked in advance.