【问题标题】:Send sms with MyPhoneExplorer in vb .net在 vb .net 中使用 MyPhoneExplorer 发送短信
【发布时间】:2021-10-04 12:23:32
【问题描述】:

除了 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.net visual-studio visual-studio-2019


    【解决方案1】:

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

    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")
    

    确保申请地址正确,

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-23
      • 1970-01-01
      • 2013-01-22
      • 2014-12-08
      • 2020-05-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多