Wrong character in ClipBoard.AsText??
作者:lysoft 日期:2007-09-21
Wrong character in ClipBoard.AsText??
In Delphi, use ClipBoard unit, a common method "ClipBoard.AsText" is doing a wrong way when using non-English character. How to fix it? Look into the source code, you will find VCL use CF_TEXT to do the job :( change it to CF_UNICODETEXT!
Now we can use following code to due with the problem!
---Chinese---
In Delphi, use ClipBoard unit, a common method "ClipBoard.AsText" is doing a wrong way when using non-English character. How to fix it? Look into the source code, you will find VCL use CF_TEXT to do the job :( change it to CF_UNICODETEXT!
Now we can use following code to due with the problem!
---Chinese---
ASPLock --- 保护你的ASP代码不被盗用
作者:lysoft 日期:2007-07-06
点击进入ASPLock介绍页面
自从04年8月发布以来,一直没怎么更新,是朋友提起ASP加密保护这件事情,我才记得曾经再04年8月做过这个软件,那就放出来,当作是一个时期的纪念吧.
另外,想要实现硬件/服务器绑定,其实也很容易的:可以用别的COM组件读取服务器设备特征码,然后添加到ASP文件中,执行时判断,如为无效,则Response.End即可,然后加密此ASP源文件即可.当然,只需要在重要的地方放置这个检测代码,那样就能保护好你的知识产权不被非法占有.
自从04年8月发布以来,一直没怎么更新,是朋友提起ASP加密保护这件事情,我才记得曾经再04年8月做过这个软件,那就放出来,当作是一个时期的纪念吧.
另外,想要实现硬件/服务器绑定,其实也很容易的:可以用别的COM组件读取服务器设备特征码,然后添加到ASP文件中,执行时判断,如为无效,则Response.End即可,然后加密此ASP源文件即可.当然,只需要在重要的地方放置这个检测代码,那样就能保护好你的知识产权不被非法占有.
VMWare-Mount UI for VMWare v70314 (with src)
作者:lysoft 日期:2007-03-14
Are you tired to mount a VMWare VMDK file with command line prompt? Now, VMWareMountUI with Win32 GUI can help you to do this in a simple way!
Use command line "VMWareMountUI.exe /install" to associate VMDK file, or "VMWareMountUI.exe /uninstall" to cancel file association.
VMWareMountUI可以以非常方便的Win32界面来打开VMWare的VMDK文件,这样你就不需要再使用那个烦人的命令行方式了.使用参数"/install"来设置VMWareMountUI为VMDK文件的默认打开程序.
with full Delphi source code with Vista UAC support!
Use command line "VMWareMountUI.exe /install" to associate VMDK file, or "VMWareMountUI.exe /uninstall" to cancel file association.
VMWareMountUI可以以非常方便的Win32界面来打开VMWare的VMDK文件,这样你就不需要再使用那个烦人的命令行方式了.使用参数"/install"来设置VMWareMountUI为VMDK文件的默认打开程序.
with full Delphi source code with Vista UAC support!








