文件名称:ShortCut
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
VC++为你的应用程序创建和删除快捷方式,添加开始菜单程序组菜单,这里首先利用OLE通过调用CoCreateInstance()函数建立一个IID_IShellLink实例,并同时得到其接口指针。利用这个接口指针可以对其各项属性进行设置。为了使这些信息以快捷方式的数据文件(*.lnk)格式保存起来,还需要从IID_IShellLink对象取得其 IID_IPersistFile接口指针,以便于调用其成员函数Save(),保存前面设置的信息。删除快捷方式就更简单些了,具体请参阅代码吧。-VC++ applications you create and delete a shortcut menu to add to the Start menu program group, where the first to use OLE to create a IID_IShellLink instance by calling CoCreateInstance () function, and also get their interface pointers. Using this interface pointer can be set to its various properties. In order to make these information shortcuts data files (*. Lnk) saved format, also need to be obtained from its IID_IPersistFile IID_IShellLink object interface pointer, in order to call its member function Save (), save the information previously set. Remove shortcuts even simpler, the specific code, please refer to it.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ShortCut\NameDlg.cpp
........\NameDlg.h
........\ReadMe.txt
........\res\ShortCut.ico
........\...\ShortCut.rc2
........\resource.h
........\ShortCut.cpp
........\ShortCut.dsp
........\ShortCut.dsw
........\ShortCut.h
........\ShortCut.rc
........\ShortCutDlg.cpp
........\ShortCutDlg.h
........\StdAfx.cpp
........\StdAfx.h
........\res
ShortCut