利用VisualBasic建立快捷方式
有一种朋友不在生活里,却在生命力;有一种陪伴不在身边,却在心间。图老师即在大家的生活中又在身边。这么贴心的服务你感受到了吗?话不多说下面就和大家分享利用VisualBasic建立快捷方式吧。
SubCommand1_Click()
DimlReturnAsLong
'添加到桌面
lReturn=fCreateShellLink("....Desktop","ShortcuttoCalculator","c:windowscalc.exe","")
'添加到程序组
lReturn=fCreateShellLink("","ShortcuttoCalculator","c:windowscalc.exe","")
'添加到启动组
lReturn=fCreateShellLink("Startup","ShortcuttoCalculator","c:windowscalc.exe","")
EndSub->