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.
:p Mark_Dep ;)
Printable View
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.
:p Mark_Dep ;)
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).
Thanks Wade,
Works a treat!!! ;) :)