Click here to Skip to main content
16,010,394 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to hide Application When openning ? Pin
eggie57-Jun-05 2:13
eggie57-Jun-05 2:13 
AnswerRe: How to hide Application When openning ? Pin
G.Ringbom7-Jun-05 2:21
G.Ringbom7-Jun-05 2:21 
AnswerRe: How to hide Application When openning ? Pin
Rizwan Bashir7-Jun-05 3:01
Rizwan Bashir7-Jun-05 3:01 
AnswerRe: How to hide Application When openning ? Pin
Dave Kreskowiak7-Jun-05 4:48
mveDave Kreskowiak7-Jun-05 4:48 
AnswerRe: How to hide Application When openning ? Pin
Alex Korchemniy7-Jun-05 14:13
Alex Korchemniy7-Jun-05 14:13 
GeneralFont prolem!!! Pin
Khoa Bui7-Jun-05 1:26
Khoa Bui7-Jun-05 1:26 
GeneralRe: Font prolem!!! Pin
G.Ringbom7-Jun-05 2:18
G.Ringbom7-Jun-05 2:18 
GeneralRe: Font prolem!!! Pin
Dave Kreskowiak7-Jun-05 4:43
mveDave Kreskowiak7-Jun-05 4:43 
Text files don't contain ANY font information, so there's no way top tell what font was used to write the text file with.

Word has an EXTREMELY complicated file using a multiple-stream file format. There is documentation on older versions of Word on the 'Net somewhere (I can't remember where through). Just Google for "Word File Format". Not everything is covered, so there will be parts of the file you cannot read, and therefore, cannot render correctly.

A RichTextBox CANNOT be used to display a Word file. The RTB control knows nothing of the Word file format.

You have a few options:

1) Use Word to load and display the file

2) Use a commerically available 3rd party component to load and display the file. (Don't know of any myself.)

3) Use Word to save the file in RTF format so it can be loaded into a RichTextBox. (Least desirable because some formatting is lost.)


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralWindows service Pin
Anonymous7-Jun-05 0:14
Anonymous7-Jun-05 0:14 
GeneralRe: Windows service Pin
Zishan Haider7-Jun-05 1:27
Zishan Haider7-Jun-05 1:27 
GeneralRe: Windows service Pin
Anonymous7-Jun-05 1:52
Anonymous7-Jun-05 1:52 
GeneralRe: Windows service Pin
G.Ringbom7-Jun-05 2:13
G.Ringbom7-Jun-05 2:13 
GeneralRe: Windows service Pin
Anonymous7-Jun-05 23:06
Anonymous7-Jun-05 23:06 
GeneralRe: Windows service Pin
G.Ringbom7-Jun-05 23:10
G.Ringbom7-Jun-05 23:10 
GeneralRe: Windows service Pin
Zishan Haider8-Jun-05 4:22
Zishan Haider8-Jun-05 4:22 
GeneralRe: Windows service Pin
mav.northwind7-Jun-05 4:32
mav.northwind7-Jun-05 4:32 
GeneralHosted Currency Exchange Rates Pin
Jassim Rahma6-Jun-05 23:19
Jassim Rahma6-Jun-05 23:19 
GeneralRe: Hosted Currency Exchange Rates Pin
S. Senthil Kumar7-Jun-05 1:19
S. Senthil Kumar7-Jun-05 1:19 
GeneralRe: Hosted Currency Exchange Rates Pin
Jassim Rahma7-Jun-05 11:26
Jassim Rahma7-Jun-05 11:26 
QuestionScrollbars on a datagrid (web control)? Pin
adilson05uk6-Jun-05 23:13
adilson05uk6-Jun-05 23:13 
GeneralRegister dll onto the OS Pin
scchan19846-Jun-05 22:54
scchan19846-Jun-05 22:54 
GeneralRe: Register dll onto the OS Pin
mav.northwind7-Jun-05 0:33
mav.northwind7-Jun-05 0:33 
GeneralVOIP Pin
Virendrak6-Jun-05 22:24
Virendrak6-Jun-05 22:24 
GeneralRe: VOIP Pin
Andrew Kirillov6-Jun-05 23:14
Andrew Kirillov6-Jun-05 23:14 
Generallocating a window on a screen Pin
clicker786-Jun-05 21:49
clicker786-Jun-05 21:49 

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.