Hello Everyone! I have two questions regarding CTabCtrl: 1. I'm using the CTabCtrl derived class in my view window to dispaly different dialogs on each tab....
... You can set ID to your list even it isn't on dialog box. #define IDC_MY_LIST 321 // placed in one of my *.h files hWnd = m_myList.Create(m_hWnd, rList,...
... This should work all right, but you do need to chain messages to CDialogResize by adding a CHAIN_MSG_MAP entry to each dialog's message map. You will also...
Thanks John! But the file I posted seems to be visible everywhere now:) It's not supposed to be a complete file. I just posted it as an attachment because it...
... Thanks Jim! It works:) Like you suspected, I forgot to chain the messagemap to DialogResize. But it really flickers a lot, I'm not really sure how to ...
... May be you should call SetRedraw to eliminate or limit flickering: YourList.SetRedraw(FALSE); ... // operate on your list YourList.SetRedraw(TRUE); Greets ...
... Your WM_SIZE handler looks fine. By default, DlgResize_Init adds the WS_CLIPCHILDREN style to reduce flickering; this works with all the standard controls,...
... From: "Mateusz Łoskot" <mateusz@...> To: <wtl@yahoogroups.com> Sent: Monday, August 02, 2004 3:10 AM Subject: Re: [wtl] CListViewCtrl ... bHandled)...
Kirill Bezmaternikh
aid@...
Aug 2, 2004 7:05 am
9535
... Thanks for all your help:) The Dialogs resize and doesn't flicker as much as they did before. When the controls are set to Transparent they look a lot...
Hi, First, I use eMbedded Visual C++ 4.0 with WTL 7.1. I would like to use DDX to exchange unsigned int data between my class member unsigned int m_uMyNumber; ...
Hello everybody, I'm bringing Good news !!! Clipcode shares the WTL Guide. Below is a message from Eamon O'Tuathail from Clipcode. You can read what he wrote...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /Clipcode WTL...
wtl@yahoogroups.com
Aug 3, 2004 11:38 am
9541
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /Clipcode WTL...
wtl@yahoogroups.com
Aug 3, 2004 11:40 am
9542
Excellent. Mateusz, thank you very much for taking the initiative and making this available to the community. We can host it here for now, and upload it to...
... My pleasure. ... I understand the license problem but I'm not able to say anything worthy because I'm not a lawyer and my knowledge in this field is not...
Hi, ... Eamon sent me one more opinion about the license of book which also is obviouse from his first e-mail I forwarded on the group. "Mateusz, I notice at: ...
I have a simple non modal dialog application with .cpp files. This behavior is only in debug mode: When I sign my app to terminate in every manner (close...
According to Yahoo: Yahoo! Groups will periodically remove email addresses which have been bouncing for long periods of time. If Yahoo! Groups determines that...
Hmmm... in debug mode... Are you using assert() somewhere (not ASSERT())? If so, a failed assertion will abort() execution. /Johannn Gerell ... From: Javier...
Whoops! Sorry - I was looking at last weeks email. Still trying to catch up after vacation! ... From: John Burkhardt [mailto:john.burkhardt@...] Sent:...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /DockBar_demo.zip ...
wtl@yahoogroups.com
Aug 4, 2004 5:35 pm
9551
Thanks. You and Simon Hayden, from Microsoft ATL news group, gave me the key to find the source of bug (It reside in atlapp.h): When I close my app, the stack...
Hi, I am trying to use a Property Sheet as a splitter windows in my application. I made it modeless and I reduced the template to get rid of the buttons. I got...