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

ATL / WTL / STL

 
AnswerRe: No Windows messages in ATL 7 ??? Pin
Jörgen Sigvardsson2-May-04 6:33
Jörgen Sigvardsson2-May-04 6:33 
GeneralActiveX event delay Pin
Dimitris Vasiliadis21-Apr-04 2:57
Dimitris Vasiliadis21-Apr-04 2:57 
GeneralAlign size of ActiveX control Pin
El'Cachubrey20-Apr-04 22:50
El'Cachubrey20-Apr-04 22:50 
GeneralRe: Align size of ActiveX control Pin
Balkrishna Talele20-Apr-04 23:01
Balkrishna Talele20-Apr-04 23:01 
GeneralCoGetObject and Nagging Dialog Pin
Balkrishna Talele20-Apr-04 22:48
Balkrishna Talele20-Apr-04 22:48 
Generalcreating multiple activeX.. Pin
Abhi Lahare20-Apr-04 19:33
Abhi Lahare20-Apr-04 19:33 
GeneralRe: creating multiple activeX.. Pin
Balkrishna Talele20-Apr-04 22:54
Balkrishna Talele20-Apr-04 22:54 
GeneralRe: creating multiple activeX.. Pin
Abhi Lahare21-Apr-04 1:33
Abhi Lahare21-Apr-04 1:33 
Thanks Balkrishna,

One more question in relation to this,
Can you please tell me where i should create two child control, for time being i am creating it in OnDraw() of parent something like this


// hwndParent is the handle to Internet Explorer_Serversever Object

HRESULT OnDraw(ATL_DRAWINFO& di)
{
// other stuff
CAxWindow MyWindow(hwndParent);
hr = MyWindow.CreateControl('CLSID of 1st control',NULL,NULL);
hr = MyWindow.CreateControl('CLSID of 2nd control',NULL,NULL);
return S_OK
}
My 1st Control is a Composite control.
And 2nd control is again Full Control.

MyWindow.CreateControl for 2nd control returns me S_OK.

But now i cannot see the other Full control. Can you explain me why?

Again Thanks in Advance,
Abhishake



GeneralRe: creating multiple activeX.. Pin
Balkrishna Talele21-Apr-04 1:47
Balkrishna Talele21-Apr-04 1:47 
QuestionHow to use a WTL splitter window Pin
Roozbeh6920-Apr-04 10:16
professionalRoozbeh6920-Apr-04 10:16 
AnswerRe: How to use a WTL splitter window Pin
Senkwe Chanda20-Apr-04 22:20
Senkwe Chanda20-Apr-04 22:20 
GeneralActiveX properties in Visual Basic Pin
mikewithersone18-Apr-04 15:28
mikewithersone18-Apr-04 15:28 
GeneralRe: ActiveX properties in Visual Basic Pin
Mike Dimmick19-Apr-04 8:45
Mike Dimmick19-Apr-04 8:45 
GeneralRe: ActiveX properties in Visual Basic Pin
mikewithersone19-Apr-04 14:30
mikewithersone19-Apr-04 14:30 
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 
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 

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.