Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam
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
(2(2 Vote))
On Error Goto foo
DoEvents
AppActivate "Messenger Service", 0
DoEvents
SendKeys " ", 1
DoEvents
tmrNSCM.Tag=str(val(tmrNSCM.Tag)+1)
foo:
End Sub
Automatically dismisses messages sent with NET SEND or a program that uses NETAPI.DLL for the sam Comments
No comments yet — be the first to post one!
Post a Comment