heya gang....i have a q for all of ya...
i am trying to make my program invisible to the Ctrl+Alt+Delete menu....i have tried to do this many ways

i completely disabled the menu by using SystemsParametersinfo api...but that didn't work too well....i need to be able to see the menu still...

i heard about registerserviceprocess() on a couple of sites but that api is outdated.

i also tried app.taskvisible = false. I have a text box, 2 frames, a label, and a whack load of timers. plus the text box is having text typed into to it by the prog. i think one of these things are contributing to the visible factor because....shes still visible...

any help on this would be excellent

Elon