|
-
May 17th, 2009, 02:02 PM
#3
Re: Different Word Versions for one VB program
 Originally Posted by dglienna
Early binding works only if you know the versions deployed. Late binding will work with any version that's installed, but you can only use the lowest common features, and they'd fail in the 2000 version, for instance.
....
But is it not compatible that way that I could use a Word 2000 dll and access all the common methods like ActiveDocument, Select and all that. What happens when a program compiled with a word 2000 dll is run in an 2003 enviroment ?
Are the word versions not compatible to older versions and older dlls?
( Maybe a stupid question as I never tried that but I had hoped that simple using the older version will also work when word is upgraded. )
 Jonny Poet
To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
If anyone felt he has got help, show it in rating the post.
Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
My latest articles :
Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|