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
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
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
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
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
Aug 9, 2009 3:50 pm
I got it. Mapping WM_SIZE to myself callback function can handle this....
16122
Mojtaba Fathi
modjtabaf
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
Aug 10, 2009 1:15 am
I check out the implementation of CFrameWindowImpl<>. Your solution is much better....
16124
jj.cambefort
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
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
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
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
Aug 14, 2009 2:04 pm
... Scroll bars don't support custom draw... -- Jim Barry, Microsoft MVP...
16130
hawkgao
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
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
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...
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
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...
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
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
Aug 18, 2009 9:59 pm
... try following the steps outlined here: http://sinesquared.spaces.live.com/...
16138
Alain Rist
arnavpoch
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...
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
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
Aug 24, 2009 6:39 pm
See if this one helps: http://www.codeproject.com/KB/wtl/CBitmapHyperLink.aspx Regards, Igor. ________________________________ From: Slide...
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
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
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
Sep 1, 2009 2:08 pm
... 发件人: Jim Barry <j.barry@...> 主题: Re: [wtl] WM_CTLCOLORBTN message 收件人: wtl@yahoogroups.com 日期:...