Page 1 of 1

does CLSID exist ?

Posted: Mon Nov 15, 2021 1:21 am
by AUGE_OHR
hi,

when use a ActiveX i need to set CLSID
now i want to check if CLSID exist, how :idea:

---

Code: Select all

   _HMG_SYSDATA[ 1 ] [ k ] := "ACTIVEX"
   _HMG_SYSDATA[ 2 ] [ k ] := cControlName
how can i use _HMG_SYSDATA to "identify" my ActiveX if it is "valid" :?:

Re: does CLSID exist ?

Posted: Tue Nov 16, 2021 8:44 am
by AUGE_OHR
hi,

i have use "wrong" RegClass which always return .F. :roll:

---

using xbpReg Class for HMG "just" need

Code: Select all

      oReg := XbpReg() :NEW( cKey )
      IF oReg:Status()
to test if a cKey exist