| Thread | Last Post | Replies |
|
| Visual Studio Installer invoked by Office add-in? | 02 Mar 2007 00:40 GMT | 1 |
An obscure but irritating problem: On a computer running Windows 2000 SP4, Office XP SP3, VS2005 Express SP1, I am trying to use the VB6 mousewheel add-in, so that when in Office's various VBE windows I can scroll. It's an add-in that is
|
| Windows User/Password Authentication | 02 Mar 2007 00:21 GMT | 1 |
Is there a simple .NET framework solution to take a windows username/password and confirm the password is valid. Using VB.NET2003.
|
| settling into IDE | 02 Mar 2007 00:17 GMT | 2 |
http://www.billfordx.net/screendumps/cstuff_8.htm I'm trying to do 2 things: use the c compiler, run the ensuing executable. Grateful for any tips. LS
|
| Why does John Dvorak think Vista will help developers? | 02 Mar 2007 00:06 GMT | 7 |
Dvorak is always interesting. What hidden gem has he found in Vista that helps developers? It can't be .NET/CLI, that's been out forever. "What I'm told is that true the underpinnings of the API (applications programming interface) make it so easy to code fancy-looking and
|
| CS0117 | 01 Mar 2007 19:59 GMT | 1 |
I've inherited a project today and tried to build it. I get the following error: error CS0117: 'System.Windows.Forms.DataGridTextBoxColumn' does not contain a definition for 'Format'
|
| Need help on setup projects | 01 Mar 2007 18:52 GMT | 1 |
I am creating a VS setup project that deploys my file in a particular location. The location is stored in a config XML file. How do I read the XML file from the setup project?
|
| non-exclusive radio buttons in a group box? | 01 Mar 2007 17:50 GMT | 1 |
In a C# WinForms 2.0 app under VS.Net 2005, I have several radio buttons in a group box that I want to make non-exclusive. i.e. be able to have more than one checked at one time. Is this doable? I have the group box on the form purely for esthetic reasons. Or is there
|
| VC++ - how to set windows headers to be last in list? | 01 Mar 2007 09:40 GMT | 1 |
I'm having trouble with a VS2005 project; in the Additional Include Directories section I've included the path a 3rd party library that defines min() and max() inline function, with no arguments. Problem is, VS is finding the max(a,b) and min(a,b) #defines in windef.h. Is there ...
|
| About Orcas | 01 Mar 2007 00:11 GMT | 5 |
I've two questions : 1. When will Orcas be RTM ? What is the roadmap ? 2. Can Orcas be installed along VS 2005 ? Is there any "side effect" of installed both versions ?
|