Results 1 to 40 of 4199

Thread: CommonControls (Replacement of the MS common controls)

Threaded View

  1. #11
    Member Dragokas's Avatar
    Join Date
    Aug 2015
    Location
    Ukraine on fire (country of slaves)
    Posts
    750

    Re: CommonControls (Replacement of the MS common controls)

    How to compile OCX version? Is there a special instruction?
    I'm receiving the error while compilation: "Object doesn't support this property or method" pointing to:
    Code:
    Public Function GetDispID(ByVal This As Object, ByRef MethodName As String) As Long
    Dim IDispatch As OLEGuids.IDispatch, IID_NULL As OLEGuids.OLECLSID
    Set IDispatch = This
    IDispatch.GetIDsOfNames IID_NULL, StrPtr(MethodName), 1, 0, GetDispID
    End Function
    at "Writing OCX" stage.

    Hmm, well, same issue with Std-exe.
    Last edited by Dragokas; Oct 6th, 2023 at 09:53 AM.
    Malware analyst, VirusNet developer, HiJackThis+ author || my CodeBank works

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width