Welcome![Sign In][Sign Up]
Location:
Search - delphi vista

Search list

[Delphi VCL2006030316211430819

Description: 使用说明:    编译并安装,在 IDE 的控件栏可以看见 VCLSKIN 包含有 TSkinData,TSkinStore和TSkinCaption 请在放置 TSkinData 控件的 FORM 上放置一个 TSkinCaption, 当TSkinCaption 的 Active 属性为 False 时关闭补丁,当 Active 为 True 时开启补丁。 补丁未开启时 VclSkin 为 DEMO 版, 补丁开启时 VclSkin 业已成为 retail 版本。 补丁支持运行时动态开启。 请注意:3.93 以后的版本补丁 active 属性缺省为开启。 新增 SKIN 的透明设置 SkinAlpha,可以制作全透明的 Vista 界面,包括 Menus,Dialogs,MessageBox 等等。 备注:此版本已经可以和 TNT Unicode Controls 很好的一起工作! 如果你需要转载本补丁,请指明出处。 maotpo@126.com QQ: 378453102 (欢迎交流)-use : compile and install the control of the IDE can see VCLSKIN column contains TSkinData, TSkinStore and TSkinCaption please placed TSkinData FORM controls placed on a TSkinCaption, when TSkinCaption Active attribute to False closed patch, when Active at the opening of the True patch. Patch VclSkin not opened for the DEMO version, patch opened VclSkin has become a retail version. Patches support dynamic runtime opened. Please note : the version 3.93 patch after active attribute default opened. New skin file SkinAlpha set up a transparent, transparent can be produced all the Vista interface, including Menus, Dialogs, MessageBox and so on. Note : This version can and TNT Unicode Controls good work! If you need reproduced the patch, please indicate the source. Maotpo@126.com QQ : 378453102
Platform: | Size: 5430272 | Author: 李清华 | Hits:

[Dialog_Windowupp_VistaDialogsDemo

Description: Vista Dialog TaskDialog OpenDialog SaveDialog 对话框-Vista Dialog TaskDialog OpenDialog SaveD ialog dialog
Platform: | Size: 308224 | Author: 梁超 | Hits:

[Button controlDemo

Description: 外国老写的vista风格的控件,很漂亮,压缩包里有源码和例子,还有说明,很详细,这个是demo部分-Written by foreign old vista style controls, very beautiful, compression bag and has source code examples, but also shows that a very detailed, this is part of demo
Platform: | Size: 389120 | Author: | Hits:

[Button controlSource

Description: 外国老写的vista风格的控件,很漂亮,压缩包里有源码和例子,还有说明,很详细,这个是source部分-Written by foreign old vista style controls, very beautiful, compression bag and has source code examples, but also shows that a very detailed, this is the source part
Platform: | Size: 44032 | Author: | Hits:

[Delphi VCLVistaBUTTON

Description: Vista 风格的按钮,Delphi7编译通过。-Vista-style button, Delphi7 compiled through.
Platform: | Size: 1673216 | Author: OLDSEVEN | Hits:

[OS programCDKey

Description: 取得Windows的产品序列号,支持win2000/xp/2003/vista/2008,在delphi 7+Windows xp sp2下编译通过-Products made Windows serial number, support win2000/xp/2003/vista/2008, in delphi 7+ Windows xp sp2 adopted under the compiler
Platform: | Size: 175104 | Author: beggar | Hits:

[Delphi VCLDevExpress_Setup_v4.28

Description: 一个功能非常强大的控件DEV,可以做出VISTA的界面-A very powerful control DEV, can make VISTA interface. . . .
Platform: | Size: 2958336 | Author: 汪明珠 | Hits:

[OS programGenericAntiSandbox

Description: This function can be used to check for things like inside a virtual environment. the code is a bit messy but it works, could be improved, haven t bothered changing it though, cause it works. basically it compares the idtr address to fixed ones (NT/XP/Vista), the last ones are either vista 64bit or intel dual core cpu addresses.
Platform: | Size: 2048 | Author: vxhunter | Hits:

[Crack HackVMProtect

Description: VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visual Basic (native) Virtual Pascal 支持的文件类型(32 位和 64 位): EXE DLL BPL OCX SYS 支持的操作系统: Windows 95/98 Windows ME Windows NT Windows 2000 Windows XP Windows 2003 Windows Vista-标准类 TObject = class constructor Create procedure Free end TPersistent = class(TObject) procedure Assign(Source: TPersistent) end TStrings = class(TPersistent) function Add(S: String): Integer procedure Append(S: String) procedure AddStrings(Strings: TStrings) procedure Clear procedure Delete(Index: Integer) function IndexOf(const S: String): Integer procedure Insert(Index: Integer S: String) procedure LoadFromFile(FileName: String) procedure SaveToFile(FileName: String) property Count: Integer read property Text: String read write property CommaText: String read write property Strings[Index: Integer]: String read write property Objects[Index: Integer]: TObject read write end TDuplicates = (dupIgnore, dupAccept, dupError) TNotifyEvent = procedure(Sender: TObject) TStringList = class(TStrings) function Find(S: String var Index: Integer): Boolean procedure Sort property Duplicates:
Platform: | Size: 16384 | Author: cxzhack | Hits:

[Crack HackDelphi

Description: VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visual Basic (native) Virtual Pascal 支持的文件类型(32 位和 64 位): EXE DLL BPL OCX SYS 支持的操作系统: Windows 95/98 Windows ME Windows NT Windows 2000 Windows XP Windows 2003 Windows Vista -标准类 TObject = class constructor Create procedure Free end TPersistent = class(TObject) procedure Assign(Source: TPersistent) end TStrings = class(TPersistent) function Add(S: String): Integer procedure Append(S: String) procedure AddStrings(Strings: TStrings) procedure Clear procedure Delete(Index: Integer) function IndexOf(const S: String): Integer procedure Insert(Index: Integer S: String) procedure LoadFromFile(FileName: String) procedure SaveToFile(FileName: String) property Count: Integer read property Text: String read write property CommaText: String read write property Strings[Index: Integer]: String read write property Objects[Index: Integer]: TObject read write end TDuplicates = (dupIgnore, dupAccept, dupError) TNotifyEvent = procedure(Sender: TObject) TStringList = class(TStrings) function Find(S: String var Index: Integer): Boolean procedure Sort property Duplicates:
Platform: | Size: 4096 | Author: cxzhack | Hits:

[Windows DevelopOs_check_Vista_path

Description: Os Check and Vista Path and UAC-Os Check and Vista Path and UAC
Platform: | Size: 193536 | Author: sangyun | Hits:

[Windows Developrun-as-system

Description: Run applications under LOCAL SYSTEM account in Windows 2000, 2003, XP, Vista, 7
Platform: | Size: 3072 | Author: ZorkovIgor | Hits:

[Windows Developtest

Description: XP下仿Vista的透明玻璃带光晕阴影的窗口,效果不是一般的漂亮! -Vista under XP like the transparent glass window with the shadow of Halo, the effect is not an ordinary beautiful!
Platform: | Size: 661504 | Author: sheepkx | Hits:

[Delphi/CppBuilderMakingDelphiProgramsVistaCompatible

Description: Most Delphi applications will work under Vista without any issue, but still somethings can be done to make them fit-in with Vista more seamlessly. We will see: Accessing Vista s user interface theme (fonts, buttons, etc). Allowing the application to minimize with an animation. Displaying a thumbnail correctly (when you press Alt-Tab or Windows-Tab, or hover over the application s taskbar icon). Handling Vista s User Account Control (UAC) Accessing Vista s Task Dialogs Accessing Vista s File Dialogs Where to save your application data? Help files on Vista Creating a project template for creating Vista applications quickly.
Platform: | Size: 120832 | Author: NQuCwEtdlqoj | Hits:

[Delphi VCLgradbutton

Description: 这个是DELPHI的兄弟编译器LAZARUS的控件代码,这个编译器是开源的,这个控件是用这个编译器的防VISTA控件.-This is the brother of DELPHI compiler LAZARUS control code, the compiler is open source, this control is to use this compiler, the anti-VISTA controls.
Platform: | Size: 86016 | Author: huliang | Hits:

[Delphi VCLdemot

Description: XP under the Vista High imitation of the transparent glass window with a halo shadow effects, gdi achieve XP下仿Vista的透明玻璃带光晕阴影的窗口-XP under the Vista High imitation of the transparent glass window with a halo shadow effects, gdi achieve
Platform: | Size: 616448 | Author: 伴水 | Hits:

[GUI DevelopAlphaControls2009

Description: 最新最强最酷免费破解版的皮肤控件支持Delphi 5/6/7/2005/2006/2007/2009/2010 and C++ Builder 6/2006/2007/2009/2010 AlphaControls+2009最新破解版,内含60个最新皮肤包括VISTA,WLM,WMP11,以及像PPStream一样的。 具体使用方法:先安装———从ALPHATOOLS中拉一个sSkinManager1和一个sSkinProvider1,然后在sSkinManager的SKINdirectory设置为SKINs目录所在位置,再在skinname中选择一个皮肤,F9就可以看到效果了,非常酷,在D7目录中有我的实例,在ASkinDemo目录中有原版实例-The latest greatest version of the coolest free cracked skin control supports Delphi 5/6/7/2005/2006/2007/2009/2010 and C++ Builder 6/2006/2007/2009/2010 AlphaControls+2009 latest cracked version, containing 60 a new skin, including VISTA, WLM, WMP11, and the like PPStream the same. The specific use: to install--- a sSkinManager1 from ALPHATOOLS Latin America and a sSkinProvider1, then sSkinManager the SKINdirectory set SKINs directory location, and then in the skinname select a skin, F9 can see the effects, and very cool, In the D7 directory have my examples, there are original examples of ASkinDemo directory
Platform: | Size: 19450880 | Author: devhp | Hits:

[Hook apijianpangouziyun

Description: 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-The software can intercept almost all the keys, for example: shift+?, Ctrl+? , Alt+? , F1 ~ F12, shift or ctrl or alt+ F1 ~ F12, single shift, ctrl, alt key, special keys ins, del, caps lock, num lock, digital keypad, etc., you just make some modifications, also can intercept ctrl+ alt+? And other keys, no less than the key interception, this program does not use the dll method, using conventional methods, allowing you to compile debug, in favor of xp, vista, win7, is the most powerful keyboard hook control, the software is adopted under delphi7 .
Platform: | Size: 224256 | Author: 王凌云 | Hits:

[Delphi VCLHIDCtrl1034

Description: BCB Delphi HID控件1.0.34在Window7/Vista/XP下均可正确运行 -JvHidDeviceController1.0.34 for windows7/vista
Platform: | Size: 2115584 | Author: HK | Hits:

[Delphi VCLVistaAltFixUnit

Description: Windows Vista : Delphi programs ran into a problem where buttons, checkboxes and the like would disappear when the user pressed the Alt key.
Platform: | Size: 2048 | Author: bruo | Hits:
« 12 3 »

CodeBus www.codebus.net