"Eitan" <Eitan (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hello,
I am developing an SDI application, based CFormView. I would like to
prevent the user from moving the window around.
How do I do that?
Eitan |
As you're using MFC, you may want to post your question in:
microsoft.public.vc.mfc
if you don't get the info you're seeking here.
As a place to start looking, I'd recommend you look at functions in the CWnd
class to find message handlers you'd want to override to remove default
functionality.
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.