VB.NET Window Hider + Source Code 225kb

VB.NET Window Hider + Source Code 225kb
What is Window ?
A window is a separate viewing area on a computer display screen in a system that allows multiple viewing areas as part of a graphical user interface ( GUI ).
Windows are managed by a windows manager as part of a windowing system.

Window Hider ?
Window hider is an technic to hide/invisible the active window ex(chrome,notepad,game window..etc).

Window Hider Works On VB.NET ?
Ya. By calling some internal functions we can hide active windows on computer.



Requirements For This Project :
1.Works Perfectly On Windows 7,also works on windows xp
2.300kb HDD Space.
3. .NET Frame Work Latest Version (v4.0)

Shall i edit this project and used for me/commercial purpose :
Sure, You can use this project. This project is open source for every one.

SOME MAIN SOURCE CODE
----------------------------------------------------------
   ListBox2.SelectedIndex = ListBox1.SelectedIndex
        Dim processRunning As Process() = Process.GetProcesses()
        For Each pr As Process In processRunning
            If pr.Id = ListBox2.SelectedItem Then
                mywindow = pr.MainWindowHandle.ToInt32()
                ShowWindow(mywindow, 0)
            End If
        Next
        Button3.Enabled = False
        Button4.Enabled = True
        ListBox1.Enabled = False

This Codes For Hide Active Window...
------------------------------------------------------------

How to Download & Open Project :
1.Download Window Hider.exe 224kb [Self Extracting Archive]
2.Open & Extract Files From .exe
3.Now Open Extracted Folder & Select Project Main File..

Name : WindowHider.exe
Size : 223kb
Link : Direct Download

Download WindowHider.exe 223kb


NB jika ada link not found, beritahu admin dengan berkomentar

Subscribe dulu yak biar greget..: