queries about phone call???

  • Thread starter Thread starter adan
  • Start date Start date
A

adan

Hello
I use the Opennetcf.phone class but give me a type.load.exception
error?
secondly i cant find a method to disconnect a call?
can i send my data instead of voice during the call?

My programming skills are limited to C# so kindly give me links and
answer in c#. i will be greatful.
Thanks
 
You may be encountering the same bug which affects the
OpenNETCF.WindowsCE.Forms assembly when using the v1.3 release - See here
for a list of known issues and workarounds
http://www.peterfoot.net/SDF13KnownIssues.aspx
The Phone class in the library is merely a wrapper for phoneMakeCall and
supports only initiating a voice call. For full control of the line you'll
need to use TAPI, a .NETCF TAPI wrapper can be found here
http://www.alexfeinman.com/download.asp?doc=tapi1.1.zip
If you want to create a standard data dial-up connection you can use the RAS
APIs which are wrapped in this component -
http://www.intelliprog.com/netcf/ras.html

Peter
 
Back
Top