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 14717 - 14746 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14717
thx for all :)...
duyuor
Offline Send Email
Jun 1, 2007
9:37 am
14718
Hello all, I've been wondering, is there anything like MFC's AfxGetApp? Here's the thing. I have my CFrameWindowImpl derived class, which has many childs:...
Fernando Arturo Gó...
kith_kahnan
Offline Send Email
Jun 1, 2007
5:43 pm
14719
GetTopLevelParent() should return the HWND of the highest window. Peter ... -- This message has been scanned for viruses and dangerous content by MailScanner,...
Peter Carlson
strcarl813
Offline Send Email
Jun 1, 2007
5:51 pm
14720
Thanks!...
Fernando Arturo Gó...
kith_kahnan
Offline Send Email
Jun 1, 2007
11:32 pm
14721
Normally when a user clicks on a context menu command, the menu loop is terminated and the relevant WM_COMMAND is dispatched. Also normally, if you left-click...
Nikos Bozinis
umeca74
Offline Send Email
Jun 2, 2007
12:41 pm
14722
... Hi, It's not entirely clear why you need the button event for that sample but if you see WM_MENUSELECT, you will also see WM_INITMENUPOPUP and WM_INITMENU....
Bjarke Viksøe
bviksoe
Offline Send Email
Jun 2, 2007
5:41 pm
14723
... Bjarke, it's not about populating the submenus, it's about "selecting" items that have submenus. To make it clearer: you have a menu which has an item...
Nikos Bozinis
umeca74
Offline Send Email
Jun 3, 2007
5:49 am
14724
... Hmm, almost. You want the actual menu-bar top-level items to act as buttons. Looking at the sample image, perhaps it is not a menubar at all, but a toolbar...
Bjarke Viksøe
bviksoe
Offline Send Email
Jun 3, 2007
2:33 pm
14725
I could be way off here, but what I think what he wants is a notification when a submenu is about to be opened, so he can act as if it mimicked a click on a...
Peter Carlson
strcarl813
Offline Send Email
Jun 3, 2007
4:16 pm
14726
... you did, but it's not only the top level menus, it's any menu item with a popup, it should be "clickable" like a normal menu item and it should also work...
Nikos Bozinis
umeca74
Offline Send Email
Jun 3, 2007
7:21 pm
14727
... Peter, that's correct but that message is _always_ sent, whether the user clicked on the item with the popup or not, so you can't tell when he's trying to...
Nikos Bozinis
umeca74
Offline Send Email
Jun 3, 2007
7:24 pm
14728
I don't believe there is a message for that. You'll probably have to filter LBUTTONDOWN, or LBUTTONUP in pretranslatemessage compare to the menus hwnd and...
Peter Carlson
strcarl813
Offline Send Email
Jun 3, 2007
7:40 pm
14729
... TrackPopupMenuEx enters a private message loop while displaying the menu. If you look closely at the Spy++ output, you will see that WM_LBUTTONDOWN is...
Jim Barry
jim_barry.geo
Offline Send Email
Jun 4, 2007
12:11 pm
14730
... menu. If you look closely at the Spy++ output, you will see that WM_LBUTTONDOWN is actually posted, not sent. To intercept it, you would have to install a...
Nikos Bozinis
umeca74
Offline Send Email
Jun 4, 2007
1:34 pm
14731
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /WtlAero.h Uploaded...
wtl@yahoogroups.com
Send Email
Jun 5, 2007
9:14 pm
14732
This is my code. *********************** Sub Frame .h ****************************** class CGroupFrame : public CFrameWindowImpl<CGroupFrame> { public: ...
magicknifeprince
magicknifepr...
Offline Send Email
Jun 6, 2007
1:08 pm
14733
Look at the class CMDIChildWindowImpl in atlframe.h for example. Regards, Val...
v_s_ha
Offline Send Email
Jun 7, 2007
1:27 pm
14734
I suppose this is not strictly WTL, but perhaps there is something related to using the framework that is causing this? I have a view in my WTL app that has a...
John Burkhardt
jbx1138
Offline Send Email
Jun 7, 2007
2:02 pm
14735
Hi all, Thanks in advanced for everyone helping me out. What I wanted to do is have a dialog with 2 buttons one for wizard mode and one for advanced mode as my...
highdefinitionpc
highdefiniti...
Offline Send Email
Jun 8, 2007
11:08 pm
14736
... Hi, DoModal() will use the return-code given in the EndDialog() call. So try this... OnWizard(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL& bHandled) { ...
Bjarke Viksøe
bviksoe
Offline Send Email
Jun 9, 2007
8:43 pm
14737
Windows Template Library 8.0 has been released! This is the best release of WTL yet (well, of course it is, why would we release it otherwise ;-) It brings...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jun 11, 2007
6:40 am
14738
Hi All I see WTL 8.0 final is out now (released late on Sunday 10 June) See: http://sourceforge.net/forum/forum.php?forum_id=704956 and ...
Mike Diack
mikediack
Offline Send Email
Jun 11, 2007
12:29 pm
14739
It was also missing from Beta 2. I had thought it would be included in the final. Have you uploaded the wrong package?...
tom_gee
Offline Send Email
Jun 11, 2007
4:17 pm
14740
I have no idea how that happened. Why didn't you report it in Beta2? Anyway, I updated the package now. Cheers, Nenad ________________________________ From:...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jun 11, 2007
9:10 pm
14741
I read from the readme about its existence, but did not found it in the sample fold. I had thought you deliberately left it out for unsolved issues until I saw...
tom_gee
Offline Send Email
Jun 12, 2007
12:37 pm
14742
We use atldyndispatch (http://www.viksoe.dk/code/atldyndispatch.htm) in a product. with vs.net the code worked fine. After an upgrade to 2005, it stopped...
Peter Carlson
strcarl813
Offline Send Email
Jun 13, 2007
2:06 pm
14743
... The problem is with DISP_METHOD_ID and similar macros. Replacing all occurences of &func with &_atl_disp_classtype::func in atldispa.h should help. The...
Igor Tandetnik
itandetnik
Offline Send Email
Jun 13, 2007
4:21 pm
14744
Just to add one more bit of info...if we use DISP_METHOD0(&CWndConfigRoomBrowser::OnInitialize, VT_EMPTY) as stated below, the code never gets called, however...
Peter Carlson
strcarl813
Offline Send Email
Jun 13, 2007
4:21 pm
14745
... The reason it never gets called is because GetIdsOfNames fails to recognize it. The first parameter is used in two ways: to form a pointer to the method,...
Igor Tandetnik
itandetnik
Offline Send Email
Jun 13, 2007
4:35 pm
14746
Does this mean that there will be a re-release of WTL 8? eg WTL 8.01 (build 7162)? Mike ... From: <wtl@yahoogroups.com> To: <wtl@yahoogroups.com> Sent:...
mike_diack@...
mikediack
Offline Send Email
Jun 13, 2007
5:49 pm
Messages 14717 - 14746 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