Smobiler是一个在VS环境中使用.Net语言来开发APP的开发平台,也许比Xamarin更方便

 

 

样式一

一、跳转网页代码(Button的Click事件)

    Private Sub Button1_Click(sender  As Object, e As EventArgs) Handles Button1.Click

        RedirectUrl("", "www.baidu.com")

    End Sub
   C#:
   private void Button1_Click(object sender, EventArgs e)
   {
        RedirectUrl("", "www.baidu.com");      
   }
            

注:第一个参数是显示的标题,第二个参数是需要跳转的网址

二.Smobiler窗体设计界面显示效果

.Net语言 APP开发平台——Smobiler学习日志:如何实现快速跳转网页

三、手机效果显示

.Net语言 APP开发平台——Smobiler学习日志:如何实现快速跳转网页 .Net语言 APP开发平台——Smobiler学习日志:如何实现快速跳转网页

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案