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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 15699 - 15728 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15699
Hi, all, Even all articles i get from google talk about custom draw control create new control base on a already existed control, like CListViewCtrl. I want to...
hawkgao
Offline Send Email
Dec 1, 2008
11:59 pm
15700
... Derive from CWindowImpl the same way you would derive from an existing control. Handle all the necessary messages, most importantly WM_PAINT. -- With best...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 2, 2008
12:21 am
15701
There is no book about this. The several examples shipped with WTL cannot cover the usage of all classes. The only site we can get the relative new material is...
hawkgao
Offline Send Email
Dec 2, 2008
8:00 am
15702
mystery solved, I needed to change CPageSetupDialogImpl constructor a bit m_psd.lpfnPagePaintHook=(LPPAGEPAINTHOOK)(m_thunkPaint.thunk.pThunk); ...
Nikos Bozinis
umeca74
Offline Send Email
Dec 2, 2008
12:22 pm
15703
Hi, I'm hosting a browser control with CAxWindow. It's a window with WS_OVERLAPPEDWINDOW style. I needed to trap the javascript window.resizeBy call and resize...
He Shiming
billholtsh
Offline Send Email
Dec 5, 2008
1:08 pm
15704
"He Shiming" <heshiming@...> wrote in message news:ghb950+dr6j@eGroups.com ... And that's your mistake. Your QueryInterface should support queries for ...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 5, 2008
1:37 pm
15705
... for ... Wow, thank you very much for the quick reply. It worked after I provided the QueryInterface implementation. Best regards, He Shiming...
He Shiming
billholtsh
Offline Send Email
Dec 5, 2008
1:59 pm
15706
hello:   i write a com dll in-proc server in raw C++ code.  in the project, i write a idl file for type info , after compiling the file , i get a *.tlb...
carr 帅
shuaixh
Offline Send Email
Dec 10, 2008
11:29 pm
15707
... It's attached as a resource. In your .rc file, put something like 1 TYPELIB projectname.tlb ... Remove the line that looks like the above from the .rc...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 10, 2008
11:45 pm
15708
Hi all, I am facing problem while adding ON_PAINT message handler in property page of property sheet wizard. Property page is not been painted properly. Bottom...
amit_31_08
Offline Send Email
Dec 11, 2008
12:46 pm
15709
Hello, ... If painting a chart is the only reason you handle WM_PAINT then I'm pretty sure you're doing it not the best way. If I were you, I'd drop a...
Constantin Bryzgalin
costyan
Offline Send Email
Dec 11, 2008
1:15 pm
15710
Hello, I want to catch WM_KEYDOWN message in property page of property sheet wizard. I have declared MESSAGE_HANDLER(WM_KEYDOWN,OnKeyDown) in the same class to...
amit_31_08
Offline Send Email
Dec 12, 2008
10:52 am
15711
"amit_31_08" <amit_31_08@...> wrote in message news:ghtfpb+ek6m@eGroups.com ... Keyboard messages go to the window having focus. In your case, that's ...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 12, 2008
12:50 pm
15712
Well i am trying to catch WM_KEYDOWN event which comes when left arrow key is pressed. I am calling SetFocus() function in OnInitDialog() routine. I want to...
amit_31_08
Offline Send Email
Dec 12, 2008
1:12 pm
15713
"amit_31_08" <amit_31_08@...> wrote in message news:ghtnvc+pg71@eGroups.com ... I'm not sure I understand. A slider control already handles arrow keys ...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 12, 2008
1:41 pm
15714
I said custom drawn slider control not a standard one. I have drawn slider in picture box control where it moves and select particular sample. Using mouse...
amit_31_08
Offline Send Email
Dec 12, 2008
1:48 pm
15715
... Be aware that a standard slider control (referred to in MS documentation as Trackbar control) can be custom-drawn, by handling NM_CUSTOMDRAW notification....
Igor Tandetnik
itandetnik
Offline Send Email
Dec 12, 2008
11:50 pm
15716
why CSplitterImpl ? CSplitterImpl is a seperated class, from which CSplitterWindowImpl is derived. I guess CSplitterImpl is seperated into one class is to make...
xufeisjtu
Offline Send Email
Dec 13, 2008
5:50 am
15717
FORWARD_NOTIFICATIONS is used widely in WTL, which seems to be the default behavior. But in MFC, REFLECT is the default behavior, which seems to be more ...
xufeisjtu
Offline Send Email
Dec 13, 2008
11:21 am
15718
... 发件人: xufeisjtu <xufeisjtu@...> 主题: [wtl] why FORWARD_NOTIFICATIONS, not REFLECT_NOTIFICATIONS? 收件人: wtl@yahoogroups.com 日期:...
carr 帅
shuaixh
Offline Send Email
Dec 13, 2008
1:29 pm
15719
... Most classes in WTL (and the ATL library) are designed to use as little overhead as possible. Reflecting messages back to controls that do not process them...
Bjarke Viksøe
bviksoe
Offline Send Email
Dec 13, 2008
3:08 pm
15720
Thanks for your reply. Basic question remains as it is i.e. how should i receive WM_KEYDOWN message in property page of property sheet wizard. Any sample which...
amit_31_08
Offline Send Email
Dec 15, 2008
5:33 am
15721
hello:    i want to use the printer in WTL, to ___________________________________________________________ ...
carr 帅
shuaixh
Offline Send Email
Dec 15, 2008
6:20 am
15722
hello:    i want to use the printer in WTL, ___________________________________________________________ 好玩贺卡等你发,邮箱贺卡全新上线! ...
carr 帅
shuaixh
Offline Send Email
Dec 15, 2008
6:20 am
15723
hello, i want to use the printer in WTL to print lines of datas from a listview.   i don't know how to do that.  is there any code examples out there about...
carr 帅
shuaixh
Offline Send Email
Dec 15, 2008
6:23 am
15724
hi ,   when i custom draw listview's single cell, there's no "OnSubItemPostPaint" overd function, so i add the following to the WTL source code. and it works...
carr 帅
shuaixh
Offline Send Email
Dec 15, 2008
12:34 pm
15725
... no "OnSubItemPostPaint" overd function, so i add the following to the WTL source code. and it works well. ... LPNMCUSTOMDRAW /*lpNMCustomDraw*/) ... You...
He Shiming
billholtsh
Offline Send Email
Dec 15, 2008
12:44 pm
15726
"amit_31_08" <amit_31_08@...> wrote in message news:gi4q6r+l9dp@eGroups.com ... Which part of "you would need to install a keyboard hook - see ...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 15, 2008
12:44 pm
15727
sure, the events have to be explicitely called. There's a good example on CP of a custom drawn LV (not WTL but pretty similar): ...
Yarp
yarp2002
Offline Send Email
Dec 15, 2008
7:26 pm
15728
Hi amit, The typical WTL way to get messages in a parent window that were sent to a child is to subclass the child window by creating a member variable for the...
Michael Stephenson
domehead100
Offline Send Email
Dec 15, 2008
7:49 pm
Messages 15699 - 15728 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