
VB .Net
文章平均质量分 71
dumeifang
Be Serious, Accept and Strive
展开
-
VB .Net 利用FTP.exe上传文件至FTP服务器
Public Class Form1 Private Sub CmdTrans_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdTrans.Click Dim psi As New System.Diagnostics.ProcessStartInfo原创 2009-09-14 17:02:00 · 4060 阅读 · 2 评论 -
'AddressOf' expression cannot be converted to 'Long' because 'Long' is not a delegate type.解决办法
编写钩子程序时,在代码:hHook = SetWindowsHookEx(WH_MOUSE_LL, AddressOf HookProc, App.hInstance, 0)处出现错误,提示AddressOf expression cannot be converted to Long because Long is not a delegate type. SetW原创 2009-11-03 17:49:00 · 1661 阅读 · 2 评论