Jump to content

Lock/forbid taskbar of window xp and ctrl+alt+delete

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
siew

siew

    Newbie

  • Members
  • Pip
  • 3 posts
:p Hi to all the coder in the world.

I'm very new in programming..

I'm developed a window application using C#.Net..
I need to forbid the user from access to window's taskbar and ctrl+alt+del when my application is running full screen..

Any guide for this?

Thanks for for the kindness...:)

#2
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
trying to hijack a friends computer?

you know, alt+f4 closes the current window.

#3
siew

siew

    Newbie

  • Members
  • Pip
  • 3 posts
hi icepack,

Not trying to hijack friend computer..
Is a need on my job..
Currently, my boss asign a project to me...
The requirement of project when running are: -
1. Full screen
2. Disable taskbar
3. Disable task key
4. Disable task manager

This project is a window application developed using C#.

I get the solution on how to disable task bar from this website
disabling and/or hiding Windows taskbar - MSDN Forums

but until now i still do not get how to disable task key and task manager when the application start..

Pleas help...

Icepack,
Now i only know that alt+F4 can close the current window..
alt+F4 is task key also??

#4
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
I don't understand what you mean by task key and task manager? Do you mean the closing buttons in the upper right hand corner?

#5
siew

siew

    Newbie

  • Members
  • Pip
  • 3 posts
Hello NeedHelp,

What i mean by task key is like alt+F4 ....etc
and task manager is ctrl+alt+delete..

I make my question easier to understand...haha..hopefully someone can give me some solution..
What i want is.....
When my application is running, i did not allow user to go to window .. the application is forever running....

Untill now i still can't get any solution...help please