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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 13516 - 13545 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13516
Thankyou Nenad. This is working good for WM_MOUSEMOVE and WM_?BUTTONDOWN, but for WM_MOUSEWHEEL I still have to catch it in the application window. Also I can...
davidjdbell
Offline Send Email
Apr 2, 2006
3:15 am
13517
Hi David, Mouse wheel messages go to the control that has the focus - maybe your static control doesn't have the focus? STN_CLICKED notification comes with...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Apr 2, 2006
10:00 am
13518
Hi alls, I try to use WTL in a static lib. My project uses this lib and complies witout any errors, but my dialog from static lib can't be created. Any ideas?...
vassilux
Offline Send Email
Apr 2, 2006
4:19 pm
13519
"vassilux" <v.gontcharov@...> wrote in message news:e0oth7+kbl8@eGroups.com ... A static lib cannot contain resources. In particular, it cannot contain ...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 2, 2006
4:28 pm
13520
So close, the mouse wheel is working now. But I find COMMAND_CODE_HANDLER(STN_CLICKED, STNClicked) is only caught in the parent window (which I think makes...
davidjdbell
Offline Send Email
Apr 2, 2006
8:30 pm
13521
What you can do is add a resource include that contains the template from ycur static lib. You'll have to distribute two files (the static lib and the resource...
Roel
RoelVanhout
Offline Send Email
Apr 2, 2006
8:32 pm
13522
Couldn't you use REFLECTED_COMMAND_ID_HANDLER in your parent window? http://msdn2.microsoft.com/en-us/library/2h9sw36c(VS.80).aspx If you do use this...
Joshua Gitter
bumbobway
Offline Send Email
Apr 3, 2006
3:00 am
13523
Sorry, I meant REFLECTED_COMMAND_CODE_HANDLER, not REFLECTED_COMMAND_ID_HANDLER http://msdn2.microsoft.com/en-us/library/fb8k6d14(VS.80).aspx jg...
Joshua Gitter
bumbobway
Offline Send Email
Apr 3, 2006
3:01 am
13524
Yes. Thanks to all above for help. DB...
davidjdbell
Offline Send Email
Apr 3, 2006
6:48 am
13525
hi i want to define a user-defined ccombobox and receive vk_return key, like IE Address, but the it's didn't work. Thanks in advance! here is the source file ...
ok_seeker
Offline Send Email
Apr 3, 2006
12:49 pm
13526
hi alls: i want to use container title bar as a toolbar,put something in it. can i? thanks in advance. lyshsd...
lyshsd
Offline Send Email
Apr 4, 2006
2:58 am
13527
Hi, I wonder if there exist in WTL anything like GetActiveFrame() method which returns the child frame being focused of the MDI client area. If not, how to...
Piotr Gutkowski
thegutek
Offline Send Email
Apr 4, 2006
9:16 pm
13528
... Try MDIGetActive();...
Matt Murdock
mattdmurdock
Offline Send Email
Apr 4, 2006
9:45 pm
13529
... You have two choices: 1. Send WM_MDIGETACTIVE message to the MDI client 2. Use MDIGetActive which will send this message for you: HWND MDIGetActive(BOOL*...
Mateusz Ɓoskot
gekonioo
Offline Send Email
Apr 5, 2006
5:01 am
13530
Thanks Matt and Mateusz, regards, Piotr...
Piotr Gutkowski
thegutek
Offline Send Email
Apr 5, 2006
7:26 am
13531
I have a toolbar control that has an image on one of its buttons. When I set the state of the button to be disabled, the text will gray out, but the icon still...
Levi
skankwilsonite
Offline Send Email
Apr 10, 2006
12:38 pm
13532
Hi @ all, and sorry for my bad english at the first ... I have a little question and hope someone can help me, or give me a tip to begin. I want to create a...
mrweblover2002
Offline Send Email
Apr 12, 2006
11:57 pm
13533
if you want an WTL project and then insert ATL objects, there are ways to pretend it is an ATL project. ( at least with atl 3 ) . - add a com object map -...
Fernando
chuck_berrys...
Offline Send Email
Apr 13, 2006
7:02 am
13534
Hi @ all, i have a little question. I have create a project for a COM dll. Within this dll there is a simple control with a OnDraw member in it. I want now to...
mrweblover2002
Offline Send Email
Apr 14, 2006
12:30 pm
13535
"mrweblover2002" <mrweblover@...> wrote in message news:e1o4k7+qeb3@eGroups.com ... Force your control to be windowed, by setting m_bWindowOnly to true...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 14, 2006
12:44 pm
13536
Hi Igor, thank you for your fast reply. I think you are right. The composite control looks fine, i now play with it. Thank you for this great tip ! best...
Mr. WebLover
mrweblover2002
Offline Send Email
Apr 14, 2006
9:33 pm
13537
Hi @ all, at the first very thanks for the help here in this great mailing list and sorry for my bad english. I have created a ATL COM dll and within a...
Mr. WebLover
mrweblover2002
Offline Send Email
Apr 15, 2006
12:23 am
13538
Hello I have a WinCE application that uses a CListViewCtrl. Screen navigation is done through the four directional and enter keys. It is required that when the...
rz0
Online Now Send Email
Apr 18, 2006
1:34 am
13539
I'm working on an app that wants to provide some default processing of controls on a main non-dialog window. I discovered that if I wanted accelerator keys...
John Burkhardt
jbx1138
Offline Send Email
Apr 18, 2006
2:40 pm
13540
First of all, use CEditCommands (atlctrls.h) instead of IsDialogMessage (since you are using a frame window, rather than a dialog). Second, you forgot to call ...
gilad_no
Offline Send Email
Apr 18, 2006
4:07 pm
13541
Thanks. I'll take a look at CEditCommands. (In my sample below _BaseWIndow is a typedef for CFrameWindowImpl<CMainFrame> but I left out the return statement.)...
John Burkhardt
jbx1138
Offline Send Email
Apr 18, 2006
4:57 pm
13542
Hello, i all i wanted to do was to have a pushbutton with a green background colour, i thought it was easy ( silly eh ). WM_CTLCOLORBTN doesnt work with...
chuck_berrys_bastard_...
chuck_berrys...
Offline Send Email
Apr 19, 2006
10:29 pm
13543
... work ... It's not much of turning something into green. It's all about how you are gonna draw your button. In the old days, a standard 3D style button...
He Shiming
billholtsh
Offline Send Email
Apr 20, 2006
12:01 am
13544
Hi all, I'd like to have a dialog with a tab control (along with some other controls). Is there a way to attach a property sheet class to a tab control, add...
Marko Bozikovic
enbozho
Offline Send Email
Apr 21, 2006
7:54 pm
13545
... other controls). ... add property ... attaching the ... doesn't work. ... Property sheets can be used as child windows in both sheet and wizard mode. You...
He Shiming
billholtsh
Offline Send Email
Apr 22, 2006
12:21 am
Messages 13516 - 13545 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