maldini1010
Programmer
Hello,
I would like to create a window which cannot be moved by the user. (By cliking and holding the top of the window).
CREATESTRUCT cs
Maximaze/Minimaze/Close button.
cs.lpszName = "My Window";
cs.style = WS_OVERLAPPED | WS_HSCROLL ;
Does anyone know how to do this.
Thanks
maldini
I would like to create a window which cannot be moved by the user. (By cliking and holding the top of the window).
CREATESTRUCT cs
Maximaze/Minimaze/Close button.
cs.lpszName = "My Window";
cs.style = WS_OVERLAPPED | WS_HSCROLL ;
Does anyone know how to do this.
Thanks
maldini