Link to home
Start Free TrialLog in
Avatar of mark.H
mark.H

asked on

Stop Window with caption bar moving

I am writing CBT software and want a MDI child form with a caption bar and title (no system menu, minimize or maximize) but I dont want the user to be able to move the window, is
this possible if so how do you do it?
ASKER CERTIFIED SOLUTION
Avatar of tward
tward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mark.H
mark.H

ASKER

This does not work.  All it does is to stop the window moving when you are changing the window properties using the setWindowPos API call.
Avatar of mark.H

ASKER

This does not work.  All it does is to stop the window moving when you are changing the window properties using the setWindowPos API call.