Click here to Skip to main content
15,905,563 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralATL events Pin
Shah Shehpori19-Feb-03 0:58
sussShah Shehpori19-Feb-03 0:58 
GeneralRe: ATL events Pin
Steve S19-Feb-03 1:47
Steve S19-Feb-03 1:47 
GeneralRe: ATL events Pin
TigerNinja_19-Feb-03 3:02
TigerNinja_19-Feb-03 3:02 
QuestionConstant time insert algorithm of STL Deque? Pin
George218-Feb-03 14:45
George218-Feb-03 14:45 
AnswerRe: Constant time insert algorithm of STL Deque? Pin
Tim Smith19-Feb-03 2:21
Tim Smith19-Feb-03 2:21 
GeneralRe: Constant time insert algorithm of STL Deque? Pin
George219-Feb-03 2:31
George219-Feb-03 2:31 
GeneralWindowless ActiveX Control - VC++ Pin
Raphael Amorim17-Feb-03 8:16
professionalRaphael Amorim17-Feb-03 8:16 
GeneralRe: Windowless ActiveX Control - VC++ Pin
geo_m17-Feb-03 23:13
geo_m17-Feb-03 23:13 
Hi,

1. Look for BEGIN_PROP_MAP documentation. Sample of usage is then:
BEGIN_PROP_MAP(CMyClass)<br />
   ...<br />
   PROP_ENTRY("PropertyName",23, CLSID_NULL)<br />
END_PROP_MAP()

where 23 is a number equal to DispID of your property (simple the id(23) in your IDL in the property definition)

2. For deciding if you are in design mode or runtime mode, use function GetAmbientUserMode( BOOL& bMode ); returning TRUE for run mode and FALSE for design mode.

Hope this is what you meant and that it helps to you
GeneralRe: Windowless ActiveX Control - VC++ Pin
Raphael Amorim18-Feb-03 3:13
professionalRaphael Amorim18-Feb-03 3:13 
GeneralRe: Windowless ActiveX Control - VC++ Pin
geo_m18-Feb-03 3:25
geo_m18-Feb-03 3:25 
GeneralRe: Windowless ActiveX Control - VC++ Pin
Raphael Amorim18-Feb-03 5:04
professionalRaphael Amorim18-Feb-03 5:04 
GeneralQuestion about memory leak in STL vector. Pin
George217-Feb-03 1:32
George217-Feb-03 1:32 
GeneralRe: Question about memory leak in STL vector. Pin
Tim Smith17-Feb-03 2:03
Tim Smith17-Feb-03 2:03 
GeneralRe: Question about memory leak in STL vector. Pin
George217-Feb-03 2:27
George217-Feb-03 2:27 
GeneralRe: Question about memory leak in STL vector. Pin
Tim Smith17-Feb-03 4:37
Tim Smith17-Feb-03 4:37 
GeneralRe: Question about memory leak in STL vector. Pin
George217-Feb-03 15:31
George217-Feb-03 15:31 
GeneralRe: Question about memory leak in STL vector. Pin
Tim Smith18-Feb-03 2:11
Tim Smith18-Feb-03 2:11 
GeneralRe: Question about memory leak in STL vector. Pin
George218-Feb-03 14:44
George218-Feb-03 14:44 
GeneralDirect buffer access to STL string Pin
Neville Franks16-Feb-03 17:18
Neville Franks16-Feb-03 17:18 
GeneralRe: Direct buffer access to STL string Pin
markkuk17-Feb-03 1:52
markkuk17-Feb-03 1:52 
GeneralRe: Direct buffer access to STL string Pin
Neville Franks18-Feb-03 20:29
Neville Franks18-Feb-03 20:29 
QuestionIs it common for implementation in .h files? Pin
TigerNinja_16-Feb-03 15:16
TigerNinja_16-Feb-03 15:16 
AnswerRe: Is it common for implementation in .h files? Pin
Michael Dunn16-Feb-03 15:26
sitebuilderMichael Dunn16-Feb-03 15:26 
GeneralRe: Is it common for implementation in .h files? Pin
Tim Smith17-Feb-03 2:08
Tim Smith17-Feb-03 2:08 
GeneralInvalidCastException from remote object that use COM Pin
itay_k16-Feb-03 4:48
itay_k16-Feb-03 4:48 

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.