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

ATL / WTL / STL

 
GeneralRe: ActiveX properties in Visual Basic Pin
Mike Dimmick20-Apr-04 8:24
Mike Dimmick20-Apr-04 8:24 
GeneralRe: ActiveX properties in Visual Basic Pin
mikewithersone20-Apr-04 9:26
mikewithersone20-Apr-04 9:26 
QuestionHow to get key-down message in a WTL combobox? Pin
freehawk15-Apr-04 23:58
freehawk15-Apr-04 23:58 
AnswerRe: How to get key-down message in a WTL combobox? Pin
Jörgen Sigvardsson17-Apr-04 6:16
Jörgen Sigvardsson17-Apr-04 6:16 
AnswerRe: How to get key-down message in a WTL combobox? Pin
Nebojsa Mihajlovic4-May-04 22:52
Nebojsa Mihajlovic4-May-04 22:52 
GeneralRe: How to get key-down message in a WTL combobox? Pin
kameasha14-Feb-19 11:52
kameasha14-Feb-19 11:52 
GeneralActiveX Properties Pin
mikewithersone14-Apr-04 12:09
mikewithersone14-Apr-04 12:09 
GeneralRe: ActiveX Properties Pin
Mike Dimmick15-Apr-04 1:41
Mike Dimmick15-Apr-04 1:41 
COM interfaces can have parameters of type LPCTSTR, but parameters of this type are not compatible with Automation, and cannot be supplied using IDispatch. Also, for COM, you should explicitly use either LPSTR or LPWSTR, rather than LPTSTR, so that you don't get problems when an application is compiled for UNICODE and the library for ANSI or vice-versa.

If you need to pass a string to an ActiveX control, use a BSTR (variant type VT_BSTR).

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: ActiveX Properties Pin
mikewithersone15-Apr-04 2:47
mikewithersone15-Apr-04 2:47 
GeneralRe: ActiveX Properties Pin
Mike Dimmick15-Apr-04 4:11
Mike Dimmick15-Apr-04 4:11 
GeneralRe: ActiveX Properties Pin
mikewithersone15-Apr-04 12:48
mikewithersone15-Apr-04 12:48 
GeneralStop activeX controls tiling when resize Pin
mikewithersone13-Apr-04 13:41
mikewithersone13-Apr-04 13:41 
GeneralAtl Local Variable Release Mode Problem Pin
nlecren13-Apr-04 9:58
nlecren13-Apr-04 9:58 
GeneralRe: Atl Local Variable Release Mode Problem Pin
Paul Ranson13-Apr-04 11:48
Paul Ranson13-Apr-04 11:48 
GeneralRe: Atl Local Variable Release Mode Problem Pin
nlecren13-Apr-04 17:59
nlecren13-Apr-04 17:59 
GeneralRe: Atl Local Variable Release Mode Problem Pin
Paul Ranson14-Apr-04 4:04
Paul Ranson14-Apr-04 4:04 
GeneralRe: Atl Local Variable Release Mode Problem Pin
nlecren14-Apr-04 13:53
nlecren14-Apr-04 13:53 
GeneralURL ISSUE in ATL Pin
Balkrishna Talele11-Apr-04 21:19
Balkrishna Talele11-Apr-04 21:19 
QuestionHow to know the message Clicking the box of combo box? Pin
freehawk9-Apr-04 22:37
freehawk9-Apr-04 22:37 
AnswerRe: How to know the message Clicking the box of combo box? Pin
Milton Karimbekallil12-Apr-04 0:33
Milton Karimbekallil12-Apr-04 0:33 
GeneralInprocess object handler for Ms-Office Pin
anshumanshinde8-Apr-04 1:02
anshumanshinde8-Apr-04 1:02 
QuestionATL bug with CComPtr and VS2003 ? Pin
Ray Gregory6-Apr-04 7:41
Ray Gregory6-Apr-04 7:41 
AnswerRe: ATL bug with CComPtr and VS2003 ? Pin
Mike Dimmick8-Apr-04 2:00
Mike Dimmick8-Apr-04 2:00 
GeneralRe: ATL bug with CComPtr and VS2003 ? Pin
Ray Gregory8-Apr-04 4:55
Ray Gregory8-Apr-04 4:55 
GeneralRe: ATL bug with CComPtr and VS2003 ? Pin
Ray Gregory8-Apr-04 9:27
Ray Gregory8-Apr-04 9:27 

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.