VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



NetSendBlocker Hide

by Benjamin Philipp (1 Submission)
Category: Complete Applications
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

Who does like this? Someone is sending you a lot of netsends but either you cannot disable the windowsserver or you dont want it to.
This small tool has two options:
1. it hides the first net send, so no net send window will appear again. one click on "show" and it appears again.
2. it closes all incoming net send windows and count them for a statistic result
obviously, it can be disabled, too!
the small toolbar dock always next to the taskbar and have a nice office xp look

Assumes
you need to set a variable in the code to the titlename of your netsend window. in the archiv it is set to the germanname. maybe you need to put a blank space after it, works here with one only.
API Declarations
Private Declare Function SendMessageByString Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Integer, ByVal lParam As Long) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function ShowWindow Lib "user32" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long
Private Declare Function GetWindowRect Lib "user32" (ByVal hWnd As Long, lpRect As RECT) As Long

Rate NetSendBlocker Hide

Download NetSendBlocker Hide

Download NetSendBlocker Hide (11 KB)

NetSendBlocker Hide Comments

No comments have been posted about NetSendBlocker Hide. Why not be the first to post a comment about NetSendBlocker Hide.

Post your comment

Subject:
Message:
0/1000 characters