首页 > 解决方案 > 在 vb .net 中使用 MyPhoneExplorer 发送短信

问题描述

除了 twilio,如果我们想使用我们的 android 手机发送短信或拨打电话,我们可以使用 myphoneexplorer 来完成,在 PC 和移动设备上安装 Myphoneexplorer 使用 wifi 蓝牙或 USB 连接它们,然后连接您的 PC 和移动设备,然后使用以下代码发送短信或您想要执行的任何其他操作,此处提到https://www.fjsoft.at/forum/viewtopic.php?t=42&sid=04edc8027852e72f7c8679d6f3a137ac

 Process.Start("C:\Program Files (x86)\MyPhoneExplorer\MyPhoneExplorer.exe", "action=sendmessage savetosent=1 number=0123456789 text="your text here.%n Any text")

确保申请地址正确,

标签: vb.netvisual-studiovisual-studio-2019

解决方案


我试图在网上找到解决方案,但找不到,所以如果他们需要,我想与任何人分享

install Myphoneexplorer both on pc and mobile connect them with wifi Bluetooth or USB then connect your PC and mobile then use the following code to send SMS or any other action you want to do which is mentioned here https://www.fjsoft.at/forum/viewtopic.php?t=42&sid=04edc8027852e72f7c8679d6f3a137ac

 Process.Start("C:\Program Files (x86)\MyPhoneExplorer\MyPhoneExplorer.exe", "action=sendmessage savetosent=1 number=0123456789 text="your text here.%n Any text")

确保申请地址正确,


推荐阅读