Mobile开发搜集整理的资料

     
      Mobile开发也有好几个项目了,期间从互联网上整理很多Mobile开发资料,为了方便更多的人节省搜集时间,现将部分搜集而来Mobile开发资料整理成一个项目,方便自己,也方便同仁们学习查阅!

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Reflection;
using System.Windows.Forms;
using Application.Framework.Win32;
using System.ComponentModel;
using System.Security.Cryptography;
using System.IO;
using Microsoft.Win32;

namespace Application.Framework.GetPDADetail
{
    
public class PDAOperate
    
{
        
---获取UUID号码---

        
---MD5加密---

        
---设置开机画面---

        
---屏蔽Dll弹出(安全性)---

        
---获取PDA版本型号,例如E616---

        
---重新启动PDA---

        
--一定时间内重新启动应用程序---

        
---操作模式触发应用程序运行---

        
---关闭电源操作---

        
---获取蓝牙状态(PowerOff,Connectable,Discoverable)---

        
---设置蓝牙状态(PowerOff,Connectable,Discoverable)------

        
---隐藏窗体OK按钮------

        
---隐藏窗体X按钮------

        
---播放WMA文件(第一种方法)------

        
---播放WMA文件(第二种方法)------

        
---设置系统时间------

        
---获取设备ID------

        
---输入面板显示------

        
---输入面板隐藏------

        
----读注册表GetOwner获取手机用户名----

    }

}


Mobile开发项目资料:https://files.cnblogs.com/xiaobaigang/Application.Framework.rar
原文地址:https://www.cnblogs.com/xiaobaigang/p/1575529.html