Click here to Skip to main content
16,007,814 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: WTL Community Pin
Ramon Casellas13-Dec-02 2:54
Ramon Casellas13-Dec-02 2:54 
GeneralRe: WTL Community Pin
AlexO19-Dec-02 5:08
AlexO19-Dec-02 5:08 
GeneralUsing CComPtr<IHTMLDocument2Ptr>? (first time in ATL...) Pin
Joan M13-Dec-02 0:10
professionalJoan M13-Dec-02 0:10 
GeneralRe: Using CComPtr? (first time in ATL...) Pin
Paul M Watt13-Dec-02 5:20
mentorPaul M Watt13-Dec-02 5:20 
GeneralRe: Using CComPtr? (first time in ATL...) Pin
Joan M13-Dec-02 5:37
professionalJoan M13-Dec-02 5:37 
GeneralRe: Using CComPtr? (first time in ATL...) Pin
AlexO19-Dec-02 3:23
AlexO19-Dec-02 3:23 
GeneralRe: Using CComPtr? (first time in ATL...) Pin
Joan M19-Dec-02 3:44
professionalJoan M19-Dec-02 3:44 
Generallist of VARIANT Pin
bojinyu12-Dec-02 2:31
bojinyu12-Dec-02 2:31 
I want do built a list of VARIANT

#include <list> typedef std::list<variant> VARIANTLIST;
VARIANTLIST varList;

and I add a VARIANT into list varList;
VARIANT pp;
pp.vt=VT_I2;
pp.iVal=1;
varList.push_back(pp);

then length of vatList is increased 1, but the comment is not right.
What is the matter? Can you help me, Thanks.
GeneralRe: list of VARIANT Pin
Daniel Strigl12-Dec-02 2:49
Daniel Strigl12-Dec-02 2:49 
GeneralRe: list of VARIANT Pin
bojinyu12-Dec-02 3:22
bojinyu12-Dec-02 3:22 
GeneralRe: list of VARIANT Pin
Daniel Strigl12-Dec-02 4:30
Daniel Strigl12-Dec-02 4:30 
GeneralRe: list of VARIANT Pin
bojinyu12-Dec-02 18:07
bojinyu12-Dec-02 18:07 
GeneralRe: list of VARIANT Pin
bojinyu12-Dec-02 3:22
bojinyu12-Dec-02 3:22 
QuestionSTL Tree ? Pin
Nick Parker11-Dec-02 7:28
protectorNick Parker11-Dec-02 7:28 
AnswerRe: STL Tree ? Pin
Neville Franks11-Dec-02 9:25
Neville Franks11-Dec-02 9:25 
GeneralRe: STL Tree ? Pin
Nick Parker11-Dec-02 9:37
protectorNick Parker11-Dec-02 9:37 
GeneralRe: STL Tree ? Pin
Todd Smith12-Dec-02 11:36
Todd Smith12-Dec-02 11:36 
AnswerRe: STL Tree ? Pin
Paul M Watt13-Dec-02 5:26
mentorPaul M Watt13-Dec-02 5:26 
AnswerRe: STL Tree ? Pin
Jörgen Sigvardsson14-Dec-02 10:57
Jörgen Sigvardsson14-Dec-02 10:57 
QuestionHow do I raise events. Pin
acosmin11-Dec-02 3:15
acosmin11-Dec-02 3:15 
AnswerRe: How do I raise events. Pin
xi90412-Dec-02 2:07
xi90412-Dec-02 2:07 
GeneralSetSite Pin
suresh_sathya11-Dec-02 1:09
suresh_sathya11-Dec-02 1:09 
QuestionHow to use m_spClientSite Pin
hdi99kf@syd.kth.se6-Dec-02 2:42
hdi99kf@syd.kth.se6-Dec-02 2:42 
AnswerRe: How to use m_spClientSite Pin
geo_m6-Dec-02 5:25
geo_m6-Dec-02 5:25 
GeneralRe: How to use m_spClientSite Pin
Anonymous6-Dec-02 6:57
Anonymous6-Dec-02 6:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.