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

Search list

[SMSSendSMS

Description: 使用Delphi发短信息程序源代码-The use of short message issued Delphi source code
Platform: | Size: 299008 | Author: 郑章孝 | Hits:

[Internet-Network用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5120 | Author: 里平 | Hits:

[WEB Maildelphi代码

Description: 一个web页面下的发信组件,只能发送文本和html格式的邮件,支持二次开发。-a web page letter under the components, can only send text and html format of the mail, the development of secondary support.
Platform: | Size: 88064 | Author: leeh | Hits:

[Com PortDelphi与RS232串口通信

Description: 指导你如何通过串口发送数据和ASC码,并讲述如何接收-guide you through the serial port and send data ASC yards, and on how to receive
Platform: | Size: 702464 | Author: 王欣 | Hits:

[Delphi/CppBuilderNetSpeed(Delphi)

Description: 本例是利用Delphi的Fastnet面板上的TNMEcho组件,向服务器发送数据,通过计算接受服务器接受和回送数据的时间差,来测试网速的。-cases is the use of Delphi Fastnet panels on the TNMEcho components, data sent to the server by computing server to receive and accept to send data back to the time difference, to test the speed network.
Platform: | Size: 260096 | Author: 海洋 | Hits:

[Windows DevelopSendsmsMsgControl

Description: 一个用DELPHI开发的发送手机短信的控件,包括源码和实例,仅供参考使用.-one with the DELPHI send SMS to the controls, including the source code and examples for reference use.
Platform: | Size: 233472 | Author: 水木年华 | Hits:

[Windows Developemails070131

Description: delphi发送email delphi发送email delphi发送email-delphi send email sent this email delphi em Send email sixty delphi
Platform: | Size: 225280 | Author: 师艳秋 | Hits:

[Delphi VCLSend-Email

Description: 利用Delphi7,编写发送email程式,同时可附带多个附件-use Delphi7 prepared this email program, and may be accompanied by a number of Annex
Platform: | Size: 242688 | Author: 郑先生 | Hits:

[Email ClientSAKEMAIL.ZIP

Description: delphi下 编程发送邮件源代码-Send e-mail under delphi programming source code
Platform: | Size: 244736 | Author: ZZZ | Hits:

[Email ClientEmailSendsystem111

Description: delphi7.0 写的E-MAIL传送软件,是socket学习的好材料,indy控件的学习资料-delphi7.0 wrote software to send E-MAIL is a good socket learning materials, indy control of learning materials
Platform: | Size: 238592 | Author: | Hits:

[Email ClientSendMail-ok!

Description: 一款DELPHI邮件发送程序。很有参考价值!-DELPHI a mail program. Useful reference!
Platform: | Size: 234496 | Author: 王海 | Hits:

[P2Pdel12205345345

Description: 多线程传输 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。-Multi-threaded client transmission time to send a 65,000-byte packets, client services and is responsible for assembling data on treatment adhesion. Use ReadBuffer (), Send () function to receive Send Buffer in bytes, to do so is to make the procedure better flexibility. You can customize the Buffer within the meaning of those bytes, for example, string, image, sound, command and so on. Documents to read and write multi-threaded image using windows memory technology.
Platform: | Size: 51200 | Author: 老七 | Hits:

[Delphi VCLDelphi-sms

Description: Delphi写的SMS试用程序,可以与手机、GSM猫连接,可以收发短信,试用版本的每次启动只能发一条短信,接收没有限制-Delphi wrote SMS trial procedures, with the mobile phone, GSM cat connection, you can send and receive message, trial version can only be issued every time you start a message, receive no limit
Platform: | Size: 140288 | Author: Guo Xiao | Hits:

[Othermail

Description: 这个一个EMAIL的小示例,可能通过它收发邮件。-EMAIL this one small example, you may send and receive messages through it.
Platform: | Size: 215040 | Author: 陈军 | Hits:

[Other Embeded programdelphi

Description: 以Delphi编写的USBCAN通讯的发送和接受界面,可以设置为扩展帧和标准帧等,也可以查看发送和接受到的报文。-Delphi prepared to USBCAN send and receive communications interface can be set to extend the frame and standard frame, also can check to send and receive the message.
Platform: | Size: 311296 | Author: bb | Hits:

[Internet-Networkemailtest

Description: email 发送测试 delphi 2007-email send a test delphi 2007
Platform: | Size: 10240 | Author: now_nanchang | Hits:

[Internet-Networknetsend

Description: 多线程网络传输的例子,非常有帮助。客户端一次发送65000字节的包,服务端负责组装并处理数据粘连,文件的多线程读写采用windows内存映像技术。-Multi-threaded network transmission example, very helpful. Client to send a 65,000-byte packets, client services and processing of data is responsible for adhesion assembly, document the use of multi-threaded windows memory read and write image technology.
Platform: | Size: 54272 | Author: 大辉 | Hits:

[Delphi VCLDelphi

Description: 用delphi开发的短信群发送平台,有源码哦!-Developed with delphi send SMS platform group, there are source Oh!
Platform: | Size: 517120 | Author: 陈宜 | Hits:

[Windows DevelopE_Mail_Sender

Description: Code to show how to send an Email.
Platform: | Size: 11264 | Author: Robert | Hits:

[Delphi VCLDelphi-VCL-BlueToothFramework

Description: DeepBlue Bluetooth Framework for Delphi 5.2.2 Bluetooth® Framework VCL™ is a VCL components set which allows you add communication support into your applications. By using Bluetooth® Framework VCL™ , your applications can work with interfaces such as Bluetooth® , IrDa and Serial ports. Bluetooth® Framework VCL™ includes components to send and receive files to or from mobile devices, manage phone book, to work with SMS, to control mobile device’s GSM modem and many other useful features.-DeepBlue Bluetooth Framework for Delphi 5.2.2 Bluetooth® Framework VCL™ is a VCL components set which allows you add communication support into your applications. By using Bluetooth® Framework VCL™ , your applications can work with interfaces such as Bluetooth® , IrDa and Serial ports. Bluetooth® Framework VCL™ includes components to send and receive files to or from mobile devices, manage phone book, to work with SMS, to control mobile device’s GSM modem and many other useful features.
Platform: | Size: 2869248 | Author: ThotAcc | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net