PC Review


Reply
Thread Tools Rate Thread

determine Dll version

 
 
am A.
Guest
Posts: n/a
 
      2nd Oct 2006
Hi,all

I need a macro or function to know which version of cdo.dll is
installed

tks

--
GRAZIE
Grazie in anticipo


 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      2nd Oct 2006
Sub WhatIsIt()
Dim FSO As Object
Dim strPath As String
Set FSO = CreateObject("Scripting.FileSystemObject")
strPath = "C:\Program Files\Common Files\Microsoft Shared\Web Folders\PKMCDO.DLL"
MsgBox FSO.GetFileVersion(strPath)
Set FSO = Nothing
End Sub
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"am A." <on_group_-(E-Mail Removed)>
wrote in message
Hi,all
I need a macro or function to know which version of cdo.dll is installed
tks
--
GRAZIE
Grazie in anticipo


 
Reply With Quote
 
am A.
Guest
Posts: n/a
 
      2nd Oct 2006
Jim Cone scriveva il 02/10/2006 :
> Sub WhatIsIt()
> Dim FSO As Object
> Dim strPath As String
> Set FSO = CreateObject("Scripting.FileSystemObject")
> strPath = "C:\Program Files\Common Files\Microsoft Shared\Web
> Folders\PKMCDO.DLL" MsgBox FSO.GetFileVersion(strPath)
> Set FSO = Nothing
> End Sub
> --
> Jim Cone
> San Francisco, USA
> http://www.realezsites.com/bus/primitivesoftware
>
>
>
> "am A." <on_group_-(E-Mail Removed)>
> wrote in message
> Hi,all
> I need a macro or function to know which version of cdo.dll is installed
> tks


great tks

--
Tks at all


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I determine the version of XP pro that I have? Dave Allen Windows XP General 12 29th Nov 2005 01:33 AM
How to determine which version the app needs to run? Teis Draiby Microsoft Dot NET Framework 1 22nd Jan 2005 07:20 AM
USB Port version Where do I look to determine whether it's Version 1.1 or 2.0? =?Utf-8?B?RGF2ZQ==?= Windows XP Help 0 9th Jun 2004 08:21 PM
How to determine if Win XP is 32 Bit or 64 Bit Version James Windows XP Basics 4 6th Sep 2003 07:23 AM
How do I determine what XP version I have? Kelly Windows XP Basics 6 19th Aug 2003 11:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:46 PM.