Hi, Can someone send me or give me a link of a simple atl composite control, generated by the application wizard that has some buttons, comboboxes... on it...
I having a problem with a CTabCtrl in a CSplitterWindow when I am using Common Controls 6.0.0.0. The area where the tabs are located is not being redrawn...
Is there any WTL News about next version ? Â These Days, microsoft focuses on C# stuffs, ignoring C++ tools. MFC is old-fashioned, and hard to use. Â why...
Hi Jochen, in stdafx.h #define _WIN32_WINNT 0x0600 instead of CTabCtrl use: // CMyTabCtrl: explicit handling of WM_ERASEBKGND when themed #include <atltheme.h>...
Now the latest version of WTL is 8.1. Comparing with 8.0, it is just bug fixing. In my opinion, MFC is still under developing. Vista's new UI features are...
Hi Philip, ... MFC is still moving forwards, but only after a long period of stagnation and with the assimilation of third party components for ribbon support....
Hi Alan, ... box". ... Sure. Things such as: - Balloon tips - Win2k/XP compatible task dialogs (we used a sample from CodeProject for that one) - Sorted...
I just wanted to follow up and report my findings. The problem is definitely not with wtl but has something to do with the new Open/Save dialogs in Vista and...
My 2c. I have been using WTL since 2000 and recently completed a large project using it but have now switched to using Qt for new C++ development as it is now...
My guess is it has something to with the Vista window renderer (http://msdn.microsoft.com/en-us/library/aa969540(VS.85).aspx). It is far more memory intensive....
Hi, I use WTL 8.1 and WinXP. When I resize the main window of my plain app-wizard generated Tab View type application the CTabCtrl flickers like crazy. Is...
Hi, i just tried wtl 8.1 with windows 7. When I resize my plain appwiz-generated app there are small (about 2x1 pixel) white artifacts (stripes) on the edge...
Hi Christoph, The bug is filed as #2815200 : Rebar does not draw correctly under Vista aero. ... cheers, AR ... From: luky0711 To: wtl@yahoogroups.com Sent:...
Hello, Maybe it's better to make it conditional? ... BTW, this doesn't seem to be in trunk yet. Why? ... -- Constantin Bryzgalin http://www.oneclicktools.com...
A quick fix is ONLY a quick fix ;-) ... From: Constantin Bryzgalin To: wtl@yahoogroups.com Sent: Tuesday, July 14, 2009 7:10 PM Subject: Re: [wtl] windows 7...
This bug was reported before. It is not a WTL problem, it is a bug in REBAR control in Windows. Because of that, we didn't change anything, hoping it will be...
Hi, i'm using wtl 8.1 and visual studio 2008. I've got the "WTL Mobile Application Wizard" template, but the issue is after creating new project, I got a...
Hello, I need your help in order to figure out why I am not able to create a button control at runetime within a client view area. The main classes are listed...
... BS_PUSHBUTTON is actually defined as zero. The problem is with the UpdateLayout override - it doesn't take the toolbars/statusbar into account, so the view...
Hello, ... If it've been there for such a long time it's most likely that UI team cannot fix it without breaking backwards compatibility with existing ...
I've subclassed a listview control and I'm trying to enable subitem editing so I've also subclassed an edit control and catching WM_WINDOWPOSCHANGING and...
Hi, In the same situation I'm creating the Edit control with the proper size from the beginning. So there's no need to subclass the 2 messages you mentionned. ...