I'm trying to create a borderless win forms app.
Here's the steps on how I managed to make something really simple that does what I want:
- First, I set the form border style to none.
- Then added an image that will serve as the exit button for the application.
Here is the image of what I've done so far:
When I run the application, I wonder why I can't move the window or the app around the screen.
Any ideas on how I can get through with this problem?