PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM20] Custom Windows Message on Win CE 6.0
[WM20] Custom Windows Message on Win CE 6.0
Débuté par rob, 24 juin 2015 21:23 - 1 réponse
Membre enregistré
105 messages
Posté le 24 juin 2015 - 21:23
Hi everyone.

So I have several APIs from a 3rd party dll that I'm calling using API Description variables.
One such API will post a specific windows message when it's done. IE it posts the WM_CAMERACAPTUREFINISH message.

Now, this is a windows message that WinDev is unaware of.

Is there a function in WinDev that I can use to capture this event?
Posté le 24 juin 2015 - 22:00
Hi rob,

this message, like any other message, is just a constant name for a
specific integer value...

So check in your API documentation (or ask the developer) for the value
of this constant and use it

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 6/24/2015 1:23 PM, rob wrote:
Hi everyone.

So I have several APIs from a 3rd party dll that I'm calling using API
Description variables.
One such API will post a specific windows message when it's done. IE it
posts the WM_CAMERACAPTUREFINISH message.

Now, this is a windows message that WinDev is unaware of.
Is there a function in WinDev that I can use to capture this event?