Mar 24, 2006 #1 DanielXIX Programmer Joined Jul 31, 2005 Messages 18 Location TR Hi all, Is there a way to get "microsoft office version" programatically? Regards. Daniel.
Mar 24, 2006 #2 JurkMonkey Programmer Joined Nov 23, 2004 Messages 1,731 Location CA Use System.IO.FileInfo to get the file info for the office application that you want to check (i.e. WINWORD.exe) then check the version number or the product name from the fileinfo. Upvote 0 Downvote
Use System.IO.FileInfo to get the file info for the office application that you want to check (i.e. WINWORD.exe) then check the version number or the product name from the fileinfo.
Mar 25, 2006 Thread starter #3 DanielXIX Programmer Joined Jul 31, 2005 Messages 18 Location TR thanx for ur reply, i m working on your suggestion. Upvote 0 Downvote