Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: move form Pin
Rob Tomson28-Mar-04 20:07
Rob Tomson28-Mar-04 20:07 
GeneralRe: move form Pin
Heath Stewart29-Mar-04 3:13
protectorHeath Stewart29-Mar-04 3:13 
GeneralAdo.Net using c# Pin
naresh_pandey1326-Mar-04 19:30
naresh_pandey1326-Mar-04 19:30 
GeneralRe: Ado.Net using c# Pin
Heath Stewart26-Mar-04 20:15
protectorHeath Stewart26-Mar-04 20:15 
GeneralRe: Ado.Net using c# Pin
naresh_pandey1326-Mar-04 21:23
naresh_pandey1326-Mar-04 21:23 
GeneralRe: Ado.Net using c# Pin
Jiten_Soni30-Mar-04 18:00
Jiten_Soni30-Mar-04 18:00 
GeneralRe: Ado.Net using c# Pin
Heath Stewart31-Mar-04 3:04
protectorHeath Stewart31-Mar-04 3:04 
Generalan SMTP problem Pin
Liang Yitao26-Mar-04 19:07
Liang Yitao26-Mar-04 19:07 
I write a winApp to send EMAIL. Since the server needs to authenticate, so
I need to use TcpClient rather than SMTPMail class. But the problem comes.
Following the DATA tag, I send strings like these:

"Subject:IP Notice"+CRLF;
"This is your IP."+CRLF+"."+CRLF;

But when I receive the mail, only subject was appear and there was no mail body. If I do it in this way, sending the follow strings:

"Subject:IP Notice"+CRLF;
CRLF;
"This is your IP."+CRLF+"."+CRLF;

Then the body exists.
Please do me a favor. I don't know why. Thanks a lot Laugh | :laugh:
GeneralRe: an SMTP problem Pin
Heath Stewart26-Mar-04 20:03
protectorHeath Stewart26-Mar-04 20:03 
GeneralOlap and XML/a Pin
naresh_pandey1326-Mar-04 17:08
naresh_pandey1326-Mar-04 17:08 
GeneralRe: Olap and XML/a Pin
Heath Stewart26-Mar-04 18:01
protectorHeath Stewart26-Mar-04 18:01 
GeneralShow/Hide form using remoting Pin
johnstacey26-Mar-04 13:07
johnstacey26-Mar-04 13:07 
GeneralRe: Show/Hide form using remoting Pin
Heath Stewart26-Mar-04 18:00
protectorHeath Stewart26-Mar-04 18:00 
GeneralRe: Show/Hide form using remoting Pin
johnstacey29-Mar-04 10:52
johnstacey29-Mar-04 10:52 
GeneralRe: Show/Hide form using remoting Pin
Heath Stewart29-Mar-04 17:09
protectorHeath Stewart29-Mar-04 17:09 
GeneralChange GUI language at runtime Pin
Eric Marchesin26-Mar-04 12:09
Eric Marchesin26-Mar-04 12:09 
GeneralRe: Change GUI language at runtime Pin
Heath Stewart26-Mar-04 17:51
protectorHeath Stewart26-Mar-04 17:51 
GeneralDATABASE change notifycation Pin
Rhonke26-Mar-04 10:51
Rhonke26-Mar-04 10:51 
GeneralRe: DATABASE change notifycation Pin
Heath Stewart26-Mar-04 11:21
protectorHeath Stewart26-Mar-04 11:21 
GeneralDotNet Remoting------------->Urgent Pin
munishk26-Mar-04 10:46
munishk26-Mar-04 10:46 
GeneralRe: DotNet Remoting------------->Urgent Pin
partyganger26-Mar-04 10:58
partyganger26-Mar-04 10:58 
GeneralRe: DotNet Remoting------------->Urgent Pin
Judah Gabriel Himango26-Mar-04 11:15
sponsorJudah Gabriel Himango26-Mar-04 11:15 
GeneralRe: DotNet Remoting------------->Urgent Pin
munishk28-Mar-04 13:54
munishk28-Mar-04 13:54 
GeneralRe: DotNet Remoting------------->Urgent Pin
Heath Stewart26-Mar-04 11:18
protectorHeath Stewart26-Mar-04 11:18 
Generalzipping files in C# Pin
elena1234526-Mar-04 10:13
elena1234526-Mar-04 10:13 

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.