|
Well I'm not sure if this is exactly what you mean but you can just create a new Windows Form Project. On your form you can then drag controls from the Toolbox to create your own design. Code is then added to the controls seperately.
If you mean how to make a more advanced design and make it stand out from normal windows applications then you have a couple of options. You could for example try exploring the System.Drawing namespace. This gives you access to various functions that you can use to draw on your form.
|