Description: dephi视频控制(Demo+源码) SendMessage做视频捕获,不要驱动-Delphi Video Control (Demo+ source) SendMessage to do video capture, do not drive Platform: |
Size: 673792 |
Author:清风 |
Hits:
Description: 如何在Delphi中编写小于20K的Windows程序.
演示如何使用:
CreateWindow,CreateWindowEx,SendMessage
and GetMessage
TranslateMessage and DispatchMessage, CreateFont
演示如何使用API创建Windows窗口控件-How to Delphi in the preparation of the Windows program is less than 20K. Demonstrate how to use: CreateWindow, CreateWindowEx, SendMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont demonstration how to use the API to create Windows window control Platform: |
Size: 12288 |
Author:richardw |
Hits:
Description: 利用udp 做的小小聊天器,适用于局域网!-it s a small chat room ,developed in delphi via udp protocol.testing in local network.. Platform: |
Size: 519168 |
Author:鐘明福 |
Hits:
Description: Delphi:delphi ApplicationEvents用法和源码实例,在delphi程序中, 当在一个窗口上放置一个ApplicationEvents控件时,Application将会把所有的事件都转寄到ApplicationEvents ApplicationEvents是用来捕获程序级事件的,也就是说,可以拦截到应用程序的全部事件,包括OnActivate\OnHelp\OnIdle\OnRestore\OnShortCut等, 甚至可能通过Delphi中的OnMessage事件,在其中截取所有post到应用程序中所有窗口的消息,如WM_PAINT,WM_KEYDOWN,WM_KEYUP等常见的windows消息 所以当有消息到来的时候就会触发它的OnMessage事件,在OnMessage中监视消息就可以了。当应用程序变为空闲时,OnIdle事件发生。
例子中通过Perform向窗体发送 消息 OnMessage收不到
通过SendMessage向窗体发送 消息 OnMessage收不到
通过PostMessage向窗体发送消息 OnMessage可以收到
Action的事件有OnExecute和OnUpdate,OnExecute事件在控制被触发时响应,比如说按钮被按下,菜单被按下,而OnUpdate事件是在应用程序空闲时被调用。
-Delphi: Delphi acquisition program (system) current run directory, Delphi Gets the directory examples, the examples of the main access to the directory where the EXE file to run, currently running path, the procedure is relatively simple, Delphi beginner friendly. Platform: |
Size: 25600 |
Author:UE24RS3 |
Hits:
Description: 使用Delphi API函数向手机发送短信消息,并且可以接收手机发回来的短信。-Use Delphi API function to send SMS messages to mobile phones, and can receive mobile phone text messages sent back. Platform: |
Size: 6144 |
Author:时间空间 |
Hits: