CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2008
    Posts
    65

    is there a way....

    to disable right click and to disable the start button and task bar?

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: is there a way....

    Not unless you write your own version of GINA, which you probably can't. It's the basis of Windows Login dialog
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Oct 2008
    Posts
    65

    Re: is there a way....

    yeah i cant write stuff like that. but i mean i dont want to disable it i actually would like to cover it up with a form. sort of like when you lock the computer but i dont want it to go to the username screen.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: is there a way....

    You can't. If you want, you can lock the screen, and the user can unlock it
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: is there a way....

    Quote Originally Posted by sacarias40 View Post
    to disable right click and to disable the start button and task bar?
    You can have a look at my TaskBar article, in there, I cover how to disable the Start Button, or, to make it disappear, to name just a few "tricks"

    http://www.codeguru.com/vb/gen/vb_mi...le.php/c15757/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured