Mirage Engine
Form on Top - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Form on Top (/showthread.php?tid=1158)



Form on Top - William - 04-08-2007

Im going to make a small program that always shows above all other programs, so the form will always be visible. Im going to use it for a game, so when i press "Delete" a timer will start couting down from 30sec. Its good for a game. Anyway, do anybody know how to make a form that will show even if your playing a game?


Re: Form on Top - Robin - 04-08-2007

http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33794&lngWId=1


Re: Form on Top - William - 04-08-2007

Thanks, that does the trick. Another thing, do anybody know a way of using keycodes inside a timer? Since the form arent in focus, Form_KeyDown doesnt apply.


Re: Form on Top - Robin - 04-08-2007

Could use Direct Input.