Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: i want som help Pin
extremexpert11-Oct-06 21:17
extremexpert11-Oct-06 21:17 
QuestionHow to make a windows service that will repeatedly do some task in its running mode without interaction Pin
rabing11-Oct-06 20:41
rabing11-Oct-06 20:41 
AnswerRe: How to make a windows service that will repeatedly do some task in its running mode without interaction Pin
Amit Kushwaha11-Oct-06 21:16
Amit Kushwaha11-Oct-06 21:16 
GeneralRe: How to make a windows service that will repeatedly do some task in its running mode without interaction Pin
rabing12-Oct-06 19:07
rabing12-Oct-06 19:07 
QuestionPolish Characters In Email in .Net Pin
ali khan msc11-Oct-06 19:45
ali khan msc11-Oct-06 19:45 
QuestionPolish Characters In Email in .Net Pin
ali khan msc11-Oct-06 19:44
ali khan msc11-Oct-06 19:44 
QuestionSend Polish Characters In Email Pin
ali khan msc11-Oct-06 19:42
ali khan msc11-Oct-06 19:42 
AnswerRe: Send Polish Characters In Email Pin
Mandaar Kulkarni11-Oct-06 22:25
Mandaar Kulkarni11-Oct-06 22:25 
Use System.Web.Mail namespace.

Create a mail message instance
MailMessage message=new System.Web.Mail.MailMessage();

set the properties

message.Body="xxxxx" // your mail content (in polish lang)
message.BodyEncoding = Encoding.UTF8; // all lang other than eng are represented in unicode.


Check out
QuestionCan you inline IL code in C# similiar to the C++ asm keyword? Pin
Tim Almdal11-Oct-06 19:25
Tim Almdal11-Oct-06 19:25 
QuestionString Problem Pin
Dotnetjunkie1511-Oct-06 19:22
Dotnetjunkie1511-Oct-06 19:22 
AnswerRe: String Problem Pin
drabiger11-Oct-06 20:33
drabiger11-Oct-06 20:33 
QuestionAssigning values ot Dataset in C# Pin
extremexpert11-Oct-06 19:15
extremexpert11-Oct-06 19:15 
AnswerRe: Assigning values ot Dataset in C# Pin
Thamilselvan J11-Oct-06 20:19
Thamilselvan J11-Oct-06 20:19 
QuestionHow to capture the Image of Current form Pin
kumar.bs11-Oct-06 18:10
kumar.bs11-Oct-06 18:10 
AnswerRe: How to capture the Image of Current form Pin
Ashish Derhgawen11-Oct-06 18:47
Ashish Derhgawen11-Oct-06 18:47 
QuestionClosing a thread, from another thread Pin
Anthony Mushrow11-Oct-06 14:36
professionalAnthony Mushrow11-Oct-06 14:36 
AnswerRe: Closing a thread, from another thread Pin
User 665811-Oct-06 14:49
User 665811-Oct-06 14:49 
AnswerRe: Closing a thread, from another thread Pin
Judah Gabriel Himango11-Oct-06 17:51
sponsorJudah Gabriel Himango11-Oct-06 17:51 
QuestionFont Available Script Pin
Yehia A.Salam11-Oct-06 13:49
Yehia A.Salam11-Oct-06 13:49 
QuestionHow to Encode/Decode Streams on the fly ? Pin
hdv21211-Oct-06 13:16
hdv21211-Oct-06 13:16 
Questioncontrol in another form Pin
m.m._200711-Oct-06 12:31
m.m._200711-Oct-06 12:31 
AnswerRe: control in another form Pin
e-laj11-Oct-06 12:58
e-laj11-Oct-06 12:58 
GeneralRe: control in another form Pin
m.m._200711-Oct-06 13:08
m.m._200711-Oct-06 13:08 
GeneralRe: control in another form Pin
Anthony Mushrow11-Oct-06 14:40
professionalAnthony Mushrow11-Oct-06 14:40 
AnswerRe: control in another form Pin
mnvkng7611-Oct-06 19:04
mnvkng7611-Oct-06 19:04 

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.