Click here to Skip to main content
15,898,924 members
Home / Discussions / C#
   

C#

 
GeneralRe: picturebox help Pin
mjawadkhatri19-Jul-09 21:49
mjawadkhatri19-Jul-09 21:49 
GeneralRe: picturebox help Pin
PandemoniumPasha19-Jul-09 21:51
PandemoniumPasha19-Jul-09 21:51 
GeneralRe: picturebox help Pin
mjawadkhatri19-Jul-09 22:14
mjawadkhatri19-Jul-09 22:14 
Questionimport contacts from hotmail using c# Pin
Charan Pat19-Jul-09 20:48
Charan Pat19-Jul-09 20:48 
AnswerRe: import contacts from hotmail using c# Pin
Ashfield19-Jul-09 21:37
Ashfield19-Jul-09 21:37 
GeneralRe: import contacts from hotmail using c# Pin
Charan Pat19-Jul-09 21:49
Charan Pat19-Jul-09 21:49 
AnswerRe: import contacts from hotmail using c# Pin
Blue_Boy19-Jul-09 22:52
Blue_Boy19-Jul-09 22:52 
GeneralRe: import contacts from hotmail using c# Pin
Charan Pat19-Jul-09 23:08
Charan Pat19-Jul-09 23:08 
AnswerRe: import contacts from hotmail using c# Pin
Member 21860869-Aug-10 22:20
Member 21860869-Aug-10 22:20 
QuestionCreate a call Back to button control in Ribbon Pin
mandar77719-Jul-09 20:45
mandar77719-Jul-09 20:45 
GeneralRe: Create a call Back to button control in Ribbon Pin
mandar77720-Jul-09 18:51
mandar77720-Jul-09 18:51 
QuestionProblem with Horizontal Scrollbar on Panel..... Pin
spalanivel19-Jul-09 20:25
spalanivel19-Jul-09 20:25 
QuestionHorizontal Scrollbar on Panel not working.... Pin
spalanivel19-Jul-09 20:24
spalanivel19-Jul-09 20:24 
Questionhow to open .txt file without using system.diagnostics.process Pin
pnvreddy19-Jul-09 20:23
pnvreddy19-Jul-09 20:23 
AnswerRe: how to open .txt file without using system.diagnostics.process Pin
N a v a n e e t h19-Jul-09 20:44
N a v a n e e t h19-Jul-09 20:44 
GeneralRe: how to open .txt file without using system.diagnostics.process Pin
pnvreddy19-Jul-09 20:48
pnvreddy19-Jul-09 20:48 
GeneralRe: how to open .txt file without using system.diagnostics.process Pin
N a v a n e e t h19-Jul-09 20:55
N a v a n e e t h19-Jul-09 20:55 
GeneralRe: how to open .txt file without using system.diagnostics.process Pin
PIEBALDconsult19-Jul-09 20:58
mvePIEBALDconsult19-Jul-09 20:58 
AnswerRe: how to open .txt file without using system.diagnostics.process Pin
riced19-Jul-09 21:26
riced19-Jul-09 21:26 
QuestionWill my apps based on FrameWork 2.0 work on computers with higher version installed? Pin
robotwink19-Jul-09 19:52
robotwink19-Jul-09 19:52 
AnswerRe: Will my apps based on FrameWork 2.0 work on computers with higher version installed? Pin
Vimalsoft(Pty) Ltd19-Jul-09 20:10
professionalVimalsoft(Pty) Ltd19-Jul-09 20:10 
AnswerRe: Will my apps based on FrameWork 2.0 work on computers with higher version installed? Pin
N a v a n e e t h19-Jul-09 20:16
N a v a n e e t h19-Jul-09 20:16 
AnswerRe: Will my apps based on FrameWork 2.0 work on computers with higher version installed? Pin
PIEBALDconsult19-Jul-09 20:49
mvePIEBALDconsult19-Jul-09 20:49 
GeneralRe: Will my apps based on FrameWork 2.0 work on computers with higher version installed? Pin
Luc Pattyn20-Jul-09 0:54
sitebuilderLuc Pattyn20-Jul-09 0:54 
QuestionProblem with saving file. Pin
vishal moharikar19-Jul-09 19:14
vishal moharikar19-Jul-09 19:14 
Hello forum,
I need help. In my program I use a rich text box to display a text file. This text file contains some normal text and a special character "ë". User can modify this text file. To save the updated file I used below code :
TextWriter tw = new StreamWriter(@label3.Text);
tw.WriteLine(rtEngData.Text);
tw.Close();


Note :Here label3 contains the file name.


while saving the file I found one problem. The character "ë" is changed with "ë". I don't know why but it happens.
Can any one suggest me what to do to solve this problem.
I want to save the file as it is in the richtextedit.

waiting for any kind reply.......
Thanks
Vishal Moharikar.

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.