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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14659 - 14688 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14659
... Alain, Yes, I understand that. ... Yes, I have IE7 installed I've not tried this article. Finally, I installed the SP1 for VS2005 and now everything runs. ...
Mateusz Loskot
mateuszloskot
Offline Send Email
May 2, 2007
7:49 am
14660
i wanna let my top-level window inital to be WS_MAXIMIZE.so i code this: typedef CWinTraitsOR< WS_MAXIMIZE, 0, CFrameWinTraits> CTestingGUIMainFrameWinTraits; ...
duyuor
Offline Send Email
May 8, 2007
12:25 pm
14661
... [...] ... Windows has an "interesting" feature whereby it ignores the show state parameter the first time a process calls ShowWindow. This is basically a...
Jim Barry
jim_barry.geo
Offline Send Email
May 8, 2007
12:51 pm
14662
CCommandBarCtrlImpl::_AddVistaBitmapFromImageList(int nIndex) contains the following code at the top of the method: // Delete existing bitmap ...
s_i_d_6_5_8_1
Offline Send Email
May 9, 2007
12:34 pm
14663
I want to avoid including resource.h file in dialog headers. If I replace: enum { IDD = IDD_MYDIALOG } with: (dialog header file) static const long IDD; ...
Michelangelo Partipilo
mike2001ve
Offline Send Email
May 9, 2007
4:08 pm
14664
Hello! If I do a CBitmap::LoadBitmap(), why is there an assert() for the handle being non-null, rather than just performing a DeleteObject() if it is non-null?...
toddmarshall2002
toddmarshall...
Offline Send Email
May 9, 2007
10:45 pm
14665
it's so tricky. thank u Jim :)...
duyuor
Offline Send Email
May 10, 2007
12:01 am
14666
Indeed, it looks like a copy and paste error. It will be fixed. Cheers, Nenad ________________________________ From: wtl@yahoogroups.com...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
May 11, 2007
4:21 am
14667
I'm only slightly familiar with the MFC tooltip control and WTL is a pretty new beast to me. I've spent the better part of a day looking for a working...
Thomas Hruska
shininglightpro
Offline Send Email
May 12, 2007
3:03 am
14668
Hi Thomas, Check http://www.codeproject.com/wtl/CToolTipDialog.asp. An updated atlTT.h file is here: http://tech.groups.yahoo.com/group/wtl/files/atlTT.h with...
Alain Rist
arnavpoch
Offline Send Email
May 12, 2007
6:31 am
14669
What is the easiest way to explictely position a tooltip and anchor it there even if the mouse moves? The few things I've tried have flickered back and forth...
Matt Murdock
mattdmurdock
Offline Send Email
May 14, 2007
2:58 pm
14670
hello everyone: i'm new to python(havn't learned it)but familiar with WTL. i heard that ,python could mix with C/C++, and can save lots of time in coding. so...
shuaixh
Offline Send Email
May 17, 2007
8:59 am
14671
... Hi, http://www.swig.org/ The SWIG website seems dedicated to provide binding between various scripting languages and C++ ...
Bjarke Viksøe
bviksoe
Offline Send Email
May 17, 2007
8:00 pm
14672
... Hi, To have absolute control of the tooltip position you may want to look into the tooltip constant TTF_ABSOLUTE. It will probably require that you...
Bjarke Viksøe
bviksoe
Offline Send Email
May 17, 2007
8:07 pm
14673
... anchor it ... thinks it ... look ... that ... Thank you. I'll check it out. Matt...
Matt Murdock
mattdmurdock
Offline Send Email
May 18, 2007
12:07 pm
14674
Regarding the posting of links: the Links area for the group is intended as a resource for WTL development. However, recognizing that there are certain other...
johndiiix
Online Now Send Email
May 21, 2007
4:23 pm
14675
hello, I'm looking for a sample using CHtmlView with WTL. I've searched on the web and the lists with no results. Have somebody a WTL sample of using CHtmlView...
jj cambefort
jj.cambefort
Offline Send Email
May 22, 2007
6:57 am
14676
jj cambefort <jj.cambefort@...> дµÀ£º hello, I'm looking for a sample using CHtmlView with WTL. I've searched on the web and the lists...
carr 
shuaixh
Offline Send Email
May 23, 2007
1:39 am
14677
I want to extend WTL's toolbar control to add some functionality to it that is missing (combobox, editbox, etc). I'm thinking the code below is the right...
Peter Carlson
strcarl813
Offline Send Email
May 25, 2007
12:26 am
14678
... Peter, The CToolBarCtrl is not a base class, as the error message says. The base type of your wtlToolbarEx is type *instantiated* from the CWindowImpl...
Mateusz Loskot
mateuszloskot
Offline Send Email
May 25, 2007
12:39 am
14679
hello thanks for your answer. I'm afraid I did'nt explain things so much ! I'm looking for sample using CHtmlView with WTL for Windows XP. HtmlView exists for...
jj.cambefort
Offline Send Email
May 25, 2007
2:40 pm
14680
I'm writing a list view control in report mode that has custom colors for each row. I would like the background of each row to extend behind the icon....
John Burkhardt
jbx1138
Offline Send Email
May 25, 2007
3:01 pm
14681
By the way, just a note: when copying that code excerpt, I forgot to copy the line that restores the dc after doing the painting. [Non-text portions of this...
Michael Stephenson
domehead100
Offline Send Email
May 25, 2007
4:24 pm
14682
Hi John, What I have done in the past is: in OnItemPostPaint fill the rect where the icon goes with the correct backcolor, then redraw the icon on top of it. ...
Michael Stephenson
domehead100
Offline Send Email
May 25, 2007
4:51 pm
14683
The toolbar in the alpha sample is 32bits. I am trying to figure out how to expand that toolbar. When I open it in photoshop, and expend the canvas,...
Peter Carlson
strcarl813
Offline Send Email
May 25, 2007
6:58 pm
14684
For an MFC application, a .rc file is automatically generated. How can we add this file for WTL applications? Thanks....
avewtl
Offline Send Email
May 26, 2007
3:28 am
14685
"avewtl" <avewtl@...> wrote in message news:f389f2+u7qf@eGroups.com ... Create MyFile.rc2 (choose the name to taste) in any text editor. Then, in...
Igor Tandetnik
itandetnik
Offline Send Email
May 26, 2007
3:43 am
14686
Thanks a lot! ... Then, ... Resource ... to...
avewtl
Offline Send Email
May 26, 2007
4:10 am
14687
Hi all, I quite newbie on this subject, and as far as i know on PPC gdi+ functionalities are not available. I've seen this sample ...
roberto.grossi80
roberto.gros...
Offline Send Email
May 27, 2007
4:04 am
14688
... Yes, this is correct. The Windows CE platform offers only a subset of GDI functions, and *none* features of extended graphics library - GDI+. ... One of...
Mateusz Loskot
mateuszloskot
Offline Send Email
May 27, 2007
4:35 am
Messages 14659 - 14688 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