| Thread | Last Post | Replies |
|
| SourceSafe | 11 Oct 2005 16:11 GMT | 3 |
SSADMIN.exe crashes when I try to run it? What can i do about this. Could it be an .ini setting??? The error message is: Microsoft SourceSafe User Shell has encountered a problem and needs to
|
| Global.asax problem after converting to 2.0 | 11 Oct 2005 16:06 GMT | 2 |
I tried to convert my ASP.NET 1.1 project to ASP.NET 2.0. Apart from some warnings most things went fine. There was one error though. When I try to run my project it keeps saying: "Could not find type "myapp.Global""
|
| Visual Studio 2005 Team System | 11 Oct 2005 15:56 GMT | 2 |
I was just assigned a project at work to setup a CRM web system. However from what I have heard Visual Studio 2005 Team System is suppose to be a CRM system. Is it a metholodologythat Microsoft recommends? (Is it like the current Visual Studio.NET best practices and procedures ...
|
| Simple For..Next query | 11 Oct 2005 15:51 GMT | 1 |
Hi all. I am trying to write some code for a "Lotto" program (hey its a bit of fun) It creates 3 profiles of numbers and extrapolates a full 36 game card from them. On the 3rd profile ask's a question like "please enter a number between 15
|
| Will it run on .NET 1.1? | 11 Oct 2005 15:50 GMT | 5 |
Let's say I've compiled an application with .NET SDK 2.0 beta 2. If I didn't use any 2.0 feature, will the output exe run on .NET 1.1? That is, the source code is originally written for .NET 1.1. Another related question. If I build an application with the Visual
|
| Help in creating Setup Project | 11 Oct 2005 15:28 GMT | 2 |
I got trouble in creating Setup Project i use VS.Net and don't know how to create Setup Project which can add my win app into "Windows Startup" (which this win app can start when windows start)
|
| DotNet dll loading compatability | 11 Oct 2005 14:39 GMT | 1 |
I am trying to build a project using MS VC++ 6.0 using headers, libs, and dlls that were built on a DotNet IDE. The company that sent me the lib's and dll's said I can't use them with MS VC++. Do you agree?
|
| Auto Newlines | 11 Oct 2005 12:26 GMT | 1 |
I was wondering if anyone knew how to obtain the average char width for the default font used on labels. That or how to obtain the Graphics object for a Bitmap object. I'm trying to write some code that would automatically add newline codes (\n in C#) to a String so that it ...
|
| Download at a defined speed. | 11 Oct 2005 09:04 GMT | 2 |
When I download a file from internet, using whether WebRequest or WebClient, it is downloaded at the maximum line speed. But I would like to let the users decide the maximum download speed just like eMule(you know eMule, don't you?) does. How can I do this?
|
| Reading text-only body from MSMQ in C# | 11 Oct 2005 08:18 GMT | 1 |
I have a need to read messages from MSMQ (on the order of 350,000 messages per day) that have a body that is text-only (not in XML format). There are 3 message formats to select from (XMLMessageFormatter, ActiveXMessageFormatter, and BinaryMessageFormatter). All samples that I
|
| how to import excel to my vb.net project? | 11 Oct 2005 07:19 GMT | 1 |
i want to load a excel file to my project and manipulate it ,then save. or input a value from a textbox, and display it on the excel file. can anyone tell me about this ? or any website can got it...thanks
|
| Finding Memory Leak | 11 Oct 2005 02:42 GMT | 2 |
I read a some doumentation about avoiding Memory Leaks. Like use the Dispose method properly, creating and using variable and objects in a certain way. However, my question is how do I find Memory leaks in my program or how do I know which objects are not properly handled by ...
|
| explorer context menus | 11 Oct 2005 02:14 GMT | 1 |
If I modify my Registry adding a new key HKEY_CLASSES_ROOT\*\shell\Use My App\command with a (Default) Value of C:\Program Files\Doug\DotNetApps\MyApp.exe "%1" then right clicking on files in the Explorer Windows opens the context menu with the option "Use My App" and
|
| String.Format and Curley Braces | 10 Oct 2005 23:52 GMT | 1 |
I am trying my hand at RegEx and came across a tangent; curley braces upset string.format expressions. Is there a way to escape them with out making them an argument? strTemp = string.format("This is my string }{") =Exception thrown
|
| Dual core CPU, .NET & Threads | 10 Oct 2005 21:15 GMT | 1 |
I am writing an application for a client that (mostly) have dual core desktop machines. I have a DB query that returns a large amount of data that I will then need to manipulate on the client side.
|