2
Answers

?RTF (Rich Text Format) Viewer for C#?

s_rademeyer

s_rademeyer

21y
2k
1
Hi All! I'm looking for a tool/component with which I can open a .RTF file in C# (WebForms). WordPad can open this type of file, but I need to open a .RTF file with C# (WebForms). I have tried to open a .RTF file with IE, but it doens't work, so now I'm looking for a tool of some kind. Can anyone help me with this, or have any suggestions how I can open such a file with C# (WebFroms)? Thanks Sean
Answers (2)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd