搜索资源列表
SQLserver
- c#sql server数据库的简单操作
WinceKeyHookSource
- 1.小弟初学EVC,因之前都没学过C++、VC,所以写的比较简单。在此要谢谢驱动开发网的zhoumc 大哥,谢谢他多日来给我耐心的帮助! 2.工程kbhook是放HHOOK处理程序的DLL,winceKBhook是一个对话框程序,用来调用具体的应用程序。 3.因本人目前手上开发板上还没有键盘,所以在对话框上装了个按钮,用keybd_event来发送键盘消息。钩子安装成功之后可多次调用应用程序,但前后两次调用之间要有点时间间隔,大约5秒种,且要把应用程序关掉之后才可继续调用。
CeDialer
- WINCE 上的简单电话拨号程序,使用C++ 编写
BasicGPS_WinCSharp
- C# 做的简单的GPS软件,方便初学
wceui_800x480_demo
- WceUi界面库是Windows CE UI界面库的缩写, 是专门针对Windows CE应用开发所做的一套界面库,她能极大的提高Windows CE下的界面开发效率,迅速开发出理想的UI。 ------------------------------------------------------------------------------ 做Windows CE应用开发的会需要WceUi界面库。 WceUi界面库的关键特性: 完全实现iph
04401058CppBuilder
- 一部完整的入学C++builder教程 包括了一些简单的小程序和源代码-it is easy help you cross the c++ buileder
Draw
- evc4.0 用c++ 写的一个小画图程序,可以选择不同的颜色画一些简单的图案-evc4.0 using c++ to write a small drawing program, you can choose a different color painting simple patterns
RfidApp
- c#操作sql ce简单示例,开发环境Vsual studio 2008.-c# operator sql ce simple example, development environment Vsual studio 2008.
1
- 编程简单,可供学习c++或wince的同学学习加油加油-Hamster playing the game programming easy for learning c++ or wince students to learn
GreedySnake
- wince 下用 VS2005 C# 开发的 贪吃蛇游戏,画面比较简单-wince with VS2005 C# development under the Snake game, the screen is relatively simple
POWERBUTTON
- 这是基于vs2005+s3c6410+wince6.0的一个驱动程序例子!很简单,适合初学者学习!-This is based on vs2005+ s3c6410+ wince6.0 example of a driver! Very simple, suitable for beginners to learn!
CSHAP_PORT
- wince 串口编程事例,C#全部源码,简单实用-wince serial port programming example, C all the source code, simple and practical
CE_serialport
- 用vs2005+c#开发的wince6.0的简单的串口程序,用c#自带的控件完成,基于.net 2.0 当然在pc机上也能运行使用-Developed vs2005+c# wince6.0 simple serial program, the completion of the control that comes with c# based. Net 2.0, of course, can run using the pc
SIPINFO
- wince 设置输入法位置 C# 源码简单用例-Set the input method wince location
SQLite
- 开发语言C#,环境vs2008、windows、wince6.0,带sqlite3的dll.例子简单,初学者可以参考。-Development language C#, environment vs2008, windows, wince6.0, dll with the sqlite3. Example simple, beginners can refer to.
chartCe wince绘制曲线的控件
- 自用的chartCe控件,使用VS 2008 C#开发,在wince 6.0 R3中运行没问题。其他版本没有测试过。 采用了双缓冲绘图,更新画面不闪烁,运行时占用资源极少。有简单的自动缩放功能。可绘制历史曲线也可用做实时图表。 特别说明,这个控件是基于网友的windowFrom控件改的。