Keeping a Window AlwaysonTop / Uncloseable / Undestroyable

Talk about any languages right here. Share and discuss source, but don't expect your homework to be done for you.
Post Reply
Buggz
n00b
Posts: 1
Joined: Sat Mar 30, 2013 12:29 pm

Keeping a Window AlwaysonTop / Uncloseable / Undestroyable

Post by Buggz » Sat Mar 30, 2013 12:38 pm

Good evening all,
I need a little help from you guys.I've been working on a project of mine in Delphi ,and I need the window to always be on top, and to be undestroyable, meaning the user can't close it from the task manager.
Now it has been working smoothly until I started testing on Vista and 7. Did some research and realized it's not going to be possible with Delphi.

I can adapt to any programming language, I just need you to direct me to one that has the ability to lock windows and make programs persistent on Vista, 7 & hopefully 8 too.


Thank you

User avatar
Cool_Fire
Not a sandwich
Posts: 1912
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d
Contact:

Re: Keeping a Window AlwaysonTop / Uncloseable / Undestroyab

Post by Cool_Fire » Fri Apr 05, 2013 1:42 pm

This is all stuff you can do with just windows API calls. You need admin rights for some though
If we're breaking the rules, then how come you can't catch us? You can't find us? I know why. Cause, it's ... MAGIC!
Hackerthreads chat, where the party is going 24/7.

Post Reply