PDA

View Full Version : Locking window position


mtway
12-13-2002, 03:27 PM
Hi,

Is there way to lock a windows position so it can't be moved ?
I have a 2 display (1024x768 and 800x600) system and put up an autoplay menu (800x600) on the second display. I can't select full screen mode because it is not correctly getting the screen size of the display I am placing it on. The problem is that you can click and grab/move the window and move it around by accident, so I need to lock it in position somehow...

thx

Matt

Worm
12-13-2002, 04:08 PM
Create the window without a title bar. Add a hot spot that is the size of the windows or bigger. The Left mouse button will now be the click event of the hot spot instead of moving the window.