| Thread | Last Post | Replies |
|
| Memory usage problem | 11 Jan 2007 02:46 GMT | 3 |
I have windows forms app (C# 2.0) which take about 60MB ram. I noticed when I minimize it then memory usage drops to about 4MB. When I maximize it then memory usage is about 16MB and then it is constant. What is the reason of such behaviour ?
|
| What VS to use Pro or Team System? | 10 Jan 2007 20:10 GMT | 4 |
Hello, Everyone We have 5 developers here using C#, developing Windows Forms apps and webservices, we currently use VS2005 Pro and Visual Source Safe 4, but have too many problems like Visual Source Safe issues, Performance with large
|
| HTTPs using httpwebrequest object | 10 Jan 2007 19:57 GMT | 1 |
I am very stuck and have tried everything on this one! I am trying to get to an https website and cannot work out how to logon. When I log on manually, I have to enter username and password in a dialog box.
|
| Compiling .Net application with unsafe code using MSbuild | 10 Jan 2007 17:51 GMT | 2 |
I need to adapt an Msbuild script to compile a visual studio 2005 solution (including several projects and a website). The application is written in C# and using .NET 2.0. Due to late changes the application uses unsafe code in one project. Compiling in VS 2005 is no problem, ...
|
| Reload Default Toolbox Items | 10 Jan 2007 17:33 GMT | 1 |
My co-worker deleted all his default toolbox items under the HTML toolbox tab and we can't figure out how to re-add them. The HTML controls are not under the Add toolbox item dialog and doing a devenv.exe /setup didn't work either :(
|
| Can't open Web Project on w2k3 with Visual Studio 2k3 | 10 Jan 2007 16:00 GMT | 1 |
I have a solution in Visual Studio 2003 which has web services and a web project. Until yesterday, I had no problems opening the solution and all of its projects, but suddenly I started getting the error message, bellow, when opening web project.
|
| Text Shapes | 10 Jan 2007 15:51 GMT | 1 |
Can any body help to draw text as image and perform operations on it like Text Shape, to ARC , Reverse Arc. Circle,, It will be same like WordART. that Microsoft Word do with Text in Word Art
|
| Blocking socket hangs on Accept | 10 Jan 2007 15:48 GMT | 1 |
My blocking TCP server hangs in the Accept method when the client software sometimes gets an error. Are there any ways to stop this blocking in the Accept method so I dont have to restart the server? I would rather not use threading or non-blocking sockets.
|
| parsing HTML text | 10 Jan 2007 13:26 GMT | 4 |
here i'm again with an interesting problem. the problem is, i've a HTML text like this : 01.%20Bhulado%20%5bWww.Alldesimp3.Info%5d.rm
|
| Interesting .....Hi | 10 Jan 2007 08:49 GMT | 1 |
I have a good idea about C++, as a native and CLI . (.Net) .I want to read more and learn more about "windows Form" to be professional in such thing. Can any person guide me what's book I can read??
|
| Having trouble programmatically adding thumb to grid in WPF window. | 10 Jan 2007 04:45 GMT | 2 |
I'm trying to do something real simple. Add a thumb to a grid at the end of a line using c#. the code executes but I dont see the thumb. Can anyone explain what and what I need to do to properly show the thumb? Here's the xaml for the window and the c# below.
|
| Splash screen | 10 Jan 2007 02:11 GMT | 2 |
I have a form that is slow to load. I would like it to load in backround while a splash screen show. How would I do that?
|
| ADO.net to oracle function? PLS-00221: is not a procedure or is undefined | 09 Jan 2007 21:41 GMT | 1 |
PLS-00221: is not a procedure or is undefined error I have a very simple oracle function I'm trying to call from ado.net. The code works fine for a stored procedure but I get the error when calling the function...
|
| ExecuteNonQuery requires a parameter | 09 Jan 2007 19:50 GMT | 5 |
I'm trying to use the following code in an application: // retrieve the connection string string strDbcx = Globals.strDbcx; // create the connection
|
| How to detect if user is administrator ? | 09 Jan 2007 17:05 GMT | 1 |
How to detect if logged user is administrator with using C# ?? Thanks for help. Regards. Sebastian.
|