I have a form that I am using as a splash screen. Since it is a splash it does not have a border on it. The splash screen is white so when it loads against something else that is white it looks funy. I was thinking of adding an outline around the form about 1 px or so to give it a thin border. Think of it as adding a stroke to an image in photoshop. How would I do this? I am using vb.net.
Share
You could use GDI+:
(You can substitute any
PenforPens.Black, of course.)