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

    Disabling / Enabling the Start Menu Button

    I found this post

    http://forums.codeguru.com/showthrea...s-Start-Button

    I implemented the functionality and testing it with Windows XP and found that even though the start button is not visible, if you keep clicking in the area, the start menu options will pop up.

    I am looking for a solution in VB6 that will disable/enable hide/show the start menu button in Windows XP, Windows 7 and Windows 10.

    Any suggestions?


    **** UPDATE ****


    I added an link to a .rar that is a little program that can demonstrate the problem.. This happens on Windows Xp, 7 and 10. When you run the program you will need to disable the desktop, hide the taskbar and then disable the start button. Then click around where the start button is, keep clicking around the area and you will see the start button menu pop up. Something about disabling the desktop, hiding the taskbar and disabling the start button causes this behavior.

    http://wobandits.com/downloads/Project.rar
    Last edited by brown71576; January 3rd, 2017 at 12:45 PM.

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

    Re: Disabling / Enabling the Start Menu Button

    Hi.
    Not sure what you mean by 'keep clicking in the area, the start menu options will pop up'?

    These are the standard Windows APIs which should work through most versions of Windows - well, only Windows I haven't tested any of these APIs was Windows 10.

    Could you show the code you made use of, please?

  3. #3
    Join Date
    Dec 2016
    Posts
    3

    Re: Disabling / Enabling the Start Menu Button

    Quote Originally Posted by HanneSThEGreaT View Post
    Hi.
    Not sure what you mean by 'keep clicking in the area, the start menu options will pop up'?

    These are the standard Windows APIs which should work through most versions of Windows - well, only Windows I haven't tested any of these APIs was Windows 10.

    Could you show the code you made use of, please?
    What I mean is the windows button is gone ( not visible ) yet if you click the mouse over the area it should be the windows menu will pop up. Tested in Windows XP.

  4. #4
    Join Date
    Dec 2016
    Posts
    3

    Re: Disabling / Enabling the Start Menu Button

    Updated the original post with a program and direction to demonstrate the problem I am seeing. Please feel free to download and follow my step to recreate.

  5. #5
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Disabling / Enabling the Start Menu Button

    I'm just wondering what the point would be to hiding the start button? The Windows key will pop up the start menu even if there is no button or no place to click.

    Are you trying to disable the start menu for some reason or just trying to hide the button?
    How about hiding the task bar?
    Always use [code][/code] tags when posting code.

Tags for this Thread

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