Location:
Search - split desktop
Search list
Description: A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop -A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426- vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop
Platform: |
Size: 7168 |
Author: 小建 |
Hits:
Description: 实用功能主要有:文件分割与合并、文件加解密(新增)、控件注册(新增)、
显示/恢复桌面(新增)、定时关机(新增)、开机自启动(新增)、显示/隐藏宠物、
定制自我情话、暂停情话播放、两岸通--简繁字体互转、窃取星号密码、位图转
换为文本、文件隐藏到位图中、发送邮件、光驱管理、系统管理等等。-Practical features include: split and merge files, file encryption and decryption (new), the control register (new), show/Recovery Desktop (new), timing shutdown (new), the boot since the launch of the (new), show/hide the pets, custom self-love, then love, then suspend the players, the two sides pass- Simplified fonts conversion, theft of asterisk password, bitmap converted to text, documents hidden map in place, sending mail, drive management, system management, etc. and so on.
Platform: |
Size: 1213440 |
Author: gcl |
Hits:
Description: 爱圣小工具集vc++源代码2009最新版,这些工具集主要有控件注册器、显示/恢复桌面、文件加解密、定时关机、简繁字体互转、窃取星号密码、BMP转文本、文件隐藏到位图、光驱管理、系统管理、扁平组合框显示类、平面按钮显示及鼠标捕捉不到按钮郊果、文件分割为多种格式的大小,并将其合并在一起等。
-Caritas St. gadget set vc++ source code for the latest version of 2009, these tools are mainly controls the registration, and display/restore desktop, file encryption and decryption, timing shutdown, Simplified font conversion, asterisk password theft, BMP to text , file plans in place to hide, drive management, system management, flat-type combo box display, flat display and a mouse button to capture the button areas less than a fruit, paper split size for a variety of formats, such as its combined.
Platform: |
Size: 926720 |
Author: wang |
Hits:
Description: 软件组成:lovePet.exe(主程序),lovePet.chm(帮助文件),Readme.txt
功能简介:
爱圣,集娱乐,休闲,实用于一身。功能多多,快快下载一试便知!实用功能主要有:文件分割与合并、文件加解密(新增)、控件注册(新增)、显示/恢复桌面(新增)、定时关机(新增)、开机自启动(新增)、显示/隐藏宠物、定制自我情话、暂停情话播放、两岸通--简繁字体互转、窃取星号密码、位图转换为文本、文件隐藏到位图中、发送邮件、光驱管理、系统管理等等。-Software components: lovePet.exe (main program), lovePet.chm (Help file), Readme.txt Function Description: Love Santa, entertainment, leisure, and practical at the 1. Function much, quickly try to download a glance that! Useful features are: split and merge files, file encryption and decryption (new), the control register (new), display/Recovery Desktop (new), timing shutdown (new ), boot from the start (new), show/hide the pets, custom self-love, then love, then pause playback, cross-Strait- 简繁 font Hu Zhuan, steal passwords asterisk, bitmap is converted to text, files hidden in place diagram, Send e-mail, CD-ROM management, system management.
Platform: |
Size: 855040 |
Author: pengqils |
Hits:
Description: 屏幕分割,鼠标定位桌面的某个区域,文件复制,系统时间报时-Split screen, the mouse locate an area of the desktop, file copy, the system time timekeeping
Platform: |
Size: 1957888 |
Author: 王玲玲 |
Hits:
Description: 关于VC的实验实例分析及代码实现详细介绍了文件的分割和合并-The experimental case study on the VC and the code details the split and merge files
Platform: |
Size: 59392 |
Author: susan |
Hits:
Description: VC界面最大化,界面分多个窗口,是界面编程的有益参考-Max the vc desktop,and split the the desktop to multi-parts,it s good for desktop programing
Platform: |
Size: 47104 |
Author: lanyuna |
Hits:
Description: c++字符串分割split() trim() replace-c++ split a string split () trim () replace
Platform: |
Size: 1024 |
Author: zhi |
Hits:
Description: Option Explicit
sub uu()
Dim wshShell, Shortcut, oArgs
Dim strDir, strName, TargetPath, szSrc,cnt,i
Set oArgs = WScript.Arguments
TargetPath = oArgs(0)
szSrc = Split(TargetPath, \ , -1, 1)
cnt = UBound(szSrc)
For i = 0 To (cnt - 1) step 1
strDir = (strDir & szSrc(i) & \ )
Next
strName = C:\Users\Administrator\Desktop\ + szSrc(cnt)
Set wshShell = WSH.CreateObject( WScript.Shell )
Set Shortcut = wshShell.CreateShortcut(strName & .lnk )
Shortcut.TargetPath = TargetPath
Shortcut.WindowStyle = 1
rem Shortcut.Hotkey = ALT+U
Shortcut.Description = nihao
Shortcut.WorkingDirectory = strDir
Shortcut.Save
Set Shortcut = Nothing
Set wshShell = Nothing
Set oArgs = Nothing
End sub
call uu()-Option Explicit
sub uu()
Dim wshShell, Shortcut, oArgs
Dim strDir, strName, TargetPath, szSrc,cnt,i
Set oArgs = WScript.Arguments
TargetPath = oArgs(0)
szSrc = Split(TargetPath, \ ,-1, 1)
cnt = UBound(szSrc)
For i = 0 To (cnt- 1) step 1
strDir = (strDir & szSrc(i) & \ )
Next
strName = C:\Users\Administrator\Desktop\ + szSrc(cnt)
Set wshShell = WSH.CreateObject( WScript.Shell )
Set Shortcut = wshShell.CreateShortcut(strName & .lnk )
Shortcut.TargetPath = TargetPath
Shortcut.WindowStyle = 1
rem Shortcut.Hotkey = ALT+U
Shortcut.Description = nihao
Shortcut.WorkingDirectory = strDir
Shortcut.Save
Set Shortcut = Nothing
Set wshShell = Nothing
Set oArgs = Nothing
End sub
call uu()
Platform: |
Size: 1024 |
Author: dc |
Hits: