I have a dialog that calls PhoneMakeCall. My problem is that when the
call concludes the phone app stays in the front. I have tried calling
my app to the front using SetForegroundWindow and the return value
indicates it has worked yet the phone app persists in the front. Is
there anyway to send this back?

Re: Send dialer app to back - PhoneMakeCall by Kyle

Kyle
Mon Mar 07 17:16:37 CST 2005

Is your window visible? ShowWindow might be more along the lines of what
you're looking for.


--
Kyle Lampe
Software Design Engineer
Windows Mobile

This posting is provided "AS IS" with no warranties, and confers no rights.
Este mensaje esta mandado "COMO ES" sin guarantias y no da derechos ningunos
"Arachne8x" <pelevolcana@hotmail.com> wrote in message
news:1108589294.608780.25050@o13g2000cwo.googlegroups.com...
>I have a dialog that calls PhoneMakeCall. My problem is that when the
> call concludes the phone app stays in the front. I have tried calling
> my app to the front using SetForegroundWindow and the return value
> indicates it has worked yet the phone app persists in the front. Is
> there anyway to send this back?
>