开发者

sending USSD in C#?

开发者 https://www.devze.com 2022-12-11 12:29 出处:网络
I want to write a simple c# application runs on windows mobile 6 which can send USSD messages Is there any library that could help me in doing this??

I want to write a simple c# application runs on windows mobile 6 which can send USSD messages

Is there any library that could help me in doing this??

or is there any examples that explains how to use lineSendUSSD

tha开发者_开发问答nks


You have to P/Invoke to access the phones TAPI functions.

Have a look at this thread: Windows Mobile Developer Center

0

精彩评论

暂无评论...
验证码 换一张
取 消