I am making my first big program in VB.NET 2008 and I am unfamiliar with the programming.
I have removed the title bar and added pictureboxes to control the form window state.
The four pictureboxes are put on top of each other in sets of two (minimize on top of minimizehover and close on top of closehover).
What I want to do is that when the user moves the mouse to the minimize picturebox it should be hidden and the minimizehover picturebox should become visible and when the user removes the mouse from the place the minimize picturebox should become visible again. Same thing with the close and closehover picturebox.
The difference between the normal and hover pictureboxes is the colour of the image.
Please check out the ask a question button on the msdn forums; you will get the idea.
Thanks in advance!