topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 11:39 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Hide Desktop w/ autohide taskbar  (Read 7667 times)

Daniel_B

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Hide Desktop w/ autohide taskbar
« on: December 07, 2012, 11:29 AM »
I am a little new to AHK but am learning.  I like this little snackware "Hide Desktop".  I would like my icons to also hide when my mouse is at a position on the screen such as the left edge (y=0).  All else works but since my taskbar is hidden I have to show my taskbar to hide my icons.  I want a blank screen when not in use.  A little snippet and I will insert the code myself.  :-)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Hide Desktop w/ autohide taskbar
« Reply #1 on: December 07, 2012, 04:46 PM »
You can probably modify the code in this article

The trick used is a one pixel wide window for each side of the screen. But if you only want to trigger on left edge you would only need one window. It detects mouse move and gets the position.