shornw 3 Posted August 18, 2010 Hi all, I have created a form to deploy to all users, at logon, on our domain. Most have completed it, but as is usual there are some who will not and just leave it open in the background then log-off. I now have to make this mandatory, so I'm thinking always on top and either centralised or full screen. If I go with full screen, can the window be un-minimisable and if so how? If I go with always on top can it be un-moveable, so users cant drag it to the bottom corner then continue working, and if so, how? Suggestions gratefully received. Thanks [font='Comic Sans MS']Eagles may soar high but weasels dont get sucked into jet engines[/font] Share this post Link to post Share on other sites
water 2,391 Posted August 18, 2010 (edited) I can think of a combination of 2 techniques:Set Window on top: Please see this linkMake the window unmoveable: Please see this linkHTHBTW: As you can see the forum search function is your friend Edited August 18, 2010 by water My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
shornw 3 Posted August 18, 2010 Thank you Water. I couldn't use the 'On-top' solution as the users can simply move the window out of the way. I went with the $WS_POPUPWINDOW and resized it to almost fill the screen. Thanks for your help, very much appreciated [font='Comic Sans MS']Eagles may soar high but weasels dont get sucked into jet engines[/font] Share this post Link to post Share on other sites