Skip to search.
wtl · WTL support list

Group Information

? 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.

Messages

  Messages Help
Advanced
Messages 10784 - 10815 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10784 Syed Humair
s_humair Offline Send Email
Jan 1, 2005
8:47 am
hi pals, Required wtl version that works with VS 6.0. from whrei can get one Regards, Humair ... Do you Yahoo!? Read only the mail you want - Yahoo! Mail...
10785 shnelvar Offline Send Email Jan 1, 2005
12:31 pm
... I am speaking only for myself. What I am about to say may not be true. I have found that WTL 7.0 works pretty well with VC++ 6.0 SP6. I have been unable...
10786 Anna-Jayne Metcalfe
justanna69 Offline Send Email
Jan 1, 2005
9:04 pm
Hi Nenad, ... That's great news! I wonder if this means I can finally stop having to write Wizard97 base classes... Good luck with the new release. Developing...
10787 Angus Comber
anguscomber Offline Send Email
Jan 2, 2005
10:09 am
I have used WTL versions 7, 7.1 and 7.5 working with Visual C++ v6. If you use WTL v7.5 you will need to copy the Wizard files from an earlier WTL version....
10788 Roger Headrick
lilsroro Offline Send Email
Jan 2, 2005
11:40 am
... If when you use VC6 you get compile errors relating to the ambiguous use of ATL, see the Notes section of the readme file that comes with WTL. It...
10789 Fernando Arturo Gó...
kith_kahnan Offline Send Email
Jan 3, 2005
2:53 am
I have used WTL versions 7, 7.1 and 7.5 working with Visual C++ v6. If you use WTL v7.5 you will need to copy the Wizard files from an earlier WTL version....
10790 Nenad Stefanovic
nenad_stefan... Offline Send Email
Jan 3, 2005
11:54 am
Hi Anna-Jayne, Thanks! ... We certainly hope so. If you find anything missing or incorrect in the new classes (they are already available), please report it...
10791 Nenad Stefanovic
nenad_stefan... Offline Send Email
Jan 3, 2005
11:58 am
Every version of WTL works with VC++ 6.0, including the latest one, 7.5, under development. As mentioned, the App Wizard for VC++ 6.0 is not included in WTL...
10792 bizangels Offline Send Email Jan 3, 2005
12:22 pm
Happy new year,WTL,WTL Group & Nenad! with best regard!...
10793 Anna-Jayne Metcalfe
justanna69 Offline Send Email
Jan 3, 2005
3:54 pm
Hi Nenad, ... I'll certainly have a look in the near future. Once we've got a little further into the development of Visual Lint we've a couple of Wizards to...
10794 Peter Carlson
strcarl813 Offline Send Email
Jan 3, 2005
10:22 pm
I need to do both FORWARD_NOTIFICATIONS and REFLECT_NOTIFICATIONS. I can't figuoure out how to get both in my map. Each one seems to eat the messages...
10795 Roger Headrick
lilsroro Offline Send Email
Jan 3, 2005
11:17 pm
... REFLECT_NOTIFICATIONS. I ... eat the ... handled in ... Hi Peter, The newest WTL download on SourceForge[1] has several REFLECT_NOTIFICATION type macros...
10796 Peter Carlson
strcarl813 Offline Send Email
Jan 4, 2005
2:00 am
gee...are there no general REFLECT (bHandled=FALSE) type macros? Most of the reflections are done to 3rd party objects that provide for "fancy" gui elements....
10797 succeeded918 Offline Send Email Jan 4, 2005
7:19 am
what's the association among the following data members? ATL::CSimpleArray<_AtlUpdateUIElement> m_UIElements; const _AtlUpdateUIMap* m_pUIMap; ...
10800 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
10:49 am
... Most of ... for "fancy" ... guess I ... REFLECT_NOTIFICATIONS_ID_FILTERED(IDC_MYCTL) would reflect all notifications coming from a control with an id of...
10801 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
12:32 pm
... if ... window's ... What I should have said here is that both FORWARD_NOTIFICATIONS and REFLECT_NOTIFICATIONS do their job by using the API's SendMessage ...
10802 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
12:56 pm
... Type refers to toolbar vs. menu vs. status bar, etc. m_pUIMap is a fixed list which associates command ids with types. It never changes. m_pUIData is a...
10803 He Shiming
billholtsh Offline Send Email
Jan 4, 2005
2:30 pm
Hi Folks, I need to implement a wizard97-like propsheet control in WTL. The design of this wizard requires me to put a banner (bitmap resource) in the "header"...
10804 Mike Diack
mikediack Offline Send Email
Jan 4, 2005
2:33 pm
I see WTL 7.5 build 5002 is now out dated 2 Jan 2005 at Sourceforge. Looks like a significant number of changes - several new classes etc and a few bugfixes. ...
10805 peter
telepet9 Offline Send Email
Jan 4, 2005
5:11 pm
Is there some control in WTL that will behave as combo box, but instead of one field will have 2 fields side by side? ... Peter ...
10806 Peter Carlson
strcarl813 Offline Send Email
Jan 4, 2005
6:12 pm
Roger, Thanks for your help...I'm not up on 7.5 yet. My situation is *similar* to a property sheet / page. I am using Bjarke's collapsible panels and ... The...
10807 re_t_f Offline Send Email Jan 4, 2005
6:26 pm
Hi All, I MFC i use create a regular DLL using shared MFC DLL with dialogs (resource, class etc..) and load this how a plug-in: ... m_hModuleDll =...
10808 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
6:54 pm
... *similar* ... and ... that ... uses...I'm ... all ... mark ... that ... responsible ... reflected ... bHandled); ... Since you know the return value to...
10809 Peter Carlson
strcarl813 Offline Send Email
Jan 4, 2005
8:09 pm
Anyone know what, if any notification the ListView sends when a user presses "enter". I know most people use a mouse but for those who don't, I can process...
10810 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
8:47 pm
... what if ... NM_RETURN -Roger...
10811 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
9:09 pm
... I have my own ideas as to how to do it, but there is no out-of-the- box WTL control that will do it, and I haven't seen any WTL or MFC samples that would...
10812 jasonlp@...
jasonlp Offline Send Email
Jan 4, 2005
9:13 pm
I am trying to have a CMultiPaneStatusBarCtrl act as a parent window to a CTrackBarCtrl, and handle the WM_HSCROLL message. I can do this successfully by...
10813 Roger Headrick
lilsroro Offline Send Email
Jan 4, 2005
10:02 pm
... window ... Hi Jason, A CWindowImpl derived class can not be a CContainedWindowT. Have you tried creating the trackbar with the mainframe as its original...
10814 jasonlp@...
jasonlp Offline Send Email
Jan 4, 2005
10:48 pm
... the ... the ... called. ... its ... Wow, this worked. I never would have thought to try this. I didn't know the original parent still received the...
10815 Andrew Fedoniouk
newsterrainf... Offline Send Email
Jan 4, 2005
10:49 pm
... As you may see it is just simple dropdown-list with separate edit-box inside. Andrew Fedoniouk. http://terrainformatica.com...
Messages 10784 - 10815 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help