2010年9月23日 星期四
【MemLibrary.pas】从内存中加载DLL DELPHI版(无下载)
DELPHI盒子| Delphi盒子 |16:09:00
//从内存中加载DLL DELPHI版 unit MemLibrary; interface uses Windows; function memLoadLibrary(pLib: Pointer): DWord; function memGetProcAddress(dwLibHandle: DWord; pFunctionName: PChar): Pointer; stdcall; function memFreeLibrary(dwHandle: DWor...
GDI+的ImageAttributes.SetGamma方法参数的疑惑
maozefa| maozefa的专栏-GDI+(VCL)基础 |11:27:00
按说,设置伽玛校正值2.2后图像显示的结果应该是比没有使用伽玛校正前要亮一些才对,可现在结果相反!是我们理解有错,还是GDI+的BUG???
CDSDemo Simple ClientDataSet Demonstration
Embarcadero| CodeCentral Delphi Submissions |10:29:43
CDSDemo is the demonstration project presented by Cary Jensen in his CodeRage 5 presentation "ClientDataSets Part 2: Using and Controlling the Change Cache." It demonstrates CancelChanges, RevertRecord, SaveToFile, LoadFromFile, ...
Dim Out the Main Form of an Application When Modal Form is Displayed
About.com| About.com Delphi Programming |03:00:44
inDelphi TIPS::Dialog windows you use to display critical information to the user are, in most cases, displayed modally. A modal form is one where the application can't ...Read Full Post





冀公网安备 13098202000212号