1. Windows hooks

------=_NextPart_000_0022_01BF942E.4950C5E0
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

Is there message-handling mechanism in Euphoria equivalent to C++'s. =
Does anybody know anything about support of it in Euphoria?
With it you can monitor all messages from all windows on the windows =
system.
It would be very useful. If you want, for example, close pop up windows, =
get text from edit windows, ...

Does anybody know about library functions, like are in win32lib, for =
these functions (SetWindowsHookEx...) so you can use them in Euphoria?

Hooks
A hook is a point in the Microsoft? Windows? message-handling mechanism =
where an application can install a subroutine to monitor the message =
traffic in the system and process certain types of messages before they =
reach the target window procedure.=20

------=_NextPart_000_0022_01BF942E.4950C5E0
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV>Is there message-handling mechanism in Euphoria equivalent to =
C++'s. Does=20
anybody know anything about support of it in Euphoria?</DIV>
<DIV>With it you can monitor all messages from all windows on the =
windows=20
system.</DIV>
<DIV>It&nbsp;would be very useful. If you want, for example, close pop =
up=20
windows, get text from edit windows, ...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anybody know about library functions, like are in win32lib, =
for these=20
functions (SetWindowsHookEx...) so you can use them in Euphoria?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hooks<BR>A hook is a point in the Microsoft&reg; Windows&reg; =
message-handling=20
mechanism where an application can install a subroutine to monitor the =
message=20
traffic in the system and process certain types of messages before they =
reach=20

------=_NextPart_000_0022_01BF942E.4950C5E0--

new topic     » topic index » view message » categorize

2. Re: Windows hooks

On Wed, 22 Mar 2000 18:41:50 +0100, =?iso-8859-2?B?qWtvZGE=?=
<tone.skoda at SIOL.NET> wrote:

>Does anybody know about library functions, like are in win32lib, for these
functions (SetWindowsHookEx...) so you can use them in Euphoria?
>

 You can monitor any messages in win32lib by using onEvent.

 If you read Euphoria Library documentation, you will find how to use

 euphoria to open any dll and use functions in those dll, but you

 will have to write the necessary code your self. Euphoria can not

 be used for OOP featues in C++.

Bernie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu