VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam

by DaProber (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 16th September 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Automatically dismisses messages sent with "NET SEND" or a program that uses NETAPI.DLL for the same purpose without using API calls (just

API Declarations


'IF YOU DO DECIDE TO USE IT, JUST MENTION ME SOMEWHERE VISIBLE (LIKE THE ABOUT BOX)...

'Notes: Place inside a timer that has the interval set to 10.
' The name I used is tmrNSCM.
' Use val(tmrNSCM.Tag) to see how many messages have been dismissed

Rate Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam



On Error Goto  foo
    DoEvents
    AppActivate "Messenger Service", 0
    DoEvents
    SendKeys " ", 1
    DoEvents
    tmrNSCM.Tag=str(val(tmrNSCM.Tag)+1)
foo:
End Sub

Download this snippet    Add to My Saved Code

Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam Comments

No comments have been posted about Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam. Why not be the first to post a comment about Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam.

Post your comment

Subject:
Message:
0/1000 characters