Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Sending e-mail using the SMTP class but it's a POP3 server.....25 Oct 2006 13:47 GMT3
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 GMT5
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 GMT1
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 GMT3
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# project25 Oct 2006 09:22 GMT3
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 GMT2
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 list25 Oct 2006 07:25 GMT3
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 GMT12
I have the following code
using System;
using System.Windows.Forms;
using System.Drawing;
compile to native25 Oct 2006 07:05 GMT6
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 - newbie25 Oct 2006 07:04 GMT4
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 control25 Oct 2006 07:04 GMT5
Is there a way to get a controls location in screen coordinates? (not
relative to the container it is in)?
Thanks,
Jon
ArrayList25 Oct 2006 06:47 GMT12
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 GMT6
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 file25 Oct 2006 06:38 GMT2
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 applicatio25 Oct 2006 06:18 GMT1
Is there a way to run a program from my application and close down my
application before the program ends/is closed?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.