What? You're still working on WTL? Must be bored ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of Nenad Stefanovic Sent: Friday, October...
Sorry about that - meant as a private message to tease an old buddy :-( ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of Mark Kramer ...
Talking of "witty" comments re: WTL... What is going on with WTL. There's been no formal release for several years now. Is the library no longer updated at a...
Hi Mike, There are no firm plans at this point, but the work is still going on. I will release a formal update. We do have plenty of changes there, so it is ...
Hi Nenad, ... Now thats interesting news. I wonder which changes that might be? I am still using the WTL to develop for the newest windows versions. The ...
A new version ? Cool. These are good news. WTL is the best library around, so easy to subclass a control with it. I don't want to use anything else....
Hi Phil, Thanks! Changes is maybe a wrong word - think of them as bug fixes, small improvements. And, of course, Alain's great new work for Ribbon support. ...
I'm sorry for the kick, but im facing the same problem. Does anyone have an idea where i could get atlstr.h? I got the Windows Server 2008 R2 SDK, there is an...
... atlmisc.h is part of the WTL 8 distribution. atlstr.h is shipped with the non-free versions of the MSVC compilers. The CString class in atlmisc.h is...
... VMware Workstation and VMware Player (you can search after the WTL string in the binaries :) [Non-text portions of this message have been removed]...
Evernote 4.0 Windows client (www.evernote.com) has been built using WTL. not sure if it qualifies as big, but WTL worked perfectly for us, as always... /Peter ...
hi, all. I migarate a vc 6.0 project to vc 2005. The project is a IE plug-in, using wtl 7.1, in vc 6.0 , after migarated to VS 2005, using wtl 8.1. After...
Hi Everyone, I have this problem for a long time and hope to find a solution for it. It is very cumbersome to describe, so please bear with me. I have...
Dennis, It sounds like you should be able to solve this by putting both "parts" into the same top-level window. What classes are you using for the two parts? I...
Hi Joe, Thanks for the suggestions! The number of dialogs involved is over 15. So converting each of them into a CWindow is out of question due to amount of...
Found this article:http://chabster.blogspot.com/2010/03/focus-and-window-activation-in-win32.html It seems I need to handle WM_ACTIVATE? i.e., on receving one...
Hi, I'm creating an application which has a breadcrumb which looks similar to explorer's. It starts with the control menu hidden. When the user presses "Alt"...
... In Explorer, it's not a real menu bar (the kind you manage with SetMenu). It's actually a toolbar with its buttons cleverly custom-drawn to look like menu...