Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
QuestionAutomatic capitalization in VS2003 ? Pin
digsy_13-Oct-06 11:30
digsy_13-Oct-06 11:30 
AnswerRe: Automatic capitalization in VS2003 ? Pin
Wjousts13-Oct-06 11:53
Wjousts13-Oct-06 11:53 
GeneralRe: Automatic capitalization in VS2003 ? Pin
digsy_13-Oct-06 12:06
digsy_13-Oct-06 12:06 
GeneralRe: Automatic capitalization in VS2003 ? Pin
Kevin McFarlane13-Oct-06 12:47
Kevin McFarlane13-Oct-06 12:47 
QuestionHandling encryption at the application level Pin
kennk13-Oct-06 11:16
kennk13-Oct-06 11:16 
QuestionI cannot establish a connection to pop3 server !!! Pin
mohadcs13-Oct-06 11:12
mohadcs13-Oct-06 11:12 
QuestionDoc File Display Pin
Syed Shahid Hussain13-Oct-06 10:58
Syed Shahid Hussain13-Oct-06 10:58 
AnswerRe: Doc File Display Pin
Nader Elshehabi13-Oct-06 12:35
Nader Elshehabi13-Oct-06 12:35 
Hello Shahid.

You can't display Word Documents on your forms using RichTextBox, because it won't understand the formtting of the document.

First of all, check this article[^].

If it's not what you want, you'd have to use somthing called Word Interop -shorthand for Inter operability-
The namespace is Microsoft.Office.Interop.Word, but first you have to reference to it:
In the solution explorer =>Right click on your project's name => Add reference => COM tab => Microsoft Word object library

Important note:
This will require that MS Word is installed on your machine and the user's machine

and the office programming section[^] in the articles may be useful.

Best RegardsRose | [Rose]

GeneralRe: Doc File Display Pin
Syed Shahid Hussain13-Oct-06 20:38
Syed Shahid Hussain13-Oct-06 20:38 
Questioncreating prime events for a control Pin
Nadia Monalisa13-Oct-06 9:24
Nadia Monalisa13-Oct-06 9:24 
AnswerRe: creating prime events for a control Pin
Wjousts13-Oct-06 10:34
Wjousts13-Oct-06 10:34 
GeneralRe: creating prime events for a control Pin
Nadia Monalisa13-Oct-06 10:41
Nadia Monalisa13-Oct-06 10:41 
AnswerRe: creating prime events for a control Pin
Nader Elshehabi13-Oct-06 12:05
Nader Elshehabi13-Oct-06 12:05 
QuestionMonitor Browser Externally Pin
Victor M. Bello A.13-Oct-06 8:07
Victor M. Bello A.13-Oct-06 8:07 
AnswerRe: Monitor Browser Externally Pin
Victor M. Bello A.13-Oct-06 9:36
Victor M. Bello A.13-Oct-06 9:36 
AnswerRe: Monitor Browser Externally Pin
seannyc13-Oct-06 10:32
seannyc13-Oct-06 10:32 
GeneralRe: Monitor Browser Externally Pin
Victor M. Bello A.16-Oct-06 6:57
Victor M. Bello A.16-Oct-06 6:57 
QuestionKeeping track of ID information with a TreeView Pin
shultas13-Oct-06 7:41
shultas13-Oct-06 7:41 
AnswerRe: Keeping track of ID information with a TreeView Pin
mav.northwind13-Oct-06 9:18
mav.northwind13-Oct-06 9:18 
GeneralRe: Keeping track of ID information with a TreeView Pin
shultas13-Oct-06 11:45
shultas13-Oct-06 11:45 
QuestionString.Trim error Pin
User 309585913-Oct-06 7:13
User 309585913-Oct-06 7:13 
AnswerRe: String.Trim error Pin
Christian Graus13-Oct-06 7:22
protectorChristian Graus13-Oct-06 7:22 
GeneralRe: String.Trim error Pin
User 309585913-Oct-06 7:28
User 309585913-Oct-06 7:28 
AnswerRe: String.Trim error Pin
Nader Elshehabi13-Oct-06 11:54
Nader Elshehabi13-Oct-06 11:54 
GeneralRe: String.Trim error Pin
User 309585913-Oct-06 12:01
User 309585913-Oct-06 12:01 

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.