Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16074 - 16103 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16074
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...
luc.roels
Offline Send Email
Jul 1, 2009
8:24 am
16075
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...
jochen.stier
Offline Send Email
Jul 5, 2009
1:42 am
16076
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...
carr 帅
shuaixh
Offline Send Email
Jul 5, 2009
2:42 pm
16077
Hi Jochen, in stdafx.h #define _WIN32_WINNT 0x0600 instead of CTabCtrl use: // CMyTabCtrl: explicit handling of WM_ERASEBKGND when themed #include <atltheme.h>...
Alain Rist
arnavpoch
Offline Send Email
Jul 5, 2009
3:25 pm
16078
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...
Philip Chan
comphilip
Offline Send Email
Jul 6, 2009
12:59 am
16079
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....
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Jul 6, 2009
8:22 am
16080
Hi Anna, ... Can you detail these gaps a little more? cheers, AR [Non-text portions of this message have been removed]...
Alain Rist
arnavpoch
Offline Send Email
Jul 6, 2009
8:47 am
16081
Hi Alan, ... box". ... Sure. Things such as: - Balloon tips - Win2k/XP compatible task dialogs (we used a sample from CodeProject for that one) - Sorted...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Jul 6, 2009
9:40 am
16082
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...
jochen.stier
Offline Send Email
Jul 8, 2009
4:02 am
16083
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...
robert679078
Offline Send Email
Jul 9, 2009
6:29 am
16084
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....
Mark Grandau
mgrandau
Offline Send Email
Jul 10, 2009
12:57 pm
16085
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...
luky0711
Offline Send Email
Jul 10, 2009
12:57 pm
16086
Use the wtl double buffering or handle the WM_ERASEBKGND return(1)....
Mark Grandau
mgrandau
Offline Send Email
Jul 11, 2009
6:23 am
16087
Thank you so much!! I didn't know that!!...
veryggungs
Offline Send Email
Jul 11, 2009
2:24 pm
16088
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...
luky0711
Offline Send Email
Jul 13, 2009
2:51 pm
16089
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:...
Alain Rist
arnavpoch
Offline Send Email
Jul 13, 2009
8:36 pm
16090
Thanks a lot. That helped....
luky0711
Offline Send Email
Jul 14, 2009
8:01 am
16091
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...
Constantin Bryzgalin
costyan
Offline Send Email
Jul 14, 2009
5:11 pm
16092
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...
Alain Rist
arnavpoch
Offline Send Email
Jul 14, 2009
6:02 pm
16093
Hello, Ah, so the only fixes in the trunk are SLOW fixes? :) ... -- Constantin Bryzgalin http://www.oneclicktools.com...
Constantin Bryzgalin
costyan
Offline Send Email
Jul 15, 2009
8:12 am
16094
Lurking in this newsgroup always reveals hidden gems... I have yet to implement "RunTimeHelper" thanks for the tip! Cheers, Joel _____ From:...
joel
watsonjoel1
Offline Send Email
Jul 15, 2009
12:55 pm
16095
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...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jul 15, 2009
1:29 pm
16096
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...
hlaingmin7
Offline Send Email
Jul 16, 2009
1:22 pm
16097
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...
Florin
florinl_ro
Online Now Send Email
Jul 16, 2009
1:22 pm
16098
What if you add a BS_PUSHBUTTON style to the dwStyle parameter? ~Mike...
domehead100
Offline Send Email
Jul 16, 2009
2:15 pm
16099
... 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...
Jim Barry
jim_barry.geo
Offline Send Email
Jul 16, 2009
2:55 pm
16100
That was the problem. Thank you very much. Florin...
Florin
florinl_ro
Online Now Send Email
Jul 16, 2009
7:20 pm
16101
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 ...
Constantin Bryzgalin
costyan
Offline Send Email
Jul 19, 2009
5:51 am
16102
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...
wdillman
Offline Send Email
Jul 28, 2009
7:44 pm
16103
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. ...
Yarp
yarp2002
Offline Send Email
Jul 28, 2009
10:39 pm
Messages 16074 - 16103 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help