摘要:
Asp调用存储过程,command.CreateParameter 参数值的类型说明 Asp调用各种存储过程,包括带参数,无参数,输入输出参数,带返回值等。 1,调用没有参数的存储过程 <% set conn=server.CreateObject(“adodb.connection”) set c 阅读全文
摘要:
Private Sub Form_Load() Dim nHandle As Integer Dim FilePath As String FilePath = "c:\wgscd\17.txt" On Error GoTo Err nHandle = FreeFile(44) Open FileP 阅读全文
摘要:
Private Sub Command1_Click() Command1.Enabled = False GetHtmlStr Text1 End Sub Private Sub GetHtmlStr(strUrl As String) Dim xml As Object '或者Dim xml A 阅读全文
摘要:
Option Explicit Private Declare Funсtion GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long Private 阅读全文