posts - 118,  comments - 447,  views - 27万
05 2007 档案
windows mobile 5.0 下创建菜单
摘要:在开发时经常要创建菜单,并且动态显示和隐藏菜单或者是某个子菜单。以下就是实现的方法:1。创建并显示菜单SHMENUBARINFO mbi; ZeroMemory(&mbi, sizeof(SHMENUBARINFO)); mbi.cbSize=sizeof(SHMENUBARINFO); mbi.hwndParent=m_hWnd; mbi.hInstRes=::AfxGetInstanc... 阅读全文
posted @ 2007-05-10 19:51 小镇 阅读(2240) 评论(0) 推荐(0) 编辑
windows mobile 5.0 下创建Extension DLL
摘要:在开发PC桌面程序时经常会用到extension dll,因为它可以导出类,这样很便于系统开发和集成,但用在PPC上,和PC机还是有一定差别的。1。创建Extension DLLFile->New->Project->MFC Smart Device Dll->MFC extension Dll.建好工程后,新增一个类,如class CTheDll : public CWn... 阅读全文
posted @ 2007-05-08 19:40 小镇 阅读(1655) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示