Hi<br>
<br>
I've now tried to work out how to hide the application from the ctrl-alt-del list in the "Close Program" dialog box.<br>
<br>
I tried specifiing the WS_EX_TOOLWINDOW in XCreateWindowEx, but it didn't hide it from the task-list on the ctrl-alt-del bialog. (that would only work with win95)<br>
<br>
I tried some stuff with RegisterServiceProcess() but i couldn't get that to compile (undeclared identifier)<br>
<br>
I hope that there is an easy way of getting the appllication totally hidden from any lists in win98. I know it sounds all like im making a trojan, but i just want to protect my computer from my sister.<br>
<br>
Thank you. KLM