Click here to Skip to main content
15,916,412 members
Home / Discussions / C#
   

C#

 
GeneralRe: the Form stop to respond Pin
Heath Stewart16-Apr-04 6:31
protectorHeath Stewart16-Apr-04 6:31 
GeneralRe: the Form stop to respond Pin
bouli16-Apr-04 12:05
bouli16-Apr-04 12:05 
GeneralMessage Removed Pin
16-Apr-04 6:47
wibblewibblewibble16-Apr-04 6:47 
GeneralRe: the Form stop to respond Pin
bouli16-Apr-04 12:04
bouli16-Apr-04 12:04 
GeneralPainting Dynamic Objects Pin
TimTM16-Apr-04 4:22
TimTM16-Apr-04 4:22 
GeneralRe: Painting Dynamic Objects Pin
Heath Stewart16-Apr-04 6:35
protectorHeath Stewart16-Apr-04 6:35 
GeneralSourceSafe and References to COM Objects Pin
Andy Wieberneit16-Apr-04 3:50
Andy Wieberneit16-Apr-04 3:50 
GeneralRe: SourceSafe and References to COM Objects Pin
Heath Stewart16-Apr-04 4:05
protectorHeath Stewart16-Apr-04 4:05 
Questionowner draw trackbar? Pin
misterbear16-Apr-04 1:10
misterbear16-Apr-04 1:10 
AnswerRe: owner draw trackbar? Pin
Ernst Kuschke16-Apr-04 3:05
Ernst Kuschke16-Apr-04 3:05 
AnswerRe: owner draw trackbar? Pin
Heath Stewart16-Apr-04 4:14
protectorHeath Stewart16-Apr-04 4:14 
GeneralWord Automation Pin
Dominic Godin16-Apr-04 1:06
Dominic Godin16-Apr-04 1:06 
GeneralRe: Word Automation Pin
Ernst Kuschke16-Apr-04 2:59
Ernst Kuschke16-Apr-04 2:59 
GeneralRe: Word Automation Pin
Dominic Godin16-Apr-04 5:31
Dominic Godin16-Apr-04 5:31 
GeneralRe: Word Automation Pin
Heath Stewart16-Apr-04 5:49
protectorHeath Stewart16-Apr-04 5:49 
GeneralRe: Word Automation Pin
Dominic Godin19-Apr-04 22:06
Dominic Godin19-Apr-04 22:06 
GeneralRe: Word Automation Pin
Heath Stewart20-Apr-04 3:52
protectorHeath Stewart20-Apr-04 3:52 
GeneralRe: Word Automation Pin
Dominic Godin20-Apr-04 6:55
Dominic Godin20-Apr-04 6:55 
GeneralRe: Word Automation Pin
Heath Stewart20-Apr-04 8:31
protectorHeath Stewart20-Apr-04 8:31 
GeneralRe: Word Automation Pin
Dominic Godin21-Apr-04 1:37
Dominic Godin21-Apr-04 1:37 
Bugger still stuck Frown | :(

Word.Application MSWord = new Word.ApplicationClass();
IDispatch wb = (IDispatch)MSWord.WordBasic;
int lcid = System.Globalization.CultureInfo.CurrentCulture.LCID;

string[] rgsNames = {"DisableAutoMacros"};
int[] rgDispId = {};
Guid nullGUID = Guid.Empty;

int result = wb.GetIDsOfNames(ref nullGUID, rgsNames, 2, lcid, out rgDispId);


This code returns a result of -1073741819. There is little info on this error code. I have tried this with the Word.Application object MSWord with methods I know are there and I still get the same error code. Also the rgDispId is always set to null.

It seems I'm still missing a key point of understanding here.
GeneralRe: Word Automation Pin
Heath Stewart21-Apr-04 3:18
protectorHeath Stewart21-Apr-04 3:18 
GeneralRe: Word Automation Pin
Dominic Godin21-Apr-04 4:14
Dominic Godin21-Apr-04 4:14 
GeneralRe: Word Automation Pin
Heath Stewart21-Apr-04 6:22
protectorHeath Stewart21-Apr-04 6:22 
GeneralRe: Word Automation Pin
Dominic Godin21-Apr-04 7:14
Dominic Godin21-Apr-04 7:14 
GeneralRe: Word Automation Pin
Dominic Godin22-Apr-04 0:54
Dominic Godin22-Apr-04 0:54 

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.