Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: Removing last line in a file Pin
Le centriste24-Jan-06 4:06
Le centriste24-Jan-06 4:06 
GeneralRe: Removing last line in a file Pin
rickell24-Jan-06 7:38
rickell24-Jan-06 7:38 
AnswerRe: Removing last line in a file Pin
Le centriste24-Jan-06 7:44
Le centriste24-Jan-06 7:44 
GeneralRe: Removing last line in a file Pin
rickell24-Jan-06 9:36
rickell24-Jan-06 9:36 
AnswerRe: Removing last line in a file Pin
Le centriste24-Jan-06 9:53
Le centriste24-Jan-06 9:53 
Questionsmtp Pin
fmardani24-Jan-06 0:46
fmardani24-Jan-06 0:46 
Question1.1 to 2.0 Pin
fmardani23-Jan-06 23:47
fmardani23-Jan-06 23:47 
AnswerRe: 1.1 to 2.0 Pin
Mike Dimmick24-Jan-06 0:26
Mike Dimmick24-Jan-06 0:26 
If you're using the System.Web.Mail classes, you're not using Outlook. You're using the CDOSYS library, or CDONT on NT 4.0.

In .NET 2.0, you can continue using System.Web.Mail which will continue to use CDOSYS/CDONT. The new version of the framework adds a new namespace, System.Net.Mail, which implements the SMTP protocol directly in managed code. To send mail, you need to create an instance of the SmtpClient class. You can pass the SMTP server name to the constructor.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: 1.1 to 2.0 Pin
fmardani24-Jan-06 0:29
fmardani24-Jan-06 0:29 
GeneralRe: 1.1 to 2.0 Pin
Mike Dimmick24-Jan-06 8:13
Mike Dimmick24-Jan-06 8:13 
QuestionHow to make messenger like popup messages Pin
User 231751423-Jan-06 23:43
User 231751423-Jan-06 23:43 
AnswerRe: How to make messenger like popup messages Pin
AB777124-Jan-06 0:22
AB777124-Jan-06 0:22 
GeneralRe: How to make messenger like popup messages Pin
User 231751424-Jan-06 1:15
User 231751424-Jan-06 1:15 
QuestionAbout design time support in inherited TextBox control Pin
Kamrul Hasan23-Jan-06 23:20
Kamrul Hasan23-Jan-06 23:20 
AnswerRe: About design time support in inherited TextBox control Pin
AB777124-Jan-06 2:06
AB777124-Jan-06 2:06 
QuestionPopUp form Pin
PHDENG8123-Jan-06 23:01
PHDENG8123-Jan-06 23:01 
AnswerRe: PopUp form Pin
AB777124-Jan-06 0:26
AB777124-Jan-06 0:26 
GeneralRe: PopUp form Pin
PHDENG8124-Jan-06 0:28
PHDENG8124-Jan-06 0:28 
QuestionForm Background image problems Pin
NewbieDude23-Jan-06 22:00
NewbieDude23-Jan-06 22:00 
QuestionShowDialog Pin
microsoc23-Jan-06 21:28
microsoc23-Jan-06 21:28 
AnswerRe: ShowDialog Pin
AB777124-Jan-06 0:30
AB777124-Jan-06 0:30 
GeneralRe: ShowDialog Pin
microsoc24-Jan-06 15:06
microsoc24-Jan-06 15:06 
GeneralRe: ShowDialog Pin
AB777124-Jan-06 16:41
AB777124-Jan-06 16:41 
QuestionRe: ShowDialog Pin
microsoc24-Jan-06 20:47
microsoc24-Jan-06 20:47 
AnswerRe: ShowDialog Pin
AB777124-Jan-06 21:06
AB777124-Jan-06 21:06 

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.