Results 1 to 3 of 3
  1. #1
    721875440's Avatar
    Join Date
    Jan 2019
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0

    Post SetWindowPos shwo bar and hidden bar source code

    Code:
    #include <Windows.h>
     
    void main() {
     
    	//隐藏任务�*�
    	HWND hWnd = ::FindWindow(TEXT("Shell_traywnd"), TEXT(""));
    	::SetWindowPos(hWnd, 0, 0, 0, 0, 0, SWP_HIDEWINDOW);
    	//显示任务�*�
    	HWND hWnd = ::FindWindow(TEXT("Shell_traywnd"), TEXT(""));
    	::SetWindowPos(hWnd, 0, 0, 0, 0, 0, SWP_SHOWWINDOW);
     
    }
    this code is very easy! i give everyone..

  2. #2
    aimer1337's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    What?

    Code:
    ShowWindow(FindWindow(L"Shell_traywnd", nullptr), SW_HIDE);

  3. #3
    TrackHawk's Avatar
    Join Date
    Mar 2020
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    0
    Ineresting.... Subcribed)

Similar Threads

  1. [Solved] Source coders and who make source codes enter please.
    By Verraz in forum CrossFire Help
    Replies: 3
    Last Post: 08-20-2012, 08:04 PM
  2. [Request] Anti-AFK Ingame and Fast Lockon Source Code
    By WRPHNoob in forum WarRock Philippines Hacks
    Replies: 11
    Last Post: 08-04-2012, 12:45 AM
  3. [Request] fast knife and longknife working source code!!
    By Dead(H)ell in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 16
    Last Post: 05-07-2012, 04:39 PM
  4. [Request] ammo and medic distance source code
    By playerp in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 03-19-2012, 04:22 PM
  5. Where is activity bar?! AND LEVEL BAR?!?!
    By Lonesome Cowboy in forum General
    Replies: 13
    Last Post: 05-01-2010, 03:02 AM