Results 1 to 3 of 3

Thread: Word doc

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Staffodshire, England
    Posts
    32

    Red face

    Is it possible to open a word document in a picture box, and a text box(a different times), and if so could someone help me do it.

    Mark_Dep



  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    Use Shell (or ShellExecute if you're opening a specific Word document) to open Word. Once you have the window handle (FindWindow API is one way of getting this), you can use the SetParent API to pull it into a picturebox (haven't tried this with a textbox).
    Wade

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Staffodshire, England
    Posts
    32

    Thumbs up

    Thanks Wade,

    Works a treat!!!

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