Hello,
is it possible to establis a PhoneCall by using the Compact Framework I donst find anything about it and search the hole day. Only by using unmanaged code I think (I can’t code c++) or by using OpenNetCF which I don’t want to use.
Can anyone Help
Thank you so much
twickl

PhoneCall with CF?
ARTZ
I missed that class in any way but I think the Phone class is absultely what I need.
twickl
OldDrongo
NETCF itself does not include support for that, but it is possible via TAPI.
As you already know there's TAPI wrapper from OpenNetcf.org. If you don't want to use it then you'd need to create your own TAPI wrapper. It does not involve any actual C++ but very good C/C++ understanding and TAPI familiarity is required.
Or, if you're developing for Windows Mobile 5.0 and don't need support for older platforms, you can use Microsoft.WindowsMobile.Telephony.Phone class.