Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
QuestionHow can I get the size of the string in pixel ?? Pin
MarkSender4-Jul-04 16:56
MarkSender4-Jul-04 16:56 
AnswerRe: How can I get the size of the string in pixel ?? Pin
Nick Parker4-Jul-04 17:24
protectorNick Parker4-Jul-04 17:24 
Generalclearing console screen Pin
insurgentpyro4-Jul-04 16:42
insurgentpyro4-Jul-04 16:42 
GeneralRe: clearing console screen Pin
Nick Parker4-Jul-04 17:28
protectorNick Parker4-Jul-04 17:28 
GeneralRe: clearing console screen Pin
insurgentpyro4-Jul-04 17:44
insurgentpyro4-Jul-04 17:44 
GeneralRe: clearing console screen Pin
Nick Parker4-Jul-04 18:05
protectorNick Parker4-Jul-04 18:05 
GeneralRe: clearing console screen Pin
insurgentpyro4-Jul-04 18:18
insurgentpyro4-Jul-04 18:18 
GeneralRe: clearing console screen Pin
Nick Parker4-Jul-04 18:25
protectorNick Parker4-Jul-04 18:25 
GeneralRe: clearing console screen Pin
insurgentpyro4-Jul-04 18:35
insurgentpyro4-Jul-04 18:35 
GeneralDrawImage - resize proportionately Pin
myNameIsRon4-Jul-04 16:10
myNameIsRon4-Jul-04 16:10 
GeneralRe: DrawImage - resize proportionately Pin
Nick Parker4-Jul-04 18:17
protectorNick Parker4-Jul-04 18:17 
QuestionHow can I find activeskin skins Pin
Ahmed Gaser4-Jul-04 14:00
Ahmed Gaser4-Jul-04 14:00 
AnswerRe: How can I find activeskin skins Pin
Heath Stewart5-Jul-04 5:45
protectorHeath Stewart5-Jul-04 5:45 
GeneralRe: How can I find activeskin skins Pin
Ahmed Gaser5-Jul-04 11:18
Ahmed Gaser5-Jul-04 11:18 
GeneralSpace in table name problem Pin
benglish724-Jul-04 13:56
benglish724-Jul-04 13:56 
GeneralRe: Space in table name problem Pin
Christian Graus4-Jul-04 14:08
protectorChristian Graus4-Jul-04 14:08 
GeneralRe: Space in table name problem Pin
benglish724-Jul-04 14:20
benglish724-Jul-04 14:20 
GeneralWhoops, it worked! thanks Pin
benglish724-Jul-04 14:27
benglish724-Jul-04 14:27 
GeneralRe: Whoops, it worked! thanks Pin
Christian Graus4-Jul-04 15:04
protectorChristian Graus4-Jul-04 15:04 
GeneralWord 2003 & C# Pin
thesundancekid4-Jul-04 8:10
thesundancekid4-Jul-04 8:10 
Hi,

I am trying to create a word 2003 document thru a windows application written in C#. I have added a reference of the Microsoft Word 11.0 Object library to my project.
Thing is that the below line of code is causing an error "The type or namespace name 'Word' could not be found (are you missing a using directive or an assembly reference?)"

private Word.ApplicationClass WordApp = new Word.ApplicationClass();

This is the main line where the Word document creation starts. I dont get this error when using Microsoft Word 9.0 Object library (Word 2000).. but the requirement is for Word 2003 automation.

I am not using Visual Tools for Office 2003. Is there any other way to create word 2003 documents?

Thanks in advance

sundancer
GeneralRe: Word 2003 & C# Pin
Heath Stewart5-Jul-04 5:51
protectorHeath Stewart5-Jul-04 5:51 
Generalnoob - using WinConsole - need to compile Pin
insurgentpyro4-Jul-04 6:19
insurgentpyro4-Jul-04 6:19 
GeneralRe: noob - using WinConsole - need to compile Pin
Mike Dimmick4-Jul-04 12:06
Mike Dimmick4-Jul-04 12:06 
GeneralRe: noob - using WinConsole - need to compile Pin
insurgentpyro4-Jul-04 16:40
insurgentpyro4-Jul-04 16:40 
GeneralDateViews-style data binding vs. ValueModel data binding Pin
zet4-Jul-04 1:01
zet4-Jul-04 1: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.