incoming phone call alert

hi all,

I am developing an application in smartphone. I have developed the application to record the voice. My doubt is, When the voice recording is happening, if an incoming phone call comes, what will happen to the voice recording application (A window/dialog will be vsible during the recording phase). How do i track this situation?

thanks in advance
acustat

[387 byte] By [Acusis] at [2008-1-28]
# 1
When a call comes in the default phone app should come to the front, therefore your window will be moved back in the z-order, in other words your form should receive the Deactivate event. Therefore you need to handle this event and pause/stop your recording code.

Peter

PeterFoot at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...