Regarding Immovable window
-
Hai frens, I need to create a window in VC++ which should not allow user to move it. Could any one guide me plz.
-
Hai frens, I need to create a window in VC++ which should not allow user to move it. Could any one guide me plz.
Override
WM_MOVING
(and/orWM_SIZING
) to prevent the user from moving/resizing the window. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com -
Override
WM_MOVING
(and/orWM_SIZING
) to prevent the user from moving/resizing the window. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com -
You could also remove caption of the window if possible ... if window has no caption then users do not have anything to move it.
-
You could also remove caption of the window if possible ... if window has no caption then users do not have anything to move it.
IIRC you can still use the keyboard to move such windows. Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Williams (Little Britain)