- UID
- 4624696
- 主题
- 667
- 阅读权限
- 50
- 帖子
- 3800
- 精华
- 0
- 积分
- 1917
- 金钱
- 2638
- 荣誉
- 0
- 人气
- 169
- 在线时间
- 8030 小时
- 评议
- 0
- 帖子
- 3800
- 精华
- 0
- 积分
- 1917
- 金钱
- 2638
- 荣誉
- 0
- 人气
- 169
- 评议
- 0
|
织田qj 发表于 2011-4-10 21:58 
跪求制作方法 好吧我承认我是新人。。。
Private Sub Command1_Click()
Shell "D:\GAME\S.T.A.L.K.E.R\data\bin\XR_3DA.exe", 1
End Sub
Private Sub Command10_Click()
Shell "F:\GAME\Minecraft我的世界\minecraft.exe", 1
End Sub
Private Sub Command11_Click()
Shell "d:\GAME\CSS\量子游戏css.exe", 1
End Sub
Private Sub Command12_Click()
Shell "C:\Program Files\Thunder\Thunder.exe", 1
End Sub
Private Sub Command13_Click()
Shell "D:\Program Files\Tencent\QQ\Bin\QQ.exe", 1
End Sub
Private Sub Command14_Click()
Shell "D:\Program Files\115\UDown\UDown.exe", 1
End Sub
Private Sub Command15_Click()
Shell "D:\Program Files\Everything\Everything-1.2.1.375b.exe", 1
End Sub
Private Sub Command16_Click()
Shell "D:\Program Files\TTPlayer\TTPlayer.exe", 1
End Sub
Private Sub Command17_Click()
Shell "D:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe", 1
End Sub
Private Sub Command18_Click()
Shell "C:\Users\liu\AppData\Local\Google\Chrome\Application\chrome.exe", 1
End Sub
Private Sub Command19_Click()
Shell "D:\Program Files\RaySource\RaySource.exe", 1
End Sub
Private Sub Command2_Click()
Shell "D:\GAME\S.T.A.L.K.E.R. - Call of Pripyat\Stalker-COP.exe", 1
End Sub
Private Sub Command20_Click()
Shell "C:\Users\liu\AppData\Roaming\GameRanger\GameRanger\GameRanger.exe", 1
End Sub
Private Sub Command21_Click()
Shell "H:\soft\AutoCAD\AutoCAD 2004\acad.exe", 1
End Sub
Private Sub Command22_Click()
Shell "D:\Program Files\FrapsV3.0.2\fraps.exe", 1
End Sub
Private Sub Command3_Click()
Shell "D:\GAME\极品飞车15\shift2u.exe", 1
End Sub
Private Sub Command4_Click()
Shell "E:\GAME\ArmA 2 Operation Arrowhead\arma2OA.exe", 1
End Sub
Private Sub Command5_Click()
Shell "E:\GAME\Crysis 2\bin32\Crysis2.exe", 1
End Sub
Private Sub Command6_Click(Index As Integer)
Shell "E:\GAME\国土防线\Binaries\HOMEFRONT.exe", 1
End Sub
Private Sub Command7_Click()
Shell "D:\GAME\Grand Theft Auto IV\NoRGSC.exe", 1
End Sub
Private Sub Command8_Click()
Shell "E:\GAME\FIFA 11\Game\fifasetup\fifaconfig.exe", 1
End Sub
Private Sub Command9_Click()
Shell "F:\GAME\Dead Space 2\deadspace2.exe", 1
End Sub
Private Sub Picture1_Click()
End Sub
|
|