【分享】Skin++ For Delphi 破解

本文介绍如何破解Skin++ For Delphi试用版限制。通过HOOK API 'MessageBoxIndirectA'来移除试用提示窗口,并修改PixOS.ssk文件中的BMP图片以去除“试用版”字样。
【分享】Skin++ For Delphi 破解
TWOGUN 当前离线

Skin++ For  Delphi 破解

第一个破解:去掉Skin++试用版的提示窗口?HOOK API 'MessageBoxIndirectA'
hookcode(GetProcAddress(LoadLibrary('user32.dll'), 'MessageBoxIndirectA'), @MyMessageBoxIndirectA, @MessageBoxIndirectANext);

function MyMessageBoxIndirectA(const MsgBoxParams: TMsgBoxParamsA): BOOL; stdcall;
begin
if strpas(MsgBoxParams.lpszCaption)='UIPOWER' THEN
BEGIN
result:=FALSE;
END
ELSE
result:=MessageBoxIndirectANext(MsgBoxParams);
end;

第二个破解:skin++如何去掉“试用版”字样?
在WINRAR中双击PixOS.ssk 解压该文件找到pixosmenubackground.bmp,编辑该BMP文件去掉“试用版”字样,保存后加入到PixOS.ssk ,即可.
MLSkin is a skin component under Delphi, inherited based on Delphi standard components, and extends a lot of practical attribute functions for developers to call; in use, there is little difference between the standard VCL components, but the display style is very different, it can easily achieve the effect like QQ skin, and want to change the display The style you want to do is just to reload a picture; most of the components in it can be used alone, without the need to rely on the skin of the form, the display effect can be customized, very flexible; the current set of skin components provides more than 50 common components, more than 20 practical Demo, can be very convenient and quick implementation of you The effect you want. Website http://www.pngui.com/filedownload Feature: Support one touch skin, you can set the picture and color into the background of the form. The hue, saturation and brightness of the skin can be adjusted arbitrarily. The original picture resource management library can quickly and conveniently manage the pictures needed in the program. The unique image resource attribute supports the direct use of the detailed path of picture ID or local image file to call image resources. Easy to achieve the shadow of the form, the shape of the special form effect, simple to only need to set up two pictures. You can add any number of pictures, buttons and text on the form title bar. Memo, Edit, ListView and other components support transparent background, the border effect can be customized, add the commonly used search box and password input box. Redefined Toolbar, showing very beautiful style, and supporting horizontal and vertical display. Menu beautification, transparent effect, as long as you set up a picture, you can make your menu style different. You can display MainMenu on the title bar and display the location that you can customize. Almost all components can set their display styles individually, and most of the container com
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值