Click here to Skip to main content
15,890,670 members
Home / Discussions / C#
   

C#

 
GeneralRe: Connect MatLab & C# Pin
KORCARI3-Nov-05 23:03
KORCARI3-Nov-05 23:03 
QuestionApplication Icon Pin
picasso23-Nov-05 13:10
picasso23-Nov-05 13:10 
AnswerRe: Application Icon Pin
.NetRocker3-Nov-05 13:14
.NetRocker3-Nov-05 13:14 
AnswerRe: Application Icon Pin
André Ziegler3-Nov-05 13:17
André Ziegler3-Nov-05 13:17 
QuestionEmail Problem Pin
Julianne_juju3-Nov-05 13:04
Julianne_juju3-Nov-05 13:04 
AnswerRe: Email Problem Pin
Christian Graus3-Nov-05 13:34
protectorChristian Graus3-Nov-05 13:34 
GeneralRe: Email Problem Pin
Julianne_juju3-Nov-05 14:27
Julianne_juju3-Nov-05 14:27 
GeneralRe: Email Problem Pin
Jon Rista4-Nov-05 16:44
Jon Rista4-Nov-05 16:44 
I could be wrong, as I'm not certain if your using the System.Web.Mail.SmtpMail class. If you are, and your "mail" object is a MailMessage, then the .Cc is indeed a string, addresses separated by semicolon. If I am incorrect, and .CC is a string array (string[]), you could populate it like so:

mail.CC = new string[] { "mail1@mail.com", "mail2@mail.com" };
QuestionHow do i stop a process? Pin
Anthony Mushrow3-Nov-05 12:57
professionalAnthony Mushrow3-Nov-05 12:57 
AnswerRe: How do i stop a process? Pin
enjoycrack3-Nov-05 13:13
enjoycrack3-Nov-05 13:13 
QuestionCompact Framework and Dialog Forms Pin
smoitry3-Nov-05 12:24
smoitry3-Nov-05 12:24 
AnswerRe: Compact Framework and Dialog Forms Pin
AETaylor4-Nov-05 0:59
AETaylor4-Nov-05 0:59 
AnswerRe: Compact Framework and Dialog Forms Pin
smoitry5-Nov-05 10:26
smoitry5-Nov-05 10:26 
GeneralRe: Compact Framework and Dialog Forms Pin
AETaylor6-Nov-05 0:24
AETaylor6-Nov-05 0:24 
QuestionImage Embeded into a User Control Library Pin
acastano3-Nov-05 11:52
acastano3-Nov-05 11:52 
AnswerRe: Image Embeded into a User Control Library Pin
Christian Graus3-Nov-05 12:30
protectorChristian Graus3-Nov-05 12:30 
GeneralRe: Image Embeded into a User Control Library Pin
acastano5-Nov-05 5:30
acastano5-Nov-05 5:30 
GeneralRe: Image Embeded into a User Control Library Pin
Christian Graus6-Nov-05 11:41
protectorChristian Graus6-Nov-05 11:41 
QuestionControls - override members or use events? Pin
User 5838523-Nov-05 11:33
User 5838523-Nov-05 11:33 
AnswerRe: Controls - override members or use events? Pin
Christian Graus3-Nov-05 11:47
protectorChristian Graus3-Nov-05 11:47 
AnswerRe: Controls - override members or use events? Pin
Jon Rista4-Nov-05 16:47
Jon Rista4-Nov-05 16:47 
Questionusing MSAccess in C# Pin
ASPERSICA3-Nov-05 11:25
ASPERSICA3-Nov-05 11:25 
AnswerRe: using MSAccess in C# Pin
enjoycrack3-Nov-05 13:17
enjoycrack3-Nov-05 13:17 
Questionmethod problem Pin
nbaker3-Nov-05 10:30
nbaker3-Nov-05 10:30 
AnswerRe: method problem Pin
S. Senthil Kumar3-Nov-05 17:57
S. Senthil Kumar3-Nov-05 17:57 

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.