How to insert a Word File into a form??? (in VB6.0)
-
How to insert a Document File (Word Doc) into a form in VB6.0. And user cannot change anything , just show ints contain to user. If the contain too long , It will show scrollbar so that user can scroll it and view. How can i do that? (Use OLE, i dont know how to use it?) Thanks Ask More - Learn More JohnJone
-
How to insert a Document File (Word Doc) into a form in VB6.0. And user cannot change anything , just show ints contain to user. If the contain too long , It will show scrollbar so that user can scroll it and view. How can i do that? (Use OLE, i dont know how to use it?) Thanks Ask More - Learn More JohnJone
You'll need to locate a 3rd party "viewer" control you can drop on your form an use. Or you can use the components that are installed with Office. There's a catch with that though, the controls are heavy and are a pain to use if all you want to do is view a document. \ RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
You'll need to locate a 3rd party "viewer" control you can drop on your form an use. Or you can use the components that are installed with Office. There's a catch with that though, the controls are heavy and are a pain to use if all you want to do is view a document. \ RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome