搜索资源列表
HowToUseSpcomm
- 使用spcomm控件进行串口通信的程序,包括数据的发送与接收,同时采用定时发送的方式,delphi语言编写。-spcomm used for serial communication control procedures, including data transmission and reception. Timing also adopted this approach, delphi language.
YCtrl(WM)
- Windows mobile下的透明控件(皮肤控件) 当前Windows mobile下的皮肤控件还很少,而且实现透明的更加少。本人曾经在Delphi开发过一套透明控件,于是决定把它移植到windows mobile系统下。在仿真器上和三星I718+上测试过,更换皮肤速度优化得相当快了,在Windows mobile下实属不易啊。 整套控件完全脱离MFC类,有自己的:CList、CString等组件类,所有控件由CWin这个透明窗体类派生,CWin派生CForm和CCtr
dsp
- API控制 2.0,这是一个封装了500多个Windows API的控件,覆盖了网络、系统、界面、多媒体、图形、文字等各个方面,提供了外接的80个左右的方法使您能更快速有效的写出功能强大的程序.适用于VB、VC、Delphi、Cbulider等各类可以使用ActiveX控件的编程环境-API Control 2.0, which is a package of more than 500 Windows API control, covering the network, system, int
Lcd99
- TLCD99 组件用来模拟液晶显示的。在制作的时候一个弹出式菜单可以用在该控件上,不需要任何 BMP 图象的操作它可以简单的产生液晶显示的数字。可以调整液晶显示数字的大小和范围。 -TLCD99 components used to simulate the liquid crystal display. Time in the production of a pop-up menu can be used in the control, the BMP does not require any
0723
- procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end
reboot
- 一个可以让电脑自动关机、重起、注销等控件,很好用哦。-Allows a computer to automatically shutdown, reboot, log off and other controls, with oh well.
gsm
- 这个是用DELPHI开发的发送短信的源程序,里面用了SMS.DLL的控件,不过这个控件在VC中很好用,在DELPHI中好象有点小问题-Send SMS Using DELPHI source inside with SMS.DLL controls, but the controls are very good with the VC, if a bit small problem in the DELPHI
67
- RFID编程 Delphi控件源码 操作系统开发 -RFID Programming Delphi VCL OS development
RS232COMM
- delphi编写 使用串口控件,可以自动轮询发送,或手动发送数据,和PIC单片机成功通信。-RS232 COMMUNICATION IN DELPHI LANGUAGE