论坛


2012年9月17日 星期一

DAO Detect

Embarcadero| CodeCentral Delphi Submissions |05:19:17

Shows DAO (Data Access Objects) and ACEDAO (Microsoft Access database engine Data Access Objects) versions installed on your computer.

DelphiXE3的FireMonkey的体积我实在无语了.

武稀松| 武稀松的博客 |05:07:48

建立一个空的FireMonkey的HD工程,就一个主窗口.编译出来Debug版20MB多.Release版8MB多.不知道功能和速度上怎么样.不然实在找不到亮点啊

Embarcadero NewsFlash Newsletter - September 2012

Embarcadero| EDN Delphi Feed |04:14:34

Get and Set Screen Resolution (Display Device Modes) From Delphi Code

About.com| About.com Delphi Programming |03:00:16

Delphi & Windows Shell::When developing Windows software that is to be distributed to a wide variety of personal computers, it's often useful to have some kind of ...Read Full Post

2012年9月15日 星期六

PNG分割

武稀松| 武稀松的博客 |15:58:48

Delphi新版本虽然集成了PngImage但是分割复制什么的却非常难用.稍微封装了一下.可以把一张PNG横向分割成N张.透明通道什么的都可以保持不变.typeTPngArray = array of TPngImage;procedure CopyPng(const Src: TPngImage; dest: TPngImage;const sOffset: Integer);va...

Habari Web Components 2.0.1 - cross platform web framework

Embarcadero| CodeCentral Delphi Submissions |02:08:27

The Habari Web Components web application framework allows to build web applications from simple building blocks. It is designed for small and medium sized web applications, and supports * multiple application contexts with separated resource fold...

2012年9月14日 星期五

XE3 World Tour: Prague and Bratislava

Pawel Glowacki| Pawel Glowacki |15:08:41

I’m just back from my XE3 World Tour stops nr 2 and 3. On Wednesday in Prague (Czech Republic) I have been showing off all cool new XE3 features in a cinema, on the biggest screen ever. The room was full, there was 227 attendees.It felt like...

Cindy components v5.08 XE3 support!

Embarcadero| CodeCentral Delphi Submissions |08:29:38

Packages with more than 50 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText, caption orientation etc... TcyCommunicate an...

Cindy components pack v5.07

Embarcadero| CodeCentral Delphi Submissions |07:57:50

Packages with more than 50 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText, caption orientation etc... TcyCommunicate an...

Understanding Recursive Functions In Delphi Programming

About.com| About.com Delphi Programming |03:00:47

Delphi Coding:: Recursion is a general method of solving problems by reducing them to simpler problems of a similar type. A recursive subroutine constantly calls itself, each time in ...Read Full Post

2012年9月13日 星期四

窗体内拖拽事件两种方式

DELPHI盒子| Delphi盒子 |16:09:00

窗体内拖拽事件两种方式并带有鼠标跟随内容

2012年9月12日 星期三

FireMonkey工程减肥

武稀松| 武稀松的博客 |08:51:49

今天和同事在搞一个Delphi XE2的东东.结果发现FireMonkey编译出来的程序有8MB.即便采用了Release + WeakRTTI编译选项也3.5MB左右.阅读了一下FireMonkey的源代码.发现FireMonkey耦合的非常紧密.例如Forms单元,就实现了2D,3D的Forms.从而引用了这些相关实现单元.这些单...

内存加载模块,支持32/64 DLL文件

武稀松| 武稀松的博客 |07:37:09

http://blog.csdn.net/wr960204/article/details/2134157上几天有人说找遍互联网也找不到内存加载模块能够成功加载DelphiXE2编译出来的的64位DLL的.看了一下,其实DelphiXE2编译出来的DLL本身是没问题的,而是这些内存加载忽略了X64情况下异常处理和X86不同.而XE2编译?..

Win7下超级管理员创建普通权限任务

武稀松| 武稀松的博客 |07:34:31

转自我的旧博客已转至新的博客http://www.raysoftware点击打开链接.cn/?p=49项目中用到一个功能,Win7下超级管理员创建普通权限任务.试了几种办法,例如获取资源管理器的Token,然后以这个Token用CreateProcessWithTokenW创建任务。这样做是可以的.但是如果当前没有资源...

Delphi磁性窗口

武稀松| 武稀松的博客 |07:32:23

转自我的旧博客昨天要用到磁性窗口,就是两个窗口离得近到一个距离就吸附到一起.拖动主窗口,吸附窗体一块运动.到网上搜了一下,基本没见到可以使用的.有个东东,还是收费的.没办法自己写了一个.用法很简单,把你的窗口都改成从这个继承即可生效.例如typeTForm3 = class(T...

« 上一页

下一页 »