Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wtl · WTL support list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 16114 - 16146 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16114 domehead100 Send Email Aug 4, 2009
4:01 pm
I am creating a dialog in memory by deriving my dialog class from CIndirectDialogImpl. My dialog has a single child control, a CRichEditCtrl subclass. (This...
16115 Alain Rist
arnavpoch Send Email
Aug 4, 2009
9:03 pm
Hi Mike, For _ATL_VER < 0x800 (pre VC2008) WTL 8.0 incorrectly defines DLGITEMTEMPLATEEX::id as WORD instead of DWORD. Changing WORD to DWORD in atldlgs.h...
16116 domehead100 Send Email Aug 5, 2009
1:17 pm
... Thanks Alain! Note: I am using WTL8.0_7161_Final, and it is not fixed in that release. I think you meant to say it is fixed in 8.1? I was getting quite...
16117 gilad_no Send Email Aug 6, 2009
1:45 pm
... Hi Mike, From the main WTL web page: "It is always recommended to get the latest release via SVN" :) New releases are usually a result of newly implemented...
16120 hawkgao Send Email Aug 9, 2009
3:40 pm
Hello folks, In common, the view in a single document mainframe occupys all the client area.However, I need such view move down and draw something in the area...
16121 hawkgao Send Email Aug 9, 2009
3:50 pm
I got it. Mapping WM_SIZE to myself callback function can handle this....
16122 Mojtaba Fathi
modjtabaf Send Email
Aug 9, 2009
4:33 pm
Hi I think it is better to reimplement UpdateLayout function and customize it for your needs. Moji ... From: hawkgao <hawkgao@...> Subject: [wtl] Re: How...
16123 hawkgao Send Email Aug 10, 2009
1:15 am
I check out the implementation of CFrameWindowImpl<;>. Your solution is much better....
16124 jj.cambefort Send Email Aug 14, 2009
7:19 am
hello has someone a working sample of using CMyMemDlgTemplate to load a dailog resource from a DLL ? regards...
16126 hawkgao Send Email Aug 14, 2009
7:59 am
Hi, folks, I want flat scroll bar in my GUI. But, is there an example to use this class? I totally have no idea to use it. None inexamples shipped with WTL...
16127 Jim Barry
jim_barry.geo Send Email
Aug 14, 2009
10:41 am
... I wouldn't recommend it - flat scroll bars aren't supported as of comctl32.dll version 6. -- Jim Barry, Microsoft MVP...
16128 hawkgao Send Email Aug 14, 2009
1:16 pm
yes, I just got this from MSDN. Could you please tell me where to find the introduction about custom draw scroll bar. Thanks....
16129 Jim Barry
jim_barry.geo Send Email
Aug 14, 2009
2:04 pm
... Scroll bars don't support custom draw... -- Jim Barry, Microsoft MVP...
16130 hawkgao Send Email Aug 14, 2009
4:05 pm
I want the beautiful scrollbar like Office's. But it seems no easy way to impelment it. :(...
16131 domehead100 Send Email Aug 14, 2009
4:21 pm
... Definitely not easy to implement. Is it worth it? You might Google something like "windows c++ skinning scrollbar" or similar terms. Here's one such hit:...
16132 Alain Rist
arnavpoch Send Email
Aug 15, 2009
10:09 am
This one may also help : http://www.codeproject.com/KB/dialog/coolscroll.aspx cheers, AR ... From: domehead100 To: wtl@yahoogroups.com Sent: Friday, August 14,...
16133 maxonymail@...
maxonymail... Send Email
Aug 18, 2009
2:44 pm
... +1 Me too. Tried EVERYTHING. Updated the WTL 8.1 to the latest SVN Trunk Release (404) and still nothing. Not a peep. It just say "project creation...
16134 Alain Rist
arnavpoch Send Email
Aug 18, 2009
2:59 pm
What does the Win32 Smart Device Project Wizard? AR ... From: maxonymail@... To: wtl@yahoogroups.com Sent: Monday, August 17, 2009 9:29 PM Subject: [wtl]...
16135 maxonymail@...
maxonymail... Send Email
Aug 18, 2009
3:13 pm
... Win32SD works fine, and I could manually add-in the WTL, but ideally I would like to understand what's broken on my system :) -- Max...
16136 michalurbanczyk Send Email Aug 18, 2009
9:59 pm
... Perhaps this should help: http://blogs.msdn.com/vcblog/archive/2009/03/28/some-vs2005-and-vs2008-wizards-pop-up-script-error.aspx cheers, Michal Urbanczyk...
16137 gamesgeek2003 Send Email Aug 18, 2009
9:59 pm
... try following the steps outlined here: http://sinesquared.spaces.live.com/...
16138 Alain Rist
arnavpoch Send Email
Aug 18, 2009
10:39 pm
Hi, Download WTL 8.1 tarball from http://wtl.svn.sourceforge.net/viewvc/wtl/trunk.tar.gz?view=tar and unpack. Run one or both (if you have both) of...
16139 maxonymail@...
maxonymail... Send Email
Aug 19, 2009
12:49 pm
First, thanks to all for kind help. All the suggestions have already been applied, but to be sure I re-applied the patches: - latest WTL 8.1 from the trunk...
16140 Slide
slide_o_mix Send Email
Aug 24, 2009
2:45 pm
Is it possible to change the font and text color of a CHyperlink subclassed CStatic? I've tried using SetTextColor, etc, but I don't think I am doing it...
16141 Igor Vigdorchik
igorv007 Send Email
Aug 24, 2009
6:39 pm
See if this one helps: http://www.codeproject.com/KB/wtl/CBitmapHyperLink.aspx Regards, Igor. ________________________________ From: Slide...
16142 Konstantin Mironovich
const_at_ixbt Send Email
Aug 24, 2009
7:12 pm
BEGIN_DDX_MAP(CMyDlg) DDX_CONTROL(IDC_STATIC_URL, url) END_DDX_MAP() // ... CHyperLink url; url.m_clrLink = RGB(0,0,0); url.m_clrVisited = RGB(128,128,128); ...
16143 Slide
slide_o_mix Send Email
Aug 24, 2009
7:43 pm
Thanks to both of you. I had the order mixed up, I needed to set the color after calling SubclassWindow. Thanks! slide ... -- slide-o-blog ...
16144 carr 帅
shuaixh Send Email
Sep 1, 2009
12:01 pm
hello, everyone. I create a dialog project, then i put a radio button on it. after that, i put a BMP picture on the dialog's background. the radio button's...
16145 Jim Barry
jim_barry.geo Send Email
Sep 1, 2009
12:28 pm
Radio buttons actually send WM_CTLCOLORSTATIC, not WM_CTLCOLORBTN. -- Jim Barry, Microsoft MVP ... From: "carr 帅" <shuaixh@...> Sent: Tuesday,...
16146 carr 帅
shuaixh Send Email
Sep 1, 2009
2:08 pm
... 发件人: Jim Barry <j.barry@...> 主题: Re: [wtl] WM_CTLCOLORBTN message 收件人: wtl@yahoogroups.com 日期:...
Messages 16114 - 16146 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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