嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
用于C 创建快捷方式,修改快捷方式的起始目录
.
├── CreateShortCut
│ ├── CreateShortCut.cpp
│ ├── CreateShortCut.h
│ ├── CreateShortCut.rc
│ ├── CreateShortCut.vcxproj
│ ├── CreateShortCut.vcxproj.filters
│ ├── CreateShortCut.vcxproj.user
│ ├── CreateShortCutDlg.cpp
│ ├── CreateShortCutDlg.h
│ ├── Debug
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── CreateShortCut.exe.embed.manifest
│ │ ├── CreateShortCut.exe.embed.manifest.res
│ │ ├── CreateShortCut.exe.intermediate.manifest
│ │ ├── CreateShortCut.lastbuildstate
│ │ ├── CreateShortCut.log
│ │ ├── CreateShortCut.obj
│ │ ├── CreateShortCut.pch
│ │ ├── CreateShortCut.res
│ │ ├── CreateShortCut.vcxprojResolveAssemblyReference.cache
│ │ ├── CreateShortCut.write.1.tlog
│ │ ├── CreateShortCutDlg.obj
│ │ ├── CreateShortCut_manifest.rc
│ │ ├── cl.command.1.tlog
│ │ ├── link-cvtres.read.1.tlog
│ │ ├── link-cvtres.write.1.tlog
│ │ ├── link.2224-cvtres.read.1.tlog
│ │ ├── link.2224-cvtres.write.1.tlog
│ │ ├── link.2224.read.1.tlog
│ │ ├── link.2224.write.1.tlog
│ │ ├── link.5232-cvtres.read.1.tlog
│ │ ├── link.5232-cvtres.write.1.tlog
│ │ ├── link.5232.read.1.tlog
│ │ ├── link.5232.write.1.tlog
│ │ ├── link.command.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ ├── mt.command.1.tlog
│ │ ├── mt.read.1.tlog
│ │ ├── mt.write.1.tlog
│ │ ├── rc.command.1.tlog
│ │ ├── rc.read.1.tlog
│ │ ├── rc.write.1.tlog
│ │ ├── stdafx.obj
│ │ ├── vc100.idb
│ │ └── vc100.pdb
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateShortCut.ico
│ │ └── CreateShortCut.rc2
│ ├── resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── CreateShortCut.sln
├── Debug
│ └── CreateShortCut.exe
└── 好例子网_c 创建快捷方式vs2010.rar
4 directories, 55 files