Click here to Skip to main content
15,923,557 members
Home / Discussions / C#
   

C#

 
QuestionClose wrod corrctly, it's possile? Pin
abbd21-May-11 13:49
abbd21-May-11 13:49 
AnswerRe: Close wrod corrctly, it's possile? Pin
Luc Pattyn21-May-11 14:14
sitebuilderLuc Pattyn21-May-11 14:14 
AnswerRe: Close wrod corrctly, it's possile? Pin
Not Active21-May-11 16:00
mentorNot Active21-May-11 16:00 
AnswerRe: Close wrod corrctly, it's possile? Pin
GenJerDan21-May-11 17:01
GenJerDan21-May-11 17:01 
GeneralRe: Close wrod corrctly, it's possile? Pin
abbd22-May-11 5:56
abbd22-May-11 5:56 
GeneralRe: Close wrod corrctly, it's possile? Pin
GenJerDan22-May-11 7:41
GenJerDan22-May-11 7:41 
GeneralRe: Close wrod corrctly, it's possile? Pin
abbd22-May-11 10:13
abbd22-May-11 10:13 
GeneralRe: Close wrod corrctly, it's possile? [modified] Pin
GenJerDan23-May-11 3:20
GenJerDan23-May-11 3:20 
oWord.Visible = true;
oWord.Visible = false;

Take out that second line.

You're running this on a server, right? NOT a good idea according to Microsoft (and my experience).

Also check your DCOM settings to be sure permissions are there for remote running. (I don't remember how to do it...Google will help.)

Actually, the best advice is to find another way to do it. If you can use Word 2007, while not necessarily easier, it's more likely to work beause you don't actually need Word on the server.

(I'll be gone this week, so can't help much. Maybe try Questions & Answers for more.)
Never give aversion therapy to a masochist. The results are unpredictable.

My Mu[sic]
My Films
My Windows Programs, etc.
modified on Tuesday, May 24, 2011 10:49 AM

QuestionDynamically generate link labels (open to alternatives if necessary) Pin
Matt U.21-May-11 8:18
Matt U.21-May-11 8:18 
AnswerRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Luc Pattyn21-May-11 8:50
sitebuilderLuc Pattyn21-May-11 8:50 
GeneralRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Matt U.21-May-11 8:59
Matt U.21-May-11 8:59 
AnswerRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Luc Pattyn21-May-11 9:10
sitebuilderLuc Pattyn21-May-11 9:10 
GeneralRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Matt U.21-May-11 10:28
Matt U.21-May-11 10:28 
AnswerRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Luc Pattyn21-May-11 10:34
sitebuilderLuc Pattyn21-May-11 10:34 
Questionget the unicode of a character in c# Pin
prasadbuddhika20-May-11 22:44
prasadbuddhika20-May-11 22:44 
AnswerRe: get the unicode of a character in c# Pin
Daniel Scott20-May-11 23:05
Daniel Scott20-May-11 23:05 
GeneralRe: get the unicode of a character in c# Pin
prasadbuddhika20-May-11 23:22
prasadbuddhika20-May-11 23:22 
QuestionNotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer20-May-11 22:33
Pfotenhauer20-May-11 22:33 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
phil.o21-May-11 0:36
professionalphil.o21-May-11 0:36 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer21-May-11 1:20
Pfotenhauer21-May-11 1:20 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Luc Pattyn21-May-11 2:19
sitebuilderLuc Pattyn21-May-11 2:19 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer21-May-11 5:26
Pfotenhauer21-May-11 5:26 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Luc Pattyn21-May-11 5:39
sitebuilderLuc Pattyn21-May-11 5:39 
QuestionProblem with Process.Start("WINWORD.EXE", selectedFile); [modified] Pin
_Q12_20-May-11 6:51
_Q12_20-May-11 6:51 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak20-May-11 7:02
mveDave Kreskowiak20-May-11 7:02 

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.