"Azzi Stefano" wrote:
> Hi!
>
> For receive an invoming call you can using the new Alex Feinman Tapi wrapper.
> download from :
>
>
http://www.alexfeinman.com/download.asp?doc=Tapiv2.zip >
> If you don't want see the phone application to pop up you must kill the
> "cprog.exe" process.
>
> I hope this help you.
>
> Azzi Stefano
>
> "Murthy" wrote:
>
> > Hi,
> > I want to receive an Incoming call on my windows mobile 5.0 device through
> > my application. I don't want the Phone application to pop up when my
> > application is running.
> >
> > I know that inorder to receive a new incoming phone call i need to P/Invoke
> > lineAnswer method.
> > But before doing this we need to make my application the owner of this call
> > (I read this in MSDN).
> >
> > Can someone tell me how i can make my application owner of the incoming call
> > and Where (which method) to start to receive an incoming phone call.
> >
> > Thanks,
> > Murthy