Click here to Skip to main content
15,911,711 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: ATL / C++ Event handing Problem Pin
Stuart Dootson4-Sep-08 22:32
professionalStuart Dootson4-Sep-08 22:32 
GeneralRe: ATL / C++ Event handing Problem Pin
kalukaley5-Sep-08 13:55
kalukaley5-Sep-08 13:55 
GeneralRe: ATL / C++ Event handing Problem Pin
Stuart Dootson5-Sep-08 18:27
professionalStuart Dootson5-Sep-08 18:27 
GeneralRe: ATL / C++ Event handing Problem Pin
kalukaley8-Sep-08 19:29
kalukaley8-Sep-08 19:29 
QuestionCSplitterWindow flicker when resizing Pin
Nathan Going3-Sep-08 2:44
Nathan Going3-Sep-08 2:44 
QuestionRe: CSplitterWindow flicker when resizing Pin
led mike3-Sep-08 6:08
led mike3-Sep-08 6:08 
QuestionRe: CSplitterWindow flicker when resizing Pin
Nathan Going3-Sep-08 7:33
Nathan Going3-Sep-08 7:33 
AnswerRe: CSplitterWindow flicker when resizing Pin
Alain Rist5-Sep-08 21:57
Alain Rist5-Sep-08 21:57 
Hi Nathan,
Replace DECLARE_WND_CLASS(xx) in your frame and intermediate windows by DECLARE_WND_CLASS_EX(xx, 0, -1);

BTW your layout is much too complicated. Just paint what you want in your frame window and override the default CFrameWindowImplBase::UpdateLayout() to compute the position of your client window.

cheers,
AR
QuestionATL Composite Activex Pin
Member 17186003-Sep-08 0:18
Member 17186003-Sep-08 0:18 
QuestionATL/WTL and Web Services Pin
nazovi1-Sep-08 22:54
nazovi1-Sep-08 22:54 
AnswerRe: ATL/WTL and Web Services Pin
Stuart Dootson2-Sep-08 6:57
professionalStuart Dootson2-Sep-08 6:57 
GeneralRe: ATL/WTL and Web Services Pin
nazovi2-Sep-08 8:31
nazovi2-Sep-08 8:31 
AnswerRe: ATL/WTL and Web Services Pin
led mike2-Sep-08 7:55
led mike2-Sep-08 7:55 
GeneralRe: ATL/WTL and Web Services Pin
nazovi2-Sep-08 8:31
nazovi2-Sep-08 8:31 
GeneralRe: ATL/WTL and Web Services Pin
Stuart Dootson2-Sep-08 22:44
professionalStuart Dootson2-Sep-08 22:44 
Questionifstream question Pin
followait30-Aug-08 16:51
followait30-Aug-08 16:51 
AnswerRe: ifstream question Pin
Stuart Dootson31-Aug-08 3:43
professionalStuart Dootson31-Aug-08 3:43 
GeneralRe: ifstream question Pin
followait31-Aug-08 17:55
followait31-Aug-08 17:55 
GeneralRe: ifstream question Pin
Stuart Dootson31-Aug-08 20:19
professionalStuart Dootson31-Aug-08 20:19 
GeneralRe: ifstream question Pin
Stuart Dootson31-Aug-08 21:00
professionalStuart Dootson31-Aug-08 21:00 
QuestionDo not Open Dialog on IE7 MultipleTab Pin
preeti sharma26-Aug-08 21:23
preeti sharma26-Aug-08 21:23 
AnswerRe: Do not Open Dialog on IE7 MultipleTab Pin
Michael Dunn29-Aug-08 13:41
sitebuilderMichael Dunn29-Aug-08 13:41 
QuestionCapturing IE events with using RBDESKBAND Pin
skumar120921-Aug-08 19:45
skumar120921-Aug-08 19:45 
Questionunique problem Pin
s196675m10-Aug-08 8:10
s196675m10-Aug-08 8:10 
AnswerRe: unique problem Pin
s196675m12-Aug-08 18:34
s196675m12-Aug-08 18:34 

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.