wince系统自带的软键盘有两种样式,可通过Catalog Items View窗口中Shell and User Interface-->User Interface-->Software Input Panel下的SIP for Large Screens和SIP for Small Screens这两个组件来选择。
选择SIP for Large Screens效果:
选择SIP...
DirectoryInfo TheFolder=new DirectoryInfo(folderFullName);
//遍历文件夹
foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) this.listBox1.Items...
FBLikeLayoutThis is an UICollectionView layout inspired by the photo section of facebook. This layout loads squared items with randomic full size item...
分类:
其他好文 时间:
2015-03-02 23:38:30
阅读次数:
216
主要是在将图像引入项目中,没有选择Destination:Copy items if needed一项。 没有选择Destination:Copy items if needed一项,图像只能是以链接的形式存在于项目中,当图像移动路径时,项目中的图像就无法正常显示。所以,以后只要把其他资源引进项目....
分类:
移动开发 时间:
2015-03-02 22:29:10
阅读次数:
148
今天工作内容是熟悉了淘宝的几个API,主要是taobao.user.seller.get 查询卖家用户信息taobao.items.onsale.get 获取当前会话用户出售中的商品列表第一步:先注册了沙箱测试账号,sandbox_yb_ysp,密码111111第二步:下载SDK,导入自己新建的项目...
<html> <head> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(function(){ ? $(‘#CheckedAll‘).click(function(){ ? ? $(‘[name=items]:checkbox‘)...
分类:
Web程序 时间:
2015-03-02 19:27:34
阅读次数:
125
1 public void getFileDir(String filePath) { 2 try{ 3 this.tv.setText("当前路径:"+filePath);// 设置当前所在路径 4 items =...
分类:
其他好文 时间:
2015-02-28 16:01:38
阅读次数:
105
1.创建url 链接到form$items['qianfeng/add'] = array( 'title' => t('加入信息'), 'page callback' => 'drupal_get_form', 'page arguments' => array('qianfeng_add'...
分类:
Web程序 时间:
2015-02-27 21:25:08
阅读次数:
144
目的:使wince7系统能支持显示中文
步骤:
1、在Catalog Items View窗口中勾选如下组件
在Core OS->Windows Embedded Compact->Fonts->Scripts->Chinese(Simplified)中选择SimSun & NSimSun。
在Core OS->Windows Embedded Compact->Interna...
ListView在WinForm中多用于表的构建,可以直观的显示表的信息,其格式如同SQL的表这是他的位置,在公共控件中:Listview的几个重要属性:Columms(集合)、Groups(集合)、Items(集合)、View(视图)、以及Items中的SubItems(集合)其中View共有5种...