Re: bell

new topic     » goto parent     » topic index » view thread      » older message » newer message

thanks, i'll give it a try...

..george

----- Original Message ----- 
From: "Robert Craig" <rds at RapidEuphoria.com>
To: "EUforum" <EUforum at topica.com>
Subject: Re: bell


> 
> 
> George Walters writes:
> > Do you know how to simulate a 'bell' on windows?
> 
> The WIN32 API has a "Beep" routine.
> 
> -- make beep through speakers
> include dll.e
> 
> atom lib
> integer beep
> 
> lib = open_dll("kernel32.dll")
> beep = define_c_proc(lib, "Beep", {C_INT, C_INT})
> 
> procedure Beep()
>     c_proc(beep, {0, 0})
> end procedure
> 
> Beep()
> 
> Regards,
>    Rob Craig
>    Rapid Deployment Software
>    http://www.RapidEuphoria.com
> 
> 
> 
> 
> 
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu