Página 1 de 1
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 8:09 am
por Ingo JH
Hi all,
I'm working with 'mcisendstring' and the 'play' command to play a wavefile
asynchronously. I commit the MCI_NOTIFY flag and the handle of the form for
receiving MM_MCINOTIFY messages
Where and how can I process these messages?
TIA
Regards
Ingo
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 10:38 am
por notengo
Ingo,
> Where and how can I process these messages?
If the message is received throught the wndproc of the window, it should be
enough declaring the method:
METHOD MMMCINotify( nWParam, nLParam )
IF nWParam == ...
ENDIF
RETURN Nil
Regards,
José Lalín
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 10:38 am
por notengo
Ingo,
> Where and how can I process these messages?
If the message is received throught the wndproc of the window, it should be
enough declaring the method:
METHOD MMMCINotify( nWParam, nLParam )
IF nWParam == ...
ENDIF
RETURN Nil
Regards,
José Lalín
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 12:33 pm
por Ingo JH
José,
thanks for the answer but I don't know if, where and how Xailer processes
notify messages

.
Regards
Ingo
"José Lalín" <
notengo@correo.com> schrieb im Newsbeitrag
news:48d0c25c$[email=
2@ozsrv2.ozlan.local...]
2@ozsrv2.ozlan.local...[/email]
>
> Ingo,
>
>> Where and how can I process these messages?
>
> If the message is received throught the wndproc of the window, it should
> be enough declaring the method:
>
> METHOD MMMCINotify( nWParam, nLParam )
>
> IF nWParam == ...
> ENDIF
>
> RETURN Nil
>
> Regards,
> José Lalín
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 12:33 pm
por Ingo JH
José,
thanks for the answer but I don't know if, where and how Xailer processes
notify messages

.
Regards
Ingo
"José Lalín" <
notengo@correo.com> schrieb im Newsbeitrag
news:48d0c25c$[email=
2@ozsrv2.ozlan.local...]
2@ozsrv2.ozlan.local...[/email]
>
> Ingo,
>
>> Where and how can I process these messages?
>
> If the message is received throught the wndproc of the window, it should
> be enough declaring the method:
>
> METHOD MMMCINotify( nWParam, nLParam )
>
> IF nWParam == ...
> ENDIF
>
> RETURN Nil
>
> Regards,
> José Lalín
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 1:01 pm
por ignacio
Ingo,
You must deploy the method HandleEvent on the form that receives the
messages:
METHOD HandleEvent( nMsg, nWParam, nLParam )
IF nMsg == ......
ENDIF
RETURN NIL
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Ingo" <
support@mandantwin.com> escribió en el mensaje
news:[email=
48d0dd13@ozsrv2.ozlan.local...]
48d0dd13@ozsrv2.ozlan.local...[/email]
> José,
>
> thanks for the answer but I don't know if, where and how Xailer processes
> notify messages

.
>
> Regards
>
> Ingo
>
>
> "José Lalín" <
notengo@correo.com> schrieb im Newsbeitrag
> news:48d0c25c$[email=
2@ozsrv2.ozlan.local...]
2@ozsrv2.ozlan.local...[/email]
>>
>> Ingo,
>>
>>> Where and how can I process these messages?
>>
>> If the message is received throught the wndproc of the window, it should
>> be enough declaring the method:
>>
>> METHOD MMMCINotify( nWParam, nLParam )
>>
>> IF nWParam == ...
>> ENDIF
>>
>> RETURN Nil
>>
>> Regards,
>> José Lalín
>
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 1:01 pm
por NoName
Ingo,
You must deploy the method HandleEvent on the form that receives the
messages:
METHOD HandleEvent( nMsg, nWParam, nLParam )
IF nMsg == ......
ENDIF
RETURN NIL
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Ingo" <
support@mandantwin.com> escribió en el mensaje
news:[email=
48d0dd13@ozsrv2.ozlan.local...]
48d0dd13@ozsrv2.ozlan.local...[/email]
> José,
>
> thanks for the answer but I don't know if, where and how Xailer processes
> notify messages

.
>
> Regards
>
> Ingo
>
>
> "José Lalín" <
notengo@correo.com> schrieb im Newsbeitrag
> news:48d0c25c$[email=
2@ozsrv2.ozlan.local...]
2@ozsrv2.ozlan.local...[/email]
>>
>> Ingo,
>>
>>> Where and how can I process these messages?
>>
>> If the message is received throught the wndproc of the window, it should
>> be enough declaring the method:
>>
>> METHOD MMMCINotify( nWParam, nLParam )
>>
>> IF nWParam == ...
>> ENDIF
>>
>> RETURN Nil
>>
>> Regards,
>> José Lalín
>
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 1:09 pm
por Ingo JH
Ignacio,
it works in this way

.
Thanks and regards
Ingo
"Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> schrieb im Newsbeitrag
news:48d0e36c$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Ingo,
>
> You must deploy the method HandleEvent on the form that receives the
> messages:
>
> METHOD HandleEvent( nMsg, nWParam, nLParam )
>
> IF nMsg == ......
> ENDIF
>
> RETURN NIL
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Ingo" <
support@mandantwin.com> escribió en el mensaje
> news:[email=
48d0dd13@ozsrv2.ozlan.local...]
48d0dd13@ozsrv2.ozlan.local...[/email]
>> José,
>>
>> thanks for the answer but I don't know if, where and how Xailer processes
>> notify messages

.
>>
>> Regards
>>
>> Ingo
>>
>>
>> "José Lalín" <
notengo@correo.com> schrieb im Newsbeitrag
>> news:48d0c25c$[email=
2@ozsrv2.ozlan.local...]
2@ozsrv2.ozlan.local...[/email]
>>>
>>> Ingo,
>>>
>>>> Where and how can I process these messages?
>>>
>>> If the message is received throught the wndproc of the window, it should
>>> be enough declaring the method:
>>>
>>> METHOD MMMCINotify( nWParam, nLParam )
>>>
>>> IF nWParam == ...
>>> ENDIF
>>>
>>> RETURN Nil
>>>
>>> Regards,
>>> José Lalín
>>
>
>
how to process MM_MCINOTIFY messages?
Publicado: Mié Sep 17, 2008 1:09 pm
por Ingo JH
Ignacio,
it works in this way

.
Thanks and regards
Ingo
"Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> schrieb im Newsbeitrag
news:48d0e36c$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Ingo,
>
> You must deploy the method HandleEvent on the form that receives the
> messages:
>
> METHOD HandleEvent( nMsg, nWParam, nLParam )
>
> IF nMsg == ......
> ENDIF
>
> RETURN NIL
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Ingo" <
support@mandantwin.com> escribió en el mensaje
> news:[email=
48d0dd13@ozsrv2.ozlan.local...]
48d0dd13@ozsrv2.ozlan.local...[/email]
>> José,
>>
>> thanks for the answer but I don't know if, where and how Xailer processes
>> notify messages

.
>>
>> Regards
>>
>> Ingo
>>
>>
>> "José Lalín" <
notengo@correo.com> schrieb im Newsbeitrag
>> news:48d0c25c$[email=
2@ozsrv2.ozlan.local...]
2@ozsrv2.ozlan.local...[/email]
>>>
>>> Ingo,
>>>
>>>> Where and how can I process these messages?
>>>
>>> If the message is received throught the wndproc of the window, it should
>>> be enough declaring the method:
>>>
>>> METHOD MMMCINotify( nWParam, nLParam )
>>>
>>> IF nWParam == ...
>>> ENDIF
>>>
>>> RETURN Nil
>>>
>>> Regards,
>>> José Lalín
>>
>
>