Top "Visual-studio-2005" questions

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.

Create Microsoft Word document from C++ in Visual Studio 2005

We got a homework assignment to create a Microsoft Word document using Visual Studio 2005 and C++. Could anyone explain how …

c++ visual-studio-2005 ms-word visual-c++-2005
Visual Studio: Dataset and DataTable Visualizer not working in watch window

I have just installed visual studio 2005 service pack 1 on a Windows 7 64 bit machine. Everything appears to work fine and I …

visual-studio debugging visual-studio-2005 watch visualizer
WinForms TabOrder tool: Broken or just confusing?

I have a form with a bunch of panels, and some panels inside groupboxes. When using the TabOrder tool in …

c# winforms visual-studio-2005 tab-ordering
DatagridViewComboboxCell selectedindexchanged does not work

I've been working in a project with VS2005 and VB.NET, in this project I have a DataGridView with 3 DataGridViewComboboxCell …

vb.net datagridview visual-studio-2005 datagridviewcomboboxcell
How to get actual JavaScript value in onclick from webbrowser control?

I'm looking for a way to get the JavaScript code defined inside of onclick. I'm using .NET 2.0 C# Visual Studio 2005. …

c# visual-studio-2005 browser selenium-ide comobject
What are some reasons I might be receiving this "Symbol not defined" error in Visual Studio 2005 (screenshot included)

When debugging my VS2005 project, I get the following error when I attempt to step into the function that returns …

c++ visual-studio-2005 debugging visual-c++-2005
Tortoise SubWCRev.exe Pre-Build Event

I run the following command as a pre-Build event in Visual Studio 2005 and it works fine: SubWCRev.exe "C:\work\…

visual-studio command-line ide visual-studio-2005 dos
How do I disable 'Just My Code' in Visual Basic 2005 Express?

How do I disable 'Just My Code' in Visual Basic 2005 Express? It is supposed to be in menu Tools -&…

visual-studio-2005 visual-studio-express
Static member variable in template, with multiple dlls

My code is built to multiple .dll files, and I have a template class that has a static member variable. …

c++ dll visual-studio-2005 static templates
DescriptionAttribute vs. <summary> tag for Properties

I'm writing a Class Library in C# under VS 2005 (I know, get with modern times, but we're on a tight …

c# .net visual-studio visual-studio-2005 xml-documentation