Click here to Skip to main content
15,917,731 members
Home / Discussions / C#
   

C#

 
GeneralManage keyboard shortcuts in a winform application Pin
Marlun22-Feb-08 23:28
Marlun22-Feb-08 23:28 
GeneralRe: Manage keyboard shortcuts in a winform application Pin
Mohammed Shahab23-Feb-08 2:04
Mohammed Shahab23-Feb-08 2:04 
GeneralRe: Manage keyboard shortcuts in a winform application Pin
Marlun24-Feb-08 3:23
Marlun24-Feb-08 3:23 
GeneralRe: Manage keyboard shortcuts in a winform application Pin
Marlun24-Feb-08 3:35
Marlun24-Feb-08 3:35 
Generalcontrolling a mesh in C# Pin
anarchi2322-Feb-08 22:47
anarchi2322-Feb-08 22:47 
GeneralRe: controlling a mesh in C# Pin
Gareth H23-Feb-08 0:11
Gareth H23-Feb-08 0:11 
Generalsend an Email. Pin
ali_reza_zareian22-Feb-08 22:34
ali_reza_zareian22-Feb-08 22:34 
GeneralRe: send an Email. Pin
Abhijit Jana22-Feb-08 23:37
professionalAbhijit Jana22-Feb-08 23:37 
using System.Net.Mail

Crate a object of MailMessage Class

MailMessage Mail = new MailMessage();

Now set , Mail.To, Mail.From, Mail.Subject, Mail.Body Property.

Create object of Smtp Class

SmtpClient ss = new SmtpClient("Server");

Now Send
ss.Send(Mail)

This is basic idea. You will get lots of sample by googling !!!!!

Good luck Rose | [Rose]

Best Regards
-----------------
Abhijit Jana
Microsoft Certified Professional
"Success is Journey it's not a destination"

modified on Saturday, February 23, 2008 6:08 AM

GeneralStored procedure in C# Pin
mrkeivan22-Feb-08 22:05
mrkeivan22-Feb-08 22:05 
GeneralRe: Stored procedure in C# Pin
Hesham Amin22-Feb-08 22:38
Hesham Amin22-Feb-08 22:38 
GeneralRe: Stored procedure in C# Pin
mrkeivan23-Feb-08 9:25
mrkeivan23-Feb-08 9:25 
GeneralRe: Stored procedure in C# Pin
PIEBALDconsult23-Feb-08 14:56
mvePIEBALDconsult23-Feb-08 14:56 
GeneralRe: Stored procedure in C# Pin
ali_reza_zareian22-Feb-08 22:40
ali_reza_zareian22-Feb-08 22:40 
QuestionHow to generate random number [modified] Pin
D i x y22-Feb-08 20:50
D i x y22-Feb-08 20:50 
GeneralRe: How to generate base64 random number Pin
Hesham Amin22-Feb-08 22:36
Hesham Amin22-Feb-08 22:36 
GeneralRe: How to generate base64 random number Pin
D i x y22-Feb-08 22:45
D i x y22-Feb-08 22:45 
GeneralRe: How to generate base64 random number Pin
Gareth H23-Feb-08 0:08
Gareth H23-Feb-08 0:08 
GeneralRe: How to generate base64 random number Pin
Christoph Menge23-Feb-08 0:17
Christoph Menge23-Feb-08 0:17 
GeneralRe: How to generate base64 random number Pin
Guffa23-Feb-08 0:25
Guffa23-Feb-08 0:25 
GeneralRe: How to generate base64 random number Pin
D i x y23-Feb-08 0:53
D i x y23-Feb-08 0:53 
GeneralRe: How to generate base64 random number Pin
Hesham Amin23-Feb-08 5:24
Hesham Amin23-Feb-08 5:24 
GeneralC# windows service is not showing in Control panel services Pin
Satish - Developer22-Feb-08 20:12
Satish - Developer22-Feb-08 20:12 
AnswerRe: C# windows service is not showing in Control panel services Pin
Mohammed Shahab23-Feb-08 1:36
Mohammed Shahab23-Feb-08 1:36 
QuestionHow to get clear figure in windows application? Pin
Aravinthan22-Feb-08 19:25
Aravinthan22-Feb-08 19:25 
AnswerRe: How to get clear figure in windows application? Pin
Christian Graus22-Feb-08 19:41
protectorChristian Graus22-Feb-08 19:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.