| Thread | Last Post | Replies |
|
| How to include project files not in project directory... | 28 Jun 2007 19:38 GMT | 2 |
For build and source control reasons, I need to keep several C#/VS2005pro project files in a directory not under the project directory. These files already existed from another source (e.g. html files, etc). So I have something like...
|
| Visual Studio Licensing Question | 28 Jun 2007 19:13 GMT | 1 |
Am I allowed to install visual studio on my client's pc for debug and development purpose? If not what kind of license would I need for doing this? I appreaciate your help.
|
| Result for test is "Not Executed" - why? | 28 Jun 2007 18:48 GMT | 1 |
I've had several occasions where a bunch of tests in an MS Test project report a result of "Not Executed". What causes that? The tests are not disabled. No information about why a test wasn't executed seems to be available. If I try to view the test result details a message box
|
| performance problem with vs2005 pro | 28 Jun 2007 15:35 GMT | 1 |
Got a project currently in VS2003pro. Solution contains 9 ado projects. The whole lot is stored in a usb drive. Works fine in vs2003pro. Now I'm looking to move up to date on the compiler side, so i've converted the project to 2005 format. The problem I'm having is the
|
| #ddefine statements defined in .h file not being seen in rest of code | 28 Jun 2007 13:00 GMT | 1 |
I am using an #define statement in my header file to conditionally turn on and off segments of code through out my profile, like so: #ifdef subroutine_flag //code here
|
| What is different in Orcas and SQL 3.5 | 28 Jun 2007 09:37 GMT | 1 |
Fairly new to .net Running Orcas Beta 1 on Vista home Sql Express and SQL Compact 3.5 installed Simple project to test Datagridview Update
|
| Help: Sick of Visual Sudio freezing the entire system | 27 Jun 2007 21:30 GMT | 1 |
I cannot express my disgust at this buggy POS without exceeding the limits of a PG rated post. Needless to say, I'm sick and tired of this software freezing my ENTIRE system. It's like the debugger and Spy++ are only barely compatible. I'm sick of setting up my
|
| DataGridView - change the cell to a TextBox with Fixed3D border | 27 Jun 2007 20:10 GMT | 1 |
In VS 2005, (VB) I am trying to change the appearance of the selected cell that is being edited to that of a textbox that has a Fixed3D border. In Vs.net 2003 I used to reference it as DataGridTextBox and change its properties, but I am not able to find something similar in ...
|
| VS2005 Custom Controls not shown correctly if DllImport used in Project | 27 Jun 2007 15:36 GMT | 1 |
Platform GX533 SBC, Windows CE 5.0, Compact Framework 2 I have been developing some Custom Controls that Inherit from Control for use on a Machine Control project. This machine will use a 15" Touch Screen as the Operator Interface and
|
| Temporary editing file without check-out | 27 Jun 2007 14:59 GMT | 1 |
is there in VS2005 any way how to edit a file(s) without checking it out from the server ? I want do my personal changes on some files, but only as temporarily, and then, I do not want to check-in these changes. I have already set -Tools/Options/Source Control/Environment/"Prompt ...
|
| Command line parameters | 27 Jun 2007 14:57 GMT | 2 |
In what place of Visual C++ 2005 Express Edition may I set command line parameters for console application? Vladimir Grigoriev
|
| Good ASP book | 26 Jun 2007 06:45 GMT | 3 |
I have over 13 years experience with VB, I need to learn ASP. What books would be good to buy, Thanks in Advance,
|
| Deploying Windows Service question | 25 Jun 2007 20:42 GMT | 1 |
I would like to install a windows service under the "LocalSystem" account, so I select that option in the ServiceProcessInstaller properties window. I can successfully build my Setup project, but when I try to run it, I
|
| Tab Control Without Tabs? | 25 Jun 2007 19:03 GMT | 5 |
I am trying to write a wizard, and need a control to hold my pages to flick through on the form. Third party controls is not an option. I can use the tab control for this, but I can't seem to get rid of the tabs, so I don't really get that wizard feel.
|
| User Control Caption Change | 25 Jun 2007 13:22 GMT | 10 |
hi, VB.NET 2005 / FRAMEWORK 2.0 and Winform here i have my user control for usage buttons, something like SELECT / ADD / EDIT etc, here whats why question is,
|