Results 1 to 4 of 4

Thread: Microsoft Word 10.0 Object Library

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183

    Microsoft Word 10.0 Object Library

    I have been hunting all over MSDN for a definition of functions in the Microsoft Word 10.0 Object Library for C#. I have found several examples using this libarary for vb, but I want to find an explaination of what the purpose of these functions are and what the paramaters are ect. For example:

    Word.Application.Selection.GoTo
    knowing what each of the parameters are and what they are used for would be nice. Any ideas?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Try the object browser for parameter info and for documentation try the Macro Help. Open up Word and open the VBA IDE in the Tools->Macros section then press Help. That should have the help files for the objects.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183
    sweet ok, yes that did provide me info on the function, it is still in VB though. The C# functions seem to have quite a few more parameters.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    If any function in VB has a return value of type T the C# function is likely to have an additional parameter of type (reference to T) instead.



    I think...
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width