From: Matt Houser on 3 Nov 2009 12:24 I am using VS2008 with SP1 installed. Win32 configuration on an x64 CPU. I am doing it as a modal aero wizard on Win7. I tried switching to CPropertyPage but nothing changed. I did end up turning off the aero wizard and that seems to trigger PreTranslateMessage. So it looks like PSH_AEROWIZARD somehow gets in the way. ....Matt "AliR" <AliR(a)online.nospam> wrote in message news:e4AKzGKXKHA.1280(a)TK2MSFTNGP04.phx.gbl... > PreTranslateMessage gets called when I tried it just now. What version of > VS are you using, the reason I ask is that CPropertyPageEx and > CPropertySheetEx are both depricated as of MFC 7.0, and simply map to > CPropertyPage and CPropertySheet. > > AliR. > > > "Matt Houser" <matt(a)houser.ca> wrote in message > news:9E72377E-1788-4E8D-B807-E57731AFF82B(a)microsoft.com... >> It appears that PreTranslateMessage is not called for property pages >> (CPropertyPageEx) in Wizards. >> >> Where should CToolTipCtrl::RelayEvent() be called instead to make >> tooltips work? >> >> ...Matt > >
First
|
Prev
|
Pages: 1 2 Prev: History of Visual Studio Next: CListBox items based on dialog resources. |