Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

How to get version of SRP Controls Pro

I was using code like this to get the version of the SRP control SRP_Version = Get_Property(@WINDOW:".HYPERLINK", "OLE.Version")<1>However this does not give me the current SRP Controls Pro version. How do I get the current version of SRP Controls Pro?

Comments

  • This will only work for SRPControls.ocx 3.1 and later, as I only just added it for the latest release. Obj = OleCreateInstance("SRP.ControlInfo") SRPUtilVersion = OleCallMethod(Obj, "GetProVersionNumber")
  • Cool perfect.
Sign In or Register to comment.