Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Hide Taskbar

Hide Taskbar

Scheduled Pinned Locked Moved C#
csharphelp
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TRK UK
    wrote on last edited by
    #1

    Hi All I am working with a C#.NET Application Which Required to Cover All the Avilable Space in Desktop including Taskbar and Should not Respond to any Key events including Windows Button means that user should not Access the Desktop Items by any way. i set my Form Properties Like this FormBoarderStyle=None; ShowInTaskbar=False; TopMost=true; by this i am able to ristrict to some extend,but i failed when Windows Key Pressed where i can easily terminate the running Process from Taskmanager.Help me in this Isue. Thanks in Adavance.

    B T 2 Replies Last reply
    0
    • T TRK UK

      Hi All I am working with a C#.NET Application Which Required to Cover All the Avilable Space in Desktop including Taskbar and Should not Respond to any Key events including Windows Button means that user should not Access the Desktop Items by any way. i set my Form Properties Like this FormBoarderStyle=None; ShowInTaskbar=False; TopMost=true; by this i am able to ristrict to some extend,but i failed when Windows Key Pressed where i can easily terminate the running Process from Taskmanager.Help me in this Isue. Thanks in Adavance.

      B Offline
      B Offline
      blackjack2150
      wrote on last edited by
      #2

      Are you writing some kind of malware?

      T 1 Reply Last reply
      0
      • B blackjack2150

        Are you writing some kind of malware?

        T Offline
        T Offline
        TRK UK
        wrote on last edited by
        #3

        i am sorry,but client need that way, when ever they need they can give access the computer.if you need in full detail i can mail you all the project details. Thnaks for Reply..

        A 1 Reply Last reply
        0
        • T TRK UK

          i am sorry,but client need that way, when ever they need they can give access the computer.if you need in full detail i can mail you all the project details. Thnaks for Reply..

          A Offline
          A Offline
          aSarafian
          wrote on last edited by
          #4

          I have not a tested idea to point so I'll write two idea that i have based on similar situations. maybe they can help. Sorry if it is rubbish 1)You can prevent your application from loosing focus. So when win key is pressed your app must loose focus. If you deny that maybe it is a solution. I believe it is a wrong solution though 2)In previous years i had wirtten an app that hooked on every key and mouse move. Maybe if you create a hook handler and when win key is recognized, you can just consume the event so it wan't be passed to the explorer. But I believe this must be already the case for the exlorer so you is going to handle the message first I don't know. Aain sorry. Just some ideas.

          T 1 Reply Last reply
          0
          • T TRK UK

            Hi All I am working with a C#.NET Application Which Required to Cover All the Avilable Space in Desktop including Taskbar and Should not Respond to any Key events including Windows Button means that user should not Access the Desktop Items by any way. i set my Form Properties Like this FormBoarderStyle=None; ShowInTaskbar=False; TopMost=true; by this i am able to ristrict to some extend,but i failed when Windows Key Pressed where i can easily terminate the running Process from Taskmanager.Help me in this Isue. Thanks in Adavance.

            T Offline
            T Offline
            Tim Paaschen
            wrote on last edited by
            #5

            Microsoft provides an article How to use Kiosk Mode in Microsoft Internet Explorer[^], explaining how to replace the standard Explorer with the IE in the "Kiosk-Mode". Maybe this article will give you an ídea.

            Regards, Tim

            1 Reply Last reply
            0
            • A aSarafian

              I have not a tested idea to point so I'll write two idea that i have based on similar situations. maybe they can help. Sorry if it is rubbish 1)You can prevent your application from loosing focus. So when win key is pressed your app must loose focus. If you deny that maybe it is a solution. I believe it is a wrong solution though 2)In previous years i had wirtten an app that hooked on every key and mouse move. Maybe if you create a hook handler and when win key is recognized, you can just consume the event so it wan't be passed to the explorer. But I believe this must be already the case for the exlorer so you is going to handle the message first I don't know. Aain sorry. Just some ideas.

              T Offline
              T Offline
              TRK UK
              wrote on last edited by
              #6

              Dont Say Sorry,You r trying to Help me That's very much enough. I too thinking about Hooks..but never Getting any Idea. Look at this thred you may get some .. http://www.programmersheaven.com/c/MsgBoard/read.asp?Board=10&MsgID=344596&Setting=A9999F0001[^] Thnaks for Reply..

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups