
07-07-2003, 02:49 AM
|
|
Freshman
|
|
Join Date: Nov 2002
Location: sri lanka
Posts: 27
|
|
how to create a notifier to inform users about incomming messages
|
hi Guys,
I have a vb code which i use to send net send commands across our network and it works fine. But i really dont now how to give my own interface with the message and some details about that user.
what i want is when a user receives a message from net send i want to capture that message and give my own pop up window with that message and some details about that sender.
i`m not using a winsock to send, net send commands instead i`m using
Private Declare Function NetMessageBufferSend Lib "netapi32.dll" (ByVal ServerName As String, ByVal msgname As String, ByVal FromName As String, ByVal Buffer As String, ByVal BufSize As Long) As Long
API to do it.
so i think i have to connect to the windows message handler to achive this. But i have no idea how????
If anybody can help i would really appreciate it.
thanx in advance.
regards,
Niroshan
|
__________________
Be Kind Every one will love you
|