| Thread | Last Post | Replies |
|
| Get the processthread info | 03 Aug 2006 06:31 GMT | 5 |
My computer seems have a trojan or backdoor, it will run while the windws 2003 starting, i can see the process by type netstat -o like this: TCP MyComputerName:1442 203.227.25.7:3367 ESTABLISHED 1204 i checked the process id 1204, it is svchost.exe, the svchost ...
|
| Overwrite Text Ouput from Console Application | 02 Aug 2006 18:58 GMT | 1 |
I have a console application that performs a long process (5 to 10 minutes). I current return a '.' to indicate the process, for every 5% ofthe process that has completed. I want to count up the percentage as 1%, 2% etc... I can do this using the Console.WriteLine method. What ...
|
| when installing SQL 2005 what version of Visual Studio do we get? | 02 Aug 2006 16:02 GMT | 1 |
Perhaps this is a question for the SQL group but im just wondering what version of Visual Studio.Net gets installed along with SQL 2005? Is it a full copy??? I cant figure it out - in About --> Help, all it says is Visual Studio 2005.
|
| Visual Studio .NET 2.0 - Backwards compatible | 02 Aug 2006 14:05 GMT | 2 |
We are having an issue with an MSI that was created using Visual Studio .NET 1.1. It is trying to be installed on a machine that has Visual Studio .NET 2.0. When we run the setup we get the following: "This setup requires the .NET Framework version 1.1.4322. Please
|
| Format date property problem | 02 Aug 2006 13:35 GMT | 1 |
Having a problem with the Format date property in vs 2003 to produce a short date (Format(Today, "Short Date") in the desired format. When I run the web app, the Format property produces a short date in this format "dd/mm/yyyy". I need the short date to appear as "mm/dd/yyyy" as
|
| Can't reference a c# project from a vb project | 02 Aug 2006 05:07 GMT | 3 |
I have a c# project which I am trying to reference from a vb project. After adding a reference to the C# project from the vb project, none of the namespaces in the c# project are available in the vb project. I also tried adding a reference to the built assembly from the C# ...
|
| How to setup a shared key file (snk) in Visual Studio 2005? | 02 Aug 2006 03:39 GMT | 3 |
In VS2003 we had one shared key file that we use in all the project of a big solution. Now we are moving to VS2005 and we want to use the same setup. The problem is that when we set the projects to use the shared key file (snk) it will
|
| Making Modless Dialog Reappear After Exit Box Click | 02 Aug 2006 00:31 GMT | 1 |
I have implemented a dockable modeless dialog using CSizingControlBar available at: http://www.codeguru.com/Cpp/W-D/docking/article.php/c1455 The class derived from CSizingControlBar is instantiated as a member of the main window as is usually the case. But instead of executing the ...
|
| VS2005, command line option: compile solution via IDE and close IDE | 01 Aug 2006 17:15 GMT | 1 |
I should build our solution from command line via VS2005 IDE (like switch /Runexit, http://msdn2.microsoft.com/en-us/library/6kzaz6y5.aspx), but I should not run a project (build only). Igor,
|
| Build Menu items missing | 01 Aug 2006 16:38 GMT | 2 |
I have just had my machine rebuilt and now for some reason I now only have three items on the Build menu; Build Solution, Build <project name>, and Publish Selection which is greyed out. Before there was about eight items Build, Re-build, Clean e.t.c. Is this a ...
|
| Opening .resx file: "The container cannot be disposed at design ti | 01 Aug 2006 04:13 GMT | 3 |
We've recently upgraded from .NET 2003 to .NET 2005. We have an .resx file that contains all of our strings. When we double-click that file to open it in .NET 2005, we get the following error: "The container cannot be disposed at design time."
|
| 2003 to 2005 conversion, windows forms don't have "XP look" | 01 Aug 2006 02:46 GMT | 3 |
Not really sure what the title of this should have been but I have a windows form application that I converted from VS 2003 to VS 2005, in the IDE my main form has all the shiny, rounded buttons for 2005, I will call that the "XP look", but when I run the application my form has ...
|
| Start Without Debugging? | 01 Aug 2006 02:40 GMT | 4 |
I have two unmanaged C++ projects in one VS2005 solution, and I want to be able to start either of them from within the IDE without debugging. (e.g. highlight the project in solution explorer and then start it). However, when I choose "Debug : Start without Debugging" from the main ...
|