-
-
-
-
tapi_term.zip
... component and add some extra features using the
TAPI configuration dialogs. The read and write parts of the
terminal are seperate threads, this suited me, but if you
require sync ed comms then you will need to change that to one
ReadWrite thread.
-
waigua.rar
... 方式
key kk = new key()
// IntPtr a = new IntPtr()
kk.sendwinio()
kk.MykeyDown((int)key.VirtualKeys.VK_F1)
System.Threading.Thread.Sleep(2000)
kk.MykeyUp((int)key.VirtualKeys.VK_F1)
也是模拟f1,之间的差别就是,winio调用方式能 ...
-
uHTTPInternet.zip
Unit para facilitar o envio de arquivos pelo delphi usando Thread, desenvolvida por Euler
-
-
-
thread.zip
Threading programs.Threads are in many types.
-
-
thread.rar
多线程聊天程序,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。
-