I’m new to Visual Studio. I’m currently creating a Login form. I have this code. string connectionString = ConfigurationManager.ConnectionStrings...
Almost unconsciously I hit the keyboard build macro that builds my entire solution. This can happen just as I notice a code change. ...
-
May 20, 2022
- 0 Comments
Visual Studio 2010 kills (there is no other word) data in one of the arguments of the function in the unsafe block. What ...
-
May 19, 2022
- 0 Comments
I have a solution with some projects. There are several break-points in different projects. I want to trace the first thread hit one ...
-
May 19, 2022
- 0 Comments
Normally, many files in Visual Studio 2010 are opened in many tabs, while massively working on a project. Many times, I find myself right-clicking on ...
-
May 18, 2022
- 0 Comments
I have some code in a header that looks like this: #include <memory> class Thing; class MyClass { std::unique_ptr< Thing > my_thing; }; ...
-
May 18, 2022
- 0 Comments
Once code has been written, the only way I know of to view the overloads for a method is to actually edit the ...
-
May 17, 2022
- 0 Comments
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, ...
-
May 17, 2022
- 0 Comments
I don’t know what I did but I don’t know how to get rid of those arrows on the left. 6 Answers 6