12 2022 档案

.NET(C#、VB)APP开发——Smobiler平台控件介绍:VLCPlayer
摘要:本文简述如何在Smobiler中使用VLCPlayer插件,该插件支持播放rtsp流。 Step 1. 新建一个SmobilerForm窗体,再拖入VLCPlay,布局如下 在设计器中给VLCPlayer.Url赋值或者在窗体的Load事件中赋值 演示使用的rtsp流地址 rtsp://wowzae 阅读全文

posted @ 2022-12-28 13:49 smobiler 阅读(124) 评论(1) 推荐(0)

.NET(C#、VB)APP开发——Smobiler平台控件介绍:Bluetooth组件
摘要:本文简述如何在Smobiler中使用Bluetooth。 Step 1. 新建一个SmobilerForm窗体,并在窗体中加入Button和Bluetooth,布局如下 Button的点击事件代码: /// <summary> /// 关闭蓝牙 /// </summary> /// <param n 阅读全文

posted @ 2022-12-26 15:14 smobiler 阅读(262) 评论(1) 推荐(0)

.NET(C#、VB)APP开发——Smobiler平台控件介绍:MapView & MaptrimView
摘要:本文简述如何在Smobiler中使用MapView和MaptrimView。 Mapview MapView 地图插件,可用于显示指定地点地图,显示轨迹等。 Step 1. 新建一个SmobilerForm窗体,再拖入MapView和Button,MapView.Size设置(300,300)布局如 阅读全文

posted @ 2022-12-12 13:09 smobiler 阅读(142) 评论(0) 推荐(0)

.NET(C#、VB)APP开发——Smobiler平台控件介绍:BarcodeReader组件
摘要:本文简述如何在Smobiler中使用BarcodeReader组件进行条码识别。Barcodereader通过机器学习能识别不规则条码,效率更好。 Step 1. 新建一个SmobilerForm窗体,并在窗体中加入Barcodereader和Button,布局如下 Button的点击事件代码: p 阅读全文

posted @ 2022-12-05 10:09 smobiler 阅读(167) 评论(1) 推荐(0)

导航