I am looking for a way to add the Aero functions of Windows back into a bordlerless windows form in Visual Basic 2013. I have coded a custom component for the titlebar to allow be to set my own background/design for it, as well as the minimize, maximize, and close buttons. I am having issues, however, finding a way to make the Windows Aero properties come back, such as:
- dragging the to the top or sides of the screen to change it's size
- animations upon resizing/minimizing/maximizing
I am making a custom looking form, such as that found in Google Chrome and Visual Studios. The Aero functionality is my only issue. Does anyone happen to know how to add it to a borderless form in Visual Basic 2013?