| Thread | Last Post | Replies |
|
| socket programming in C# | 26 Jul 2007 00:59 GMT | 5 |
I have a question on socket programming in C#. I have this code and it doesn't work correctly. It sends the message correctly but it does not get the message that the server sends back ( the program bellow gets blocked ). I know for
|
| About test tools for unit test | 25 Jul 2007 23:59 GMT | 3 |
Hi, all: I want to choose a test tool for development. It seems that NUnit is the most popular tool, but I found that Microsoft Visual Studio also provide a built-in tool, so which is the better one?
|
| Dispose Generic List | 25 Jul 2007 22:44 GMT | 3 |
I have filled generic list with data on one form. When I close form generic list stay in memory waiting GC to collect. I want to implement code on form close to dispose generic list.
|
| WebBrowser Control | 25 Jul 2007 22:39 GMT | 1 |
I am facing two problems with WebBrowser control in C#: 1. How to add HTMLElement to WebBrowser.Document.Body at current mouse location. 2. How to avoid/disable alert message when changing DocumentText property of
|
| what happens if Thread.Abort() is called during a catch() block ? | 25 Jul 2007 21:56 GMT | 2 |
what happens with the code from the catch block ? is it interrupted by the ThreadAbortException ? void ThreadProc( ) {
|
| Which class for Telnet | 25 Jul 2007 21:52 GMT | 3 |
I need to write app for telnet client. I saw that there's the Socket class. the point is that I need to implement the protocol. Is there other way\class that I can do it with no need to implement
|
| IMessageFilter not for controls or form | 25 Jul 2007 21:31 GMT | 2 |
IMessageFilter interface allows one to capture messages before they are sent to a control or a form. Is there a way, perhaps by implementing another interface, to capture all messages to an exe. In other words, if I add a custom message filter implementing the
|
| The type or namespace name 'AddNewProduct' could not be found (are you missing a | 25 Jul 2007 21:30 GMT | 2 |
For my own peace of mind, I am trying to finish off a website which uses ASP. Net and C# and I am trying to get the C# programs to compile with Visual Studio 2005. I think the errors are related to the conversion from an older version of ASP.Net. I am new to everything and I am ...
|
| Loader lock error message | 25 Jul 2007 20:48 GMT | 1 |
In my windows form I have a comboBox and a textBox. When I try to write something in the textBox it shows me the error message below: Attempting managed execution inside OS Loader lock. Do not attempt to
|
| DataAdapter.Update() returns error. | 25 Jul 2007 20:47 GMT | 2 |
I am populating a dataset from a stored procedure, which returns multiple resultsets. One of the resultset is formed with a join condition from two tables. I am updating the fields of the respective datatable. Then update the first table in the database using
|
| GDI+: DoubleBuffer makes my animation slower | 25 Jul 2007 20:42 GMT | 1 |
I am begining to code C#... and I am trying to make a ball moving at the screen.(Actually I was trying to make a pong but first I want to make a ball moving at screen) I did it and it worked well, but the ball is blinking while moving. I
|
| C# generic type | 25 Jul 2007 20:29 GMT | 3 |
Please help me to look at the following code: -------------start---------- using System; using System.Collections.Generic;
|
| method call question | 25 Jul 2007 19:30 GMT | 1 |
I have a method GetResult that receives 2 string arguments and I want this method to return an array of string. Is it possible? string[ ] GetResult (string s1, string s2); I tried to define like this, but when I called the method it shows me an
|
| Error messages due to conversion from older ASP.Net | 25 Jul 2007 19:04 GMT | 4 |
I am new to ASP.Net, C# and Visual Studio 5. I have until tonight to complete changes to a website, otherwise it gets passed on to a web development company, if not up and running. I've made all the changes, but with having an older version of ASP.Net and using Visual Studio 5, I ...
|
| trying to transfer files to a PDA | 25 Jul 2007 19:02 GMT | 4 |
I'm trying to transfer files directly to a PDA via a Csharp program I'm writing. Does anyone know how to do this (I obviously can't use active sync). Ohh yes, I'm running Vista.
|