
wince
feng00~
这个作者很懒,什么都没留下…
展开
-
wince 隐藏任务栏
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace LSKWDL{ public class CScreenLG { const uint SHFS_SHOWTASKBAR = 0x00转载 2014-08-25 15:47:48 · 550 阅读 · 0 评论 -
wince 获取项目当前路径
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.ComponentModel;using System.Reflection;namespace LSKWDL.util{ class GetCurrentPath {原创 2014-08-25 15:55:53 · 685 阅读 · 0 评论 -
wince api大全
1. API之网络函数 WNetAddConnection 创建同一个网络资源的永久性连接 WNetAddConnection2 创建同一个网络资源的连接 WNetAddConnection3 创建同一个网络资源的连接 WNetCancelConnection 结束一个网络连接 WNetCancelConnection2 结束一个网络连接 WNetCloseE翻译 2014-08-27 14:49:20 · 1729 阅读 · 0 评论