登录
首页 » Windows开发 » vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Arch

vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Arch

于 2022-07-10 发布 文件大小:1.55 MB
0 61
下载积分: 2 下载次数: 1

代码说明:

vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Archive 67 获得各种目录 68 获取并改变系统时间 69 GetDirInfo 70 PrintDemo 71 Context Help 72 MyBar 73 MyDate 74 Mouse 75 局域网中的文件拷贝 76 Comp Name 77 Name2Ip 78 Ip2Name 79 Screensaver 80 helpfile-vc inspiration source code programming examples of 61 applications to run other programs 62 63 hidden application access documents related information 65 64 delete the file dialog use 66 67 My Archive access 68 directory access and change the system time GetDirInfo 69 71 70 PrintDemo Co. ntext MyBar Help 72 73 74 Mouse 75 MyDate LAN documents 76 Comp Name copy Name2Ip 78 77 79 Screensa Ip2Name ver 80 helpfile

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Jinshan drug tyrants like the interface development of small procedures, to demo...
    仿金山毒霸的界面开发的小程序,向大家展示了,如何美化程序的手段-Jinshan drug tyrants like the interface development of small procedures, to demonstrate how to beautify a means of procedures
    2023-09-05 20:35:03下载
    积分:1
  • (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是...
    (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which the grid yard. Now demands of the problem : this Jiugongge adjusted to the squad as shown in Figure 1-1 forms. Adjusted rules : Each will only spaces (upper and lower, or left and right), a number of adjacent spaces- were moved. Test Programming Solution of this problem.----------- VC complete application code
    2022-05-31 10:30:23下载
    积分: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
  • 利用c++builder编程控制
    利用c++builder编程控制-use programming control
    2022-06-01 14:05:03下载
    积分:1
  • 图片存入取出 FROM SQL 之间的转化,简单上手,,,, WELCOME TO DOWNLOAD...
    图片存入取出 FROM SQL 之间的转化,简单上手,,,, WELCOME TO DOWNLOAD-Remove the picture into between the FROM SQL transform, simple to use,,,, WELCOME TO DOWNLOAD
    2022-10-11 03:55:03下载
    积分:1
  • 用VC编写的程序,憨豆的眼睛,很有趣的。看看吧
    用VC编写的程序,憨豆的眼睛,很有趣的。看看吧-VC prepared by the procedure, like the bean eyes, very interesting. Let"s see it
    2022-12-25 08:20:03下载
    积分:1
  • 这个简单的C++源码的战舰游戏。
    This the simple C++ source of Battle Ship game.
    2022-01-26 07:42:57下载
    积分:1
  • 获取当前机器中可用的COM端口数量!
    获取当前机器中可用的COM端口数量!-access to the current machine available COM port count!
    2023-01-24 10:25:04下载
    积分:1
  • WordPad source code to achieve all the functionality of WordPad. Very good
    写字板的源代码,实现写字板的所有功能.非常不错-WordPad source code to achieve all the functionality of WordPad. Very good
    2023-01-15 12:10:04下载
    积分:1
  • This book is meant to help the reader learn how to program in C. It contains a t...
    This book is meant to help the reader learn how to program in C. It contains a tutorial introduction to get new users started as soon as possible, separate chapters on each major feature, and a reference manual. Most of the treatment is based on reading, writing and revising examples, rather than on mere statements of rules. For the most part, the examples are complete, real programs rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, we have also tried where possible to illustrate useful algorithms and principles of good style and sound design.
    2022-01-28 21:40:08下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载