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 15755 - 15784 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15755
I still don't see the HWND argument in OnFinalMessage(). You must match the exact C++ signature to do the overload. bjarke ... The.......
Bjarke Viksøe
bviksoe
Offline Send Email
Jan 1, 2009
3:01 pm
15756
Hi, As usual WTL lacks of documentation for newbies like me ;-), and i found it quite hard to undersdtand the ReBar and ToolBar and CommandBar. Any how i...
amante1il
Offline Send Email
Jan 1, 2009
5:09 pm
15757
... I think it's worth mentioning the "override" keyword, supported since Visual C++ 2005. This extremely useful keyword specifies that a member must override...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 2, 2009
12:31 pm
15758
I am a starter of WTL. Do I have to know ATL well before learning WTL since it have many relationships with ATL? Where can I found the latest SDK? I have "WTL...
comphilip
comphilip@...
Send Email
Jan 5, 2009
8:49 pm
15759
A few things concern me looking at your code briefly. One question is: who is responsible for destroying the edit when editing is done? Is it the parent or...
Michael Stephenson
domehead100
Offline Send Email
Jan 5, 2009
8:50 pm
15760
And this is a good recommendation, a simple solution. ~Mike _____ From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of Dick Dievendorff Sent:...
Michael Stephenson
domehead100
Offline Send Email
Jan 5, 2009
8:51 pm
15761
Hi All, While using upDown Control how can i identify whether user is pressing up key or down key? I have registered NOTIFY handler for UDN_DELTAPOS message. I...
amit_31_08
Offline Send Email
Jan 6, 2009
7:51 am
15762
I am sorry i got the solution. iDelta is useful to identify. I missed topic in documentation....
amit_31_08
Offline Send Email
Jan 6, 2009
8:20 am
15763
... since it have many relationships with ATL? ... yes, you need to know some parts of ATL, at minimum those that deal with windows. the best way to learn WTL...
Nikos Bozinis
umeca74
Offline Send Email
Jan 6, 2009
9:14 am
15764
I agree, since there are few docs you have to code to learn. I don't think ATL should be an issue, I seldom give it a look. I also suggest Bjarke Viksoe's...
Yarp
yarp2002
Offline Send Email
Jan 6, 2009
10:23 pm
15765
Thank you for pointing the error. That corrected the problem....
arasakumaran
Offline Send Email
Jan 7, 2009
3:44 pm
15766
Thank you and I will use that keyword. VC2005 does however give a warning about non-standard extension. ... since Visual C++ 2005. This extremely useful...
arasakumaran
Offline Send Email
Jan 7, 2009
3:48 pm
15767
... Yes, I had sort of assumed that "override" would be part of C++0x, given how obviously useful it is, and how it has already been suggested as an extension...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 7, 2009
4:58 pm
15768
... WTL since it have many relationships with ATL? ... I can recommend the Chapter 10 "Windowing" from "ATL internals second edition working with ATL...
v_s_ha
Offline Send Email
Jan 7, 2009
9:49 pm
15769
here are lots of WTL starter materials.   1. 《WTL makes UI programming a joy》 2.  WTL source code, i think ,that's the best one. as long as you have a...
carr 帅
shuaixh
Offline Send Email
Jan 8, 2009
2:13 pm
15770
Thank you very much for your review and input. I really appreciate it and will use it. It is great to see all the help provided in this forum for those...
arasakumaran
Offline Send Email
Jan 8, 2009
9:56 pm
15771
in MFC, it's common to see code like this: //clsss CAEdit : public CEdit void CAEdit::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags) { //before, may change the...
xufeisjtu
Offline Send Email
Jan 13, 2009
2:02 am
15772
"xufeisjtu" <xufeisjtu@...> wrote in message news:gkgsmp+97hb@eGroups.com ... In case of CEdit specifically, or any class that doesn't derive from ...
Igor Tandetnik
itandetnik
Offline Send Email
Jan 13, 2009
2:31 am
15773
An important distinction between WTL and MFC is that in WTL window subclasses for controls are separated into "client classes" and "implementation classes". ...
domehead100
Offline Send Email
Jan 13, 2009
4:36 am
15774
... There is no need. You can use cracked handlers and call GetCurrentMessage to retrieve the original wParam and lParam values. -- Jim Barry, Microsoft MVP...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 13, 2009
12:38 pm
15775
... a ... GetCurrentMessage to retrieve the original wParam and lParam values. ... Good point ;), and thanks for all of the helpful info like this that you...
domehead100
Offline Send Email
Jan 13, 2009
1:11 pm
15776
... Thanks Mike. Nice summary of ATL/WTL message handling, by the way. -- Jim Barry, Microsoft MVP...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 13, 2009
8:39 pm
15777
Hi folks just get info on MSFT release of ribbon UI API http://msdn.microsoft.com/en-us/library/dd371191(VS.85).aspx AFAIR, there were some discussions on WTL...
Konstantin Mironovich
const_at_ixbt
Offline Send Email
Jan 14, 2009
9:29 pm
15778
I have a number of messages that I need to send to my CMainFrame, which is the "main" application window. In MFC you could find this with AfxGetMainWnd() or...
Dick Dievendorff
g0mfo
Offline Send Email
Jan 15, 2009
2:29 am
15779
We had some ribbon work in progress, but no defined plans for now. Since WTL is an open source project, we do welcome people who would like to contribute work...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jan 15, 2009
2:53 am
15780
Hi Dick, GetTopLevelParent( ).SendMessage(WM_XXX, wParam, lParam); cheers, AR ... From: Dick Dievendorff To: wtl@yahoogroups.com Sent: Thursday, January 15,...
Alain Rist
arnavpoch
Offline Send Email
Jan 15, 2009
2:58 am
15781
Hi Dick, I was going to also suggest what Alain said; however, having struggled with this same dilemma myself, despite having been taught that global variable...
domehead100
Offline Send Email
Jan 15, 2009
1:58 pm
15782
... great ... Thanks Jim. One funny thing is that I think the question of calling DefWindowProc before or after my own message processing was one of the first...
domehead100
Offline Send Email
Jan 15, 2009
2:01 pm
15783
Thank you for all your replies. This group is the right place to find answers about wtl....
xufeisjtu
Offline Send Email
Jan 16, 2009
2:00 am
15784
Thanks, Mike. Since my hierarchy isn't deep I'm going with the GetTopLevelParent() approach. I do have some mixin classes that are used by classes that aren't...
Dick Dievendorff
g0mfo
Offline Send Email
Jan 16, 2009
10:46 pm
Messages 15755 - 15784 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