When I type 'git diff', I want to view the output with my visual diff tool of choice (SourceGear diffmerge on Windows). How do I configure git to do this?
In Vi / Vim you can move to a bracket and press % and the editor would move the cursor to the matching bracket. This saved large amounts of time when moving around the large files in the editor. Is there a VisualStudio equivalent?
How do I get the ASP.NET Controls for Crystal Reports in VisualStudio 2008? I've downloaded and installed a lot of things, but the guidance on the SAP website isn't very helpful to me.
What do I need to download and install on my machine to create an ASP.NET application which surfaces Crystal Reports?
Is Infragistics.Excel V 10.1(Latest) compatible with Visualstudio 2005 and .net clr 2.0?
Is there any service pack associated with Infragistics.Excel V 10.1 for fixes associated with excel macro?
If so how to get that?
Please help :-(
I wonder how can I enable the nullptr in the just released VisualStudio 2010. (C++ project, not managed).
This is one of the new features but it is not available by default and looking inside the documentation at http://msdn.microsoft.com/en-us/library/4ex65770(VS.100).aspx it seams that it is enabled by /clr but this is managed!
Is this a feature added only for .NET?
Did a quick search but could not find anything about this.
I guess all of you know that the VisualStudio Code Analysis is quite nitpicking and gives warnings about a lot of things. Does anybody know how well Microsoft follow this themselves..? That is, if I were to run a code analysis on their assemblies, would the warnings be none or very few (perhaps surpress warning with a justification..?).
The MFC program I am debugging is printing this message in the "Output" window in VisualStudio 9.0:
HEAP[AppName.exe]: Invalid allocation size - 99999998 (exceeded 7ffdefff)
I'm pretty sure this is due to a bad "new", uninitialized variable or similar error.
The question is: how do I get the debugger to stop on this message so that I can view the stack trace and solve the problem?
I'd like to know the best/easiest way to get a visual diff of a file given 2 revisions in Mercurial.
ie: I'd like to visualize the difference between revision 3 and revision 12, etc.
Dear All,
I have to change the look and feel of my win form application of .net framework 3.5.
So i want to add window 7 theme or visual style, Is any sample application available?
and also suggest what to do change look and feel of my application?
i am using Visual C# 2010 express and i need the most reliable way (on button click) and in .NET 2.0 framework to detect if windows is currently x86 or x64 in a message box.. up till now i have been using this code but i need to know if there is a more accurate way?
string target = @"C:\Windows\SysWow64";
{
if (Directory.Exists(target))
{
MessageBox.Show("x64");
}
else
{
MessageBox.Show("x86");
}
I am looking to add a browse button to a visualstudio app something simular to the the dialog box in the 'fileupload' tool. I am looking to be able to graphically select any file from my computer or a computer across a network. Can anyone help. Thanks in advance.
I can't run a debug sdk application because it requires both VC 8 and VC 9 versions of the CRT. But it only requires visualstudio 2008 for plugin dev, which is what I need.
How do I install the debug runtimes from 2005 on to a Windows7 machine? I can't figure out how to make them run app local nor can I copy anything into the winSxS folder without a trusted installer.
I would like to add custom folders to a Sql Server Management Studio 2008 solution.
Currently only three folders are included: Connections, Queries, and Miscellaneous with no easy way to add or customize this folder layout.
Hi, I want to see how my #include files be processed when Microsoft VisualStudio C++ compile it.
As I remember, there is a compile option to inline all #includes and #define lines but I can't find it.
I use MSVC 2005 sp1. Thanks.
I need to support a legacy vb6 application, and would like to add a tab control. Is there an equivalent to visualstudio 2008's tab control? The built-in "TabStrip" control is a pain to use.
We are developing in vb.net using VisualStudio 2008 and a SQL 2005 back end database and are looking for a Report Designer that can be used to build reports and give the User the ability to modify and create reports once the software is sold and in use.
What is currently the best way to code a (semi complicated) website that uses html, css, javascript and some server stuff (php?)? Would you code most of it by hand, use a visual editor for certains parts, are there standard quality editors nowadays? How do web developers go about doing this?
How do I get the ASP.NET Controls for Crystal Reports in VisualStudio 2008? I've downloaded and installed a lot of things, but the guidance on the SAP website isn't very helpful to me.
What do I need to download and install on my machine to create an ASP.NET application which surfaces Crystal Reports?
Can anyone tell me how to install the Silverlight 4 beta runtime on a test machine without Visual Studio? I keep getting an error message about the beta version being expired....
Thanks.
hello.
I've already built windows ce 6.0 and run it in windows ce emulator.
but I want to run this without visualstudio 2005.
I found emulator for windows ce 5.0, but I couldn't find emulator for windows ce 6.0.
somebody help me, thanks.