THANK YOU IN ADVANCE
--
Best regards
Sergey
Use the C++ scope resultion operator '::'
MessageBox(); // in a subclass of CWnd, refers to CWnd::MessageBox
::MessageBox(); // always refers to the global MessageBox
dave
--
remove 'z' from my email address
"Sergey" <Dr-...@mail.ru> wrote in message
news:#k7kJLoQ...@cppssbbsa02.microsoft.com...