| Thread | Last Post | Replies |
|
| Data structure suggestion wanted... | 17 Sep 2006 19:31 GMT | 2 |
I am writing a program to get the mode of a given set of numbers. As a refresher, mode is the number occuring most often in a list and 1. if 'n' numbers have the same maximum frequency in the list, all those 'n' numbers are modes
|
| Display only files in SaveFileDialog? | 17 Sep 2006 18:57 GMT | 2 |
i tried to display only the file names like "document1.doc", document2.doc and so on in the combo list But i am unable to do so in the file name combo box in SAveFileDialog. Any one know how to implement this?
|
| Delegates | 17 Sep 2006 18:47 GMT | 13 |
Using Jesse Liberty's excellent book on C#, I am looking at chapter 12 - Delegates. Now, I was under the impression that a delegate is essentially a pointer to a member function. However, when I look at Jesse's code and explanation of it, I just don't get it.
|
| Com class failure | 17 Sep 2006 16:59 GMT | 3 |
I have a web service and when I try to do consume a service I get an error message something like the following Server was unable to process request ---> Retrieving the COM class factory for component with clasid {...} failed due to the following
|
| Beginer | 17 Sep 2006 15:13 GMT | 2 |
I am doing program in C#.I have captured some images by using camera(U30DC) and I want to save that images.How can I do the same? Please help me.
|
| Category Subcategory display in Dropdown list | 17 Sep 2006 14:40 GMT | 1 |
I m developing application of link directory using VS-2005. In this application i have a dropdownlist. In dropdownlist i want to display categories, sub-categories, sub-sub-categories upto any level
|
| Exchange server | 17 Sep 2006 14:36 GMT | 1 |
This may or may not be the correct group, so please forgive me if I've posted incorrectly. I'm developing a web based company intranet, which will have full personalisation, Google suggest/spell type features etc, etc.
|
| Variable changes | 17 Sep 2006 13:50 GMT | 5 |
I have a Form level variable: public partial class Form1 : Form { byte rxHeader = 0;..............................
|
| Designing forms with many controls | 17 Sep 2006 13:28 GMT | 2 |
In writing an application I should design an options form like the MS Office Options form. this form has too many controls in some tab pages. the problem is when I add these controls to the form, the form's load speed and moving between tab pages will be reduced too much. I want to
|
| The 'Petzold' of .NET | 17 Sep 2006 02:39 GMT | 3 |
What book on .NET, preferrably with code and examples in C#, can be thought of as the equivalent of the influencial 'Programming Windows' from Charles Petzold?
|
| C# and Outlook | 16 Sep 2006 20:31 GMT | 3 |
I am trying to send emails from my application (not using a plugin, that will come later), I can create an email and add attachments. I can fill in the body etc. Word works for the editor. So mostly what I want. My issue is I would like to retain the signature block that exists ...
|
| A urgent help | 16 Sep 2006 19:34 GMT | 2 |
I have used WMI method to set ipaddress in my system. But the problem is that if i have multiple iface cards this program is setting all the nic to same ip. I dont know how to stop this from happening. I have my code below. Please help to identify single iface to set that
|
| Group Box | 16 Sep 2006 16:52 GMT | 1 |
I Dynamically generate Controls on a groupBox but i have to Enable a button when the dyanmic controls generated are checked so i loop them
|
| Creating a bitmap from Graphics | 16 Sep 2006 16:27 GMT | 1 |
I have a function that accepts an Image as the input. Currently, I load a bitmap in the calling class and pass that in. I'd like to create an overlay with another image and then pass the resulting bitmap in to the aforementioned function for it to finish everything.
|
| q; read file names | 16 Sep 2006 13:54 GMT | 1 |
I need to read all the files in current and sub folders and put it into a list box, is there any example in C# I can use?
|