-
360图形界面
该工程用到按钮的自绘控件,窗口的自绘控件,完全仿照360杀毒软件界面设计的,拥有动态点击效果,按钮的三态变化效果,自绘tab分页效果,是个界面效果很不错的参考软件。
- 2023-04-27 20:55:04下载
- 积分:1
-
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg...
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg she和st 分别放苹果 蛇身和蛇头的图片所有image的长 宽 都为255一个shape 名为 sh 长宽为4590源码如下 (本人要读书,不太完善)-a game built 18 image control group called sn (0) sn (1) ... sn (17) a timer1 points to a three label2 image and she called pg st respectively Apple Snake-Body and take pictures of all snakeheads image of the taxi driver to 255 1 Chang called sh shape for the 4590 source code as follows (I have to study, not quite perfect)
- 2023-08-22 12:10:03下载
- 积分:1
-
Visual C++.NET 数据库开发指南4
Visual C++.NET 数据库开发指南4-Visual C++. NET Database Developer" s Guide 4
- 2022-02-25 12:28:18下载
- 积分:1
-
Flash文件编程源代码
Flash文件编程源代码-Flash File programming source code
- 2022-11-26 15:55:04下载
- 积分:1
-
use Outlook 97 styles to achieve the menu
用vb实现Outlook 97样式的菜单-use Outlook 97 styles to achieve the menu
- 2022-11-12 00:30:04下载
- 积分:1
-
应用程序容易看懂并为我们所用
应用程序容易看懂并为我们所用-applications easily accessible and has been used
- 2022-04-30 02:15:34下载
- 积分:1
-
delphi版的串口调试工具
资源描述delphi版的串口调试工具,本来是c++写的,我改成了Delphi版,需要的拿走,非常有用,相信很多人都在寻找这个东西。
- 2023-03-29 20:05:03下载
- 积分:1
-
生成NT服务程序的向导,要拷贝到相应的目录
生成NT服务程序的向导,要拷贝到相应的目录-generated NT service program guide, we should copy to the appropriate directory
- 2023-02-06 11:00:04下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
直接从硬盘读文件的例子,很好用的,可以实现类似pwdump功能的东西...
直接从硬盘读文件的例子,很好用的,可以实现类似pwdump功能的东西-Read document directly from the hard drive example of good use, you can achieve similar functionality pwdump things! !
- 2022-07-04 02:06:05下载
- 积分:1