| Thread | Last Post | Replies |
|
| Books Info!! | 15 Aug 2006 16:01 GMT | 3 |
Hi friends, I am due to start a new project involving delegates and threading in C# 2.0. I am looking to buy some books covering both the topics in depth. It
|
| How to add an xml fragment into C# Documentation Comments | 15 Aug 2006 15:47 GMT | 3 |
I try to add an XML fragment into C# Documentation Comments like this: /// <example> ///<code> ///<book>
|
| remote cache | 15 Aug 2006 15:24 GMT | 1 |
I need to host a cache of readily available information. This data will change dynamically during the day, but is likely to be fresh for up to three or four hours. I intend to expose a remoting interface for client applications to access the data.
|
| Streamreader Alternative | 15 Aug 2006 15:04 GMT | 9 |
I am writing an ASP page with a C# backend. This page uses a StreamReader to input a file and pull out a specific section of the text based on markers inside. While the code I have works, I get a 404 error on files larger than 10 mbs, which will be a common occurence. I
|
| MaskedTextBox input mask for 1-AA000 | 15 Aug 2006 14:33 GMT | 2 |
I'm trying to define a mask for a MaskedTextBox and can't get it right. For 5 numbers, '00000' seems to be a valid mask and behaves correctly, but I know need a control that will take a format like this: '0-AA000' Where 0 can be anything from 0-9 and A can be any letter.
|
| How do I keep one line in a String and delete the rest? | 15 Aug 2006 13:38 GMT | 5 |
I would like to remove everything else but one line of text in a String. I have tried using .Split("\n"), however I did not succeed. The string contains three lines, but I only need the string to contain the first line.
|
| Background color of DateTime Picker control | 15 Aug 2006 13:36 GMT | 2 |
I'm trying to change the background color of a DateTimePicker control. I tried changing the background, but only the calendar colors seem to be the only thing that can be changed as far as colors go. How can I change this color? Or do I need to use a different type of control to
|
| Send Email with "Reply-To" Question | 15 Aug 2006 13:11 GMT | 3 |
I am attempting to develop a solution where I handle bounced e-mails. I wish to field all bounced emails in a custom email account such a bounced@mycompany.com From the aricle at http://www.systemwebmail.com/faq/2.7.aspx, I gather I
|
| Detect Graphic Card name and the Driver version | 15 Aug 2006 12:22 GMT | 2 |
How can I retrieves the Graphic Card name and the Driver version ? thanks, Yoav.
|
| Game | 15 Aug 2006 10:58 GMT | 6 |
i want to develop a carom game for my major project. i am new to c# programming. can any one tell me what are things required to make this game.
|
| question on xPath iterator and Base64 encoding | 15 Aug 2006 10:37 GMT | 2 |
please pardon me if this question is too trivial. I have an XML file which stores data in base64. The schema is something like this, <Remokon> <Brand Name="SONY">
|
| WebBrowser FileDownload | 15 Aug 2006 10:08 GMT | 1 |
I'm trying to hook some simple monitoring functions into an existing WebBrowser instance on a form... I was hoping to track individual file downloads, so I looked at the FileDownload event. Unfortunately, this tells you that something happened, but is only EventHandler/EventArgs,
|
| putting image to Application Settings | 15 Aug 2006 09:42 GMT | 2 |
Please help me. How to put image to Application Settings. What kind ok type can i use for image in application settings Type Col. Thanks,
|
| Socket Connection | 15 Aug 2006 09:37 GMT | 2 |
Hi im a newbie here, can anyone help me with this simple problem. Any help would be appreciated so much.. My Problem: I want to create a socket (not tcp but socket) that connects to a server. I
|
| Exchanging values of properties between two components at design time | 15 Aug 2006 09:10 GMT | 5 |
Dear Experts, I have to write a C# program with the following requirements. I have to make two components (call C1 and C2) both of which can be included by an end user into his project. I have not decided what they
|