version number (General questions)
How can I determine what version of HttpDLX I have installed?
Is it in Registry?
thanks, jack
Re: version number
Hi Jack,
You can simply check the Version Property of the component.
I.e. in VB6 do this:
MsgBox component.Version
This should show a message box window containing version number.
Regards,
Damba
Re: version number
Damba
Thanks for your reply. I'm looking for a non-program way to audit
client machines for updates and I just remembered I can find the version by looking at the wodhttp.dll version in windows/system32/.
thanks, jack