Any help, tips or suggestions will be most appreciated!
Thanks in advance,
Regards,
Varun
It's the key of PARAM Tags.
about ATL Example,
1. derive your class with IPersistPropertyBagImpl<YourClass>
2. Implement Load Method like below.
STDMETHOD(Load)( LPPROPERTYBAG pPropBag, LPERRORLOG pErrorLog )
{
CComVariant vtVar;
HRESULT hr;
vtVar.vt = VT_I4;
hr = pPropBag->Read( L"PARAMKEYSTRING", &vtVar, pErrorLog );
return S_OK;
}
It will satisfy your needs. ^^
--
======= .NETXpert ==========
url : http://www.dotnetxpert.com
eml : ke...@dotnetxpert.com
msn: kevi...@magicn.com
MCSD.NET
==========================
"Varun Singh" <va...@nospam.net> wrote in message
news:##eBWffiE...@tk2msftngp13.phx.gbl...
I'd appreciate pointers to documentation or sample code.
Thanks much, Russ
PS: The original message was posted to 3 news groups, and so I am
posting back to the same 3 groups to try to reach knowledgable people.
So if you have an answer for me, please post at least to
"microsoft.public.windows.inetexplorer.ie5.programming.activexcontrol",
which is the group I am subscribed to. Or you can email me - thanks.
add COM_INTERFACE_ENTRY for IPersistePropertyBag like this,
BEGIN_COM_MAP(CYourClass)
;
;
COM_INTERFACE_ENTRY( IPersistPropertyBag )
END_COM_MAP()
--
======= (c) .NETXpert ==========
url : http://www.dotnetxpert.com
eml : ke...@dotnetxpert.com
msn: kevi...@magicn.com
MCSD.NET
==============================
"Varun Singh" <va...@nospam.net> wrote in message
news:u1W$$B1jEH...@TK2MSFTNGP11.phx.gbl...
> Hi Jeong,
> Thanks for the reply! I'll definitely check it out.
>
> Best Regards,
> Varun
>
>
> "jeong, seong-tae" <kev...@hanmail.net.korea> wrote in message
> news:eXbOe1yj...@TK2MSFTNGP12.phx.gbl...
I also have ever had questions like you.
And, All of them was solved with this book, "Programming Microsoft Internet
Explorer 5, Scott Roberts ( Microsoft Press )"
; In addition,I recommend this samples
http://www.microsoft.com/downloads/details.aspx?FamilyID=af0a6060-6566-408f-9f11-ea2c80b8caa0&displaylang=en
you can get the variety of sample sources written with VC++ ATL, although
the most samples is not related to ActiveX Control for IE directly.
have a good day! ^^
--
======= (c) .NETXpert ==========
url : http://www.dotnetxpert.com
eml : ke...@dotnetxpert.com
msn: kevi...@magicn.com
MCSD.NET
==============================
"Russ" <rus...@eticomm.net> wrote in message
news:fevbj093lrvl6ovee...@4ax.com...