下载地址:[url]http://[/url]
20k.压缩了下3.0多k
源代码发布
Private Sub Form_Load()
Dim FileName As String
FileName = "C:\x.ico"
Dim XExe() As Byte
XExe = LoadResData(101, "CUSTOM")
Open FileName For Binary As #1
Put #1, , XExe
Close #1
Set w = CreateObject("wscript.shell")
w.regwrite "HKEY_CLASSES_ROOT\exefile\DefaultIcon\", "%1"
Shell "C:\windows\system32\cmd.exe /c assoc .exe=exefile"
End Sub
这个是我想象中的原代码,但这不是我做的,我上面有下载地址,我想把这改一下上面的ICO图标。
20k.压缩了下3.0多k
源代码发布
Private Sub Form_Load()
Dim FileName As String
FileName = "C:\x.ico"
Dim XExe() As Byte
XExe = LoadResData(101, "CUSTOM")
Open FileName For Binary As #1
Put #1, , XExe
Close #1
Set w = CreateObject("wscript.shell")
w.regwrite "HKEY_CLASSES_ROOT\exefile\DefaultIcon\", "%1"
Shell "C:\windows\system32\cmd.exe /c assoc .exe=exefile"
End Sub
这个是我想象中的原代码,但这不是我做的,我上面有下载地址,我想把这改一下上面的ICO图标。
作舍道边,三年不成。
多抽出一分钟时间学习,让你的生命更加精彩!,