Hello:
To manually rename a Visual Studio project you have to rename your ".sln" file and your ".suo" file on the root. When you start your debugger your Visual Studio program will look for a ".suo" file with the same name than your ".sln" file. Then rename your project directory and, inside it, rename your...
Hello!
It is possible to show rectangular boxes around your controls on a windows form without using graphics or paint events.
I use labels with a certain lenght and 2 pixel width, either vertical or horizontal.
It is needed to set the text property to nothing, the autosize to false, the borderstyle to nothing and the background to the...