On Tue, 20 Feb 2001, Peter Milne wrote:

> My needs would be met if there was a routine I could call in applications
> that would send a RFB protocol Bell message to the client.
> 
> Can anyone provide me with advice on how to do this?

You could get hold of the VNC source-code and:

        1)  Edit the VNCHooks DLL to include a Beep() function, which
would simply post a custom "beep" message into the message queue of
WinVNC, in the same way as a normal update.  Include the VNCHooks DLL in
your application and use the Beep() function in place of (or as well as)
MessageBeep under Windows.

        2)  Catch the message inside WinVNC and send a VNC-beep message to
all clients.

        Cheers,

James "Wez" Weatherall
--
Laboratory for Communications Engineering, Cambridge - Tel : 766513
AT&T Labs Cambridge, UK                              - Tel : 343000
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to