CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: advance512

Search: Search took 0.02 seconds.

  1. Re: ActiveX and IObjectSafetySiteLock,IObjectWithSite

    and additions to your Ctrl.cpp file:



    // Trusted sites, to allow this control to run on
    const IObjectSafetySiteLock::SiteList CYourCtrl::XObjSafe::rgslTrustedSites[6] =
    {
    {...
  2. Re: ActiveX and IObjectSafetySiteLock,IObjectWithSite

    Hi,

    Since I found dingo_kasper's help very, very useful - but it didn't detail the complete necessary steps, I decided to add my little guide.

    So, what you need is the following:

    Modified...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured