WindowsTools / WindowsHooks

Use WINAPI to do some thing interesting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows-Hooks

logo

GitHub stars All releases Github forks All issues

Windows-Hooks is not a real hook program, but some fun things developed using VC++

The code may not be neat, just for fun 😁

Development environment

Visual Studio 2015 & VC++ v140 toolset is Required

VC++ 140 Toolset

Function list

  1. Make Windows 10 taskbar transparent/translucent

  2. Make Windows 10 desktop invisible/visible

  3. Make Windows 10 startmenu invisible/visible

  4. Make Windows 10 explorer window transparent/translucent

  5. Execute programs

  6. Terminate program

Screenshots

hide desktop

Hide desktop

Transparent explorer window

Transparent explorer window

License

Code licensed under the Apache License 2.0.

About

Use WINAPI to do some thing interesting.

License:Apache License 2.0


Languages

Language:C++ 75.1%Language:C 24.9%