| Thread | Last Post | Replies |
|
| IEnumerable<T>.GetEnumerator( ) return value | 20 Feb 2007 23:43 GMT | 2 |
very confused on how to implement the IEnumerable and IEnumerator interfaces on a generic type. I understand I should just use a foreach loop in the GetEnumerator method and use "yield return", etc.
|
| ANYONE INTERESTED IN FREE BACKUP SOFTWARE IN C# | 20 Feb 2007 23:12 GMT | 1 |
FREE zip compression backup software at http://www.apsorakhmer.com
|
| Taking a Screenshot of a WebBrowser on a Tab | 20 Feb 2007 22:48 GMT | 4 |
Hello group, I have a project with several WebBrowser objects on separate tabs. I want to take screenshots of these. I am currently using the PrintWindow function. (Code below.) This works if the tab is open and
|
| f | 20 Feb 2007 22:00 GMT | 4 |
|
| import emails from webserver | 20 Feb 2007 21:34 GMT | 1 |
I am trying to import emails from a webserver. This code retrieves only 1 email. I also would like to save them into an xml file? thanks N Request =
|
| Add web reference programatically | 20 Feb 2007 20:27 GMT | 3 |
I need to add a web reference programatically on the application's load event. Can anybody help me out with this Thanks in advance
|
| Which installer to use | 20 Feb 2007 20:09 GMT | 5 |
I need a installer for c#.net application I'm using visual studio 2005,.net2.0 and sql server 2000 My application is windows application. I have two installers in mind
|
| How to use StreamWriter.WriteLine with non-american characters ? | 20 Feb 2007 19:28 GMT | 3 |
For example, if I do : using System.IO; using (StreamWriter sw = new StreamWriter("text.txt")) {
|
| How does the AddIn Project register itself? | 20 Feb 2007 18:57 GMT | 6 |
I created an Addin Project with the Addin-Project-Wizzard in VS2005. I added some code from a Knowledge Base How To und built the project. It worked, and the Addin got registered with Outlook. Now my questions are:
|
| Looking for a good screen report free library | 20 Feb 2007 18:19 GMT | 10 |
I'm looking for a good screen report free library for C#. Since my schedule to have it working is not very long and there are numerous solutions over the 'Net, I would like to start with the best solution to earn some time, so any advice would be very welcome.
|
| How to send data to a C# App from VBScript | 20 Feb 2007 17:08 GMT | 6 |
I've been working on an application for a while now and have now come to a standstill. I have an application that I intend to have stored on a file server (developed in C#), which is where the application will be directly ran
|
| help in c sharp | 20 Feb 2007 16:42 GMT | 1 |
i am new with c sharp.... can u please tell me what is wrong here.... try {
|
| Troubleshooting Timer -- When will it Elapse? | 20 Feb 2007 16:37 GMT | 8 |
I have a Timer that I set to go off once a day, but it frequently fails! In order to debug I would like to be able to check, at any moment, whether the Timer is enabled and when it will next Elapse. Is there any way -- whether in my code, or in the O/S -- to determine when a
|
| using SDK 2.0 | 20 Feb 2007 15:07 GMT | 2 |
Hello!! If I want to use SDK 2.0 do I have to download .NET 2.0 first. Or is it possible to use SDK 2.0 for .NET 1.1. I now use the default for VS2003.
|
| Dynamic Crystal Reports | 20 Feb 2007 14:59 GMT | 1 |
somebody help me? I need to know how can i do to create a report with c# code. The report could exist previously but should will be empty. My idea is to create some fields with c# code and include them into a report and posicioning and
|