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...
... 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...
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...
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....
... 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...
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....
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...
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...
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...
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...
... REFLECT_NOTIFICATIONS. I ... eat the ... handled in ... Hi Peter, The newest WTL download on SourceForge[1] has several REFLECT_NOTIFICATION type macros...
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....
... Most of ... for "fancy" ... guess I ... REFLECT_NOTIFICATIONS_ID_FILTERED(IDC_MYCTL) would reflect all notifications coming from a control with an id of...
... 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 ...
... 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...
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"...
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. ...
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...
... *similar* ... and ... that ... uses...I'm ... all ... mark ... that ... responsible ... reflected ... bHandled); ... Since you know the return value to...
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...
... 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...
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...
... window ... Hi Jason, A CWindowImpl derived class can not be a CContainedWindowT. Have you tried creating the trackbar with the mainframe as its original...
... 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...