?RTF (Rich Text Format) Viewer for C#?
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
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
