| Thread | Last Post | Replies |
|
| Sending e-mail using the SMTP class but it's a POP3 server..... | 25 Oct 2006 13:47 GMT | 3 |
I'm way out of my league here but I'm having problems sending e-mails programmatically. I have a web app that will allow users to have e-mail sent to them (forgotten password/resetting password, ...) When I send it to the same domain as our company, it works fine. When it's ...
|
| Copy part of Windows form into Clipboard. | 25 Oct 2006 13:30 GMT | 5 |
I want to copy a part of the windows form into clipboard as .bmp file. The usecase is the user drags using the mouse and creates a rectangular selection any where on the form. This part has to be copied into clipboard.
|
| Enumerated property with same name as the enumeration. How? | 25 Oct 2006 12:17 GMT | 1 |
Sorry for this dumb (maybe obvious) question. The property Form.DialogResult is an enumeration of type DialogResult In my class I have an enumeration called WorkMode. I want my property also to be called WorkMode but the compiler complains at
|
| how to unload assembly from application and free the memory it held? | 25 Oct 2006 09:27 GMT | 3 |
I use plugin controls in my application,but i find i can't free the memory the assembly held. please help me.
|
| block diagram of C# project | 25 Oct 2006 09:22 GMT | 3 |
Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC
|
| Exception: RPC server is unvailable. | 25 Oct 2006 08:47 GMT | 2 |
this time, i hit a more specific issue. when i execute the following code, i run into a exception says "RPC server is unvailable!": string path = "\\\\MSRA-IDS-RV3\\root\\cimv2:Win32_Service"; ManagementClass cls = new ManagementClass(path);
|
| Using an array list | 25 Oct 2006 07:25 GMT | 3 |
Hi, I'm using an array list as the collection for my indexer (_alPeople). When i try to set _alpeople to a value at a certain index, I get an error. I can't simply add the value as it needs to be at an index set by the user. the Set statement is this:
|
| How to save to a bitmap? | 25 Oct 2006 07:14 GMT | 12 |
I have the following code using System; using System.Windows.Forms; using System.Drawing;
|
| compile to native | 25 Oct 2006 07:05 GMT | 6 |
How can I compile my VS2005 c# code to not be dependent on CLR to run? I want people that install my software to be able to run it without having to bother with CLR's and "Windows installers". I would like to generate a binary for lets say Windows XP.
|
| event/delegate question - newbie | 25 Oct 2006 07:04 GMT | 4 |
I am familiar with using events and delegates in an application. I am working on a new project in work where I have two applications that are running on the same box and I need to send a little bit of data from one of them to the other. I was thinking about using events to do this.
|
| Absolute location of control | 25 Oct 2006 07:04 GMT | 5 |
Is there a way to get a controls location in screen coordinates? (not relative to the container it is in)? Thanks, Jon
|
| ArrayList | 25 Oct 2006 06:47 GMT | 12 |
Hi everyone, I'm new in this group and I have a question that might have been answered already. I created an arraylist that I want to contain the object that I created. But when I try to store these objects, I end up having the same information in the arraylist. Here is
|
| How to register a service manually? | 25 Oct 2006 06:41 GMT | 6 |
i'm expecting to know how to register a service manually? something like writting the registry? Thanks in advance -Zhilin
|
| Decode link from an .LNK file | 25 Oct 2006 06:38 GMT | 2 |
There must be an easy way to extract the actual path from an .LNK file in C#. Has anyone done this?
|
| Running a program from my application and close down my applicatio | 25 Oct 2006 06:18 GMT | 1 |
Is there a way to run a program from my application and close down my application before the program ends/is closed?
|