260039

所属分类:Windows编程
开发工具:Visual Basic
文件大小:6KB
下载次数:1
上传日期:2018-03-31 14:48:09
上 传 者Ewithu
说明:  Create your own file exaggeration name

文件列表:
使用说明.txt (1097, 2017-04-11)
Xtension.bas (5440, 2017-04-11)
Xtension11.bas (7734, 2017-04-11)
VB程序太平洋.EXE (24576, 2017-04-11)
wFabout.url (84, 2017-04-11)
免费音乐,MTV,电影.url (76, 2017-04-11)

----------------------------------- README - XTENSION 1.1 BY CYBERASCII ----------------------------------- K, now, this is pretty basic and can be hard to work with in this manner.. but i tried and got it working... all u have to do is when calling the creatextension command, do the following: junk = creatextension("tst", "icon.ico", "c:\test.exe /1 %") notice in the third value of the create xtension is says the location of the program and /1, and %, /1 will tell the program that it needs to do somthing with the file double clicked that has your specified extension on it... and % tells your program the location of the file... so lets say uve already called the ext command and have a new extension made, and its tst and u make a file called test.tst, this file will have your icon, and open what program you specified... the information recieved by your program is: /1 test.tst this tell the program that information, all you have to do is tell it what to do with it. example: ============================================== Private Sub Form_Load() if check <> "" then 'what to do with the file 'sent to your program... 'remember, the data sent back through 'check is the location of the file 'double clicked, so: msgbox "The file double clicked was: " + check else msgbox "No file was double clicked: end if end sub ============================================== it may seem complicated, but its the best i can do right now... thx for checking in with it... CyberAscii

近期下载者

相关文件


收藏者