Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

how to validate numericupdown when value change (and not lost focus)

I have a NumericUpDown and I need when value change (and not lostfocus) do a new calculation if i put …

c# winforms visual-studio-2010 numericupdown
How to include dependencies in Setup and Deployment Project?

I have a solution that consists of 3 projects. I've created a deployment project it is only including the dependencies from …

visual-studio-2010 visual-studio setup-project setup-deployment
VS2010 C++ variadic template example

I have a class template and I can't seem to figure out how to perform a Variadic Template style instantiation. …

c++ visual-studio-2010 templates variadic
How to build CppUnit with Visual Studio 2010

I am trying to build CppUnit (first line in ReadMe says version 1.13) with Visual Studio 2010. Following the instructions (found on …

visual-studio-2010 cppunit
Stringstream to vector<int>

I'm wondering what the best way to write from an std::stringstream into a vector<int>. Here's an …

c++ visual-studio-2010 stringstream lexical-cast
Solution to adding a Git (TortoiseGit) toolbar to Visual Studio

Anyone know how to create a toolbar in Visual Studio 2010 to use with Git (TortoiseGit)? Thanks SurfRat

visual-studio-2010 version-control tortoisegit
__attribute__() macro and its effect on Visual Studio 2010 based projects

I have some legacy code that has got conditional preprocessing e.g. #ifdef and #else where I have found the …

visual-studio-2010 gcc macros compiler-errors legacy-code
What is the hotkey for formatting XAML in VS2010?

The hotkey Ctrl+E,Ctrl+D works for formatting C# code only, but not for XAML for some reason. Does …

visual-studio-2010 hotkeys
How to transform log4net config like web.config?

From my .csproj file: <Content Include="log4net.config"> <SubType>Designer</SubType> </Content&…

asp.net visual-studio-2010 configuration msbuild slowcheetah
Disable C++ PDB generation from the IDE

We need to surpress generation of debug symbols. The options availble under project properties/ configuration properties / c/c++ / general / debug …

visual-studio-2010 visual-c++ pdb-files