Click here to Skip to main content
15,915,172 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: How to have access to the members of a class Pin
Steve S15-Mar-04 0:32
Steve S15-Mar-04 0:32 
GeneralRe: How to have access to the members of a class Pin
Prakash Nadar15-Mar-04 0:52
Prakash Nadar15-Mar-04 0:52 
GeneralResize ATL control in IE Pin
benglish723-Mar-04 14:23
benglish723-Mar-04 14:23 
Generalclicking on IE Pin
Monty23-Mar-04 2:41
Monty23-Mar-04 2:41 
GeneralRe: clicking on IE Pin
Prakash Nadar4-Mar-04 6:21
Prakash Nadar4-Mar-04 6:21 
GeneralSolution Pin
Monty25-Mar-04 0:01
Monty25-Mar-04 0:01 
GeneralRe: Solution Pin
Prakash Nadar5-Mar-04 22:07
Prakash Nadar5-Mar-04 22:07 
GeneralCOmposite Control Pin
hongzter2-Mar-04 22:16
hongzter2-Mar-04 22:16 
i have an full control ImageControl.
i have a composite control imageDisplay.
i want to put imagecontrol into imagedisplay. that's fine.
but when i want to invoke a method in imageControl, i can't. not even to compile. i am using code i found in txts and websites:

CComPtr<iimagecontrol> pImg;
GetDlgControl(IDC_IMAGECONTROL, IID_IImageControl, reinterpret_cast<void**> (&pImg));

error: IImageControl unknown identifier.

must i import something? when i inserted the ImageControl, a h.file and cpp.file is added to the project. but neither defines the interface of imagecontrol.

must both source codes be in the same project to work?

help....
GeneralSysTreeView32 and WTL Pin
The Arabundi2-Mar-04 7:01
The Arabundi2-Mar-04 7:01 
GeneralRe: SysTreeView32 and WTL Pin
yarp2-Mar-04 7:16
yarp2-Mar-04 7:16 
GeneralRe: SysTreeView32 and WTL Pin
The Arabundi2-Mar-04 11:01
The Arabundi2-Mar-04 11:01 
GeneralHi,atltypes.h Pin
Martin Walker2-Mar-04 5:34
Martin Walker2-Mar-04 5:34 
GeneralRe: Hi,atltypes.h Pin
Steve S2-Mar-04 6:26
Steve S2-Mar-04 6:26 
GeneralRe: Hi,atltypes.h Pin
Martin Walker2-Mar-04 7:50
Martin Walker2-Mar-04 7:50 
Questionhow to overload operator [] Pin
skpanda1-Mar-04 1:12
skpanda1-Mar-04 1:12 
AnswerRe: how to overload operator [] Pin
Michael Dunn1-Mar-04 9:16
sitebuilderMichael Dunn1-Mar-04 9:16 
GeneralRe: how to overload operator [] Pin
skpanda1-Mar-04 19:01
skpanda1-Mar-04 19:01 
GeneralRe: how to overload operator [] Pin
Jonas Larsson2-Mar-04 2:10
Jonas Larsson2-Mar-04 2:10 
GeneralRe: how to overload operator [] Pin
Nemanja Trifunovic2-Mar-04 6:15
Nemanja Trifunovic2-Mar-04 6:15 
GeneralRe: how to overload operator [] Pin
Jonas Larsson2-Mar-04 7:23
Jonas Larsson2-Mar-04 7:23 
GeneralASP.NET web Application not releasing ATL Component Pin
Anuj Mishra29-Feb-04 18:32
Anuj Mishra29-Feb-04 18:32 
GeneralRe: ASP.NET web Application not releasing ATL Component Pin
ian mariano29-Feb-04 20:38
ian mariano29-Feb-04 20:38 
GeneralRe: About the number of item of WTL CTreeViewCtrl Pin
Tim Smith29-Feb-04 14:11
Tim Smith29-Feb-04 14:11 
GeneralRe: About the number of item of WTL CTreeViewCtrl Pin
freehawk1-Mar-04 22:09
freehawk1-Mar-04 22:09 
QuestionHello World in gcc? Pin
Theofilactos Botaniaths27-Feb-04 5:08
Theofilactos Botaniaths27-Feb-04 5:08 

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.