-
-
liangku.rar
... FrmDb do
begin
qry.Close
qry.SQL.Clear
qry.SQL.Add(sql)
try
qry.Open
cds1.Open
if not qry.Eof then
begin
Result:=cds1.XMLData
end
except
on e:Exception do Result:=e.Message
end
qry.Close
cds1.Close
end
end
-
Spy++7.zip
SPY++ 7.1 繁体中文版本
用来监测视窗讯息与状况
对于了解视窗运作与 Windows Message 传递
非常有帮助-
-
-
-
-
基于三层结构的留言板程序(C#源代码).rar
一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSSqlServer数据库和MySql数据库。只需要通过修改Web.Config文件来设置留言板运行的数据库平台,而不是开发三个数据库版本的留言板…
可以使用TraceLWord_MSSqlServer.sql生成MSSqlServer数据库中的表,使用TraceLWord_MySql.sql生成MySql数据库中的表。
-
Winshell5[1].0源代码.zip
... alone executable file, Could run stably without any third dll, Although
it was so thin, it had many of functions, such as custom port, password protect,
muti-user logon, NT Service mode, download file,user-defined message, special
anti-ddos and etc.
-
bcbcomm.rar
... embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.
-
-
06pop3.rar
... Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
... Respond()
If response = "." + vbCrLf Then
Exit While
Else
msg.message += response
End If
End While
Return msg
End ...
-