| Thread | Last Post | Replies |
|
| Socket weirdness | 22 Sep 2006 20:03 GMT | 36 |
See some strange results on Send and peer with a closed Receive. Setup a test harness. Server accepts socket, then just does a Shutdown.Receive right away and waits. The client socket does both blocking Sends and BeginSends to see the difference in behavior.
|
| searching byte arrays and RTFreaders | 22 Sep 2006 19:21 GMT | 2 |
Does anyone know of a .net technique that can quickly find a particular byte value within a byte array and return its position, much as instr does for strings in VB.NET? I'm writing my own custom RTFreader by having my class inherit the
|
| PRN Files | 22 Sep 2006 18:46 GMT | 3 |
Hi alll I have PRN files which prodced from DOS database application I want to know what should be its Code Page in order to convert theme BR
|
| How to determine if I am in a web or a windows application | 22 Sep 2006 18:43 GMT | 4 |
Hello to all, I use a lib class to handle all my exeption errors ocured in my objects. Since my objects are used in windows applications as well as in web applications, I would like to determine in my lib class if she is serving a
|
| Problems when writing a SMTP client and talk with the hotmail | 22 Sep 2006 18:41 GMT | 1 |
First, I am not trying to talk to hotmail through the SMTP straightly. I am trying to write some codes to send emails through a SMTP server. I wrote a C++ version using pure socket programming and SMTP
|
| TreeViews | 22 Sep 2006 18:17 GMT | 2 |
Hi to all, When i use the treeview and i add nodes to it, i have the problem of the depth. I try to explain myself. depending of the number of nodes i add or the place where i add it, i have
|
| What is the collection class correspondent to std::set? | 22 Sep 2006 15:52 GMT | 2 |
What is the collection class correspondent to std::set? I know Dictionary<> roles as std::map... Please reply. Thanks in advance. Hyun-jik Bae
|
| connecting asp.net with oracle9i | 22 Sep 2006 14:36 GMT | 1 |
Can anyone here suggest me some idea for my following queries? 1) How do I connect asp.net with oracle9i? 2) How can I generate a report using Crystal Report with asp.net based on certain user
|
| List of the computers from the same workgroup... | 22 Sep 2006 14:32 GMT | 1 |
I need to get a list of the computers with the same workgroup as the one where my program is runing. I want to have the same thing as in Windows XP, when I display all members of my network, but I haven't found anything in the framework to do it.
|
| Dowload File | 22 Sep 2006 10:55 GMT | 4 |
I have problem with downloading a file using WebRequest and HttpWebResponse. Inorder to download this file i need to call to url that tells to prepare the file for download,
|
| Interesting problem with SmtpClient in background thread | 22 Sep 2006 09:48 GMT | 1 |
I'm experimenting with the SmtpClient class in c# and I have run into a knotty problem. I'm using the ThreadPool.QueueUserWorkItem to queue a delegate which creates an SmtpClient and attempts to send an email.
|
| Debug CF2 on WCE4 with VS2005 | 22 Sep 2006 09:16 GMT | 3 |
Hi group I have an 'old' device WCE 4.2. I have install .NET CF V2 on it. Using VS 2005, i can develop and deploy succesfully. BUT I can't debug. I have try to install System_SR_FR.CAB and System_SR_ENU.CAB, without
|
| Openning Access DB throuhg system.diagnostics.process.start | 22 Sep 2006 08:12 GMT | 1 |
I am trying to open a MS Access Front end through my windows form app. It opens fine when the file doesn't need a password. System.Diagnostics.Process.Start("C:\DBFrontEnds\Employee.mdb") Is there a way I can pass the password to Access in this case? I have
|
| Exclude a project from a multi-project solution build | 22 Sep 2006 03:34 GMT | 3 |
I have a solution which has multi projects, how can I exclude one project from build when I click bulid or rebuild solution? Thanks.
|
| Is there a way we can send a feature request for Visual Studio? | 22 Sep 2006 03:31 GMT | 4 |
Is there a way we can send a feature request for Visual Studio? When using 'Refactor-->Encapsulate Field', I'd like to have an option for the references not to be updated anywhere in the project. It would be very useful for me (and probably others too) because I use this feature ...
|