SharePoint
轻轻插一下
09 2009 档案
vb.net winform Ftp上传。。。。方法很多,我用的一种。。。。。
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1ImportsSystem2ImportsSystem.IO3ImportsSystem.Net4ImportsSystem.Text5PublicClassftpUpload67PrivateSu... 阅读全文
posted @ 2009-09-16 17:09 轻轻插一下 阅读(748) 评论(0) 推荐(1)
WebBrowser中HTML的js与winform中其他的窗体调用。。。
摘要:这是vb代码:Imports System.Runtime.InteropServicesImports System.Security.Permissions'下面尖括号中也不能少也,c#为中括号。<PermissionSet(SecurityAction.Demand, Name:="FullTrust")> <System.Runtime.InteropServices.C... 阅读全文
posted @ 2009-09-14 20:43 轻轻插一下 阅读(867) 评论(0) 推荐(0)
vb.net winform pos机并口打印机打印以及开钱箱。。。。
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--'打印功能publicsubMyPrint()Dimobjfs,objprinterobjfs=CreateObject("Scripting.FileSystemObject")objprinter... 阅读全文
posted @ 2009-09-14 20:35 轻轻插一下 阅读(2214) 评论(0) 推荐(0)
.net winfrom 定义全局快捷键!
摘要:public class TestDim myTimeNow As String '全局快捷键 Public Const WM_HOTKEY = &H312 Public Const MOD_ALT = &H1 Public Const MOD_CONTROL = &H2 Public Const MOD_SHIFT = &H4 Public Const GWL_W... 阅读全文
posted @ 2009-09-14 20:27 轻轻插一下 阅读(1137) 评论(1) 推荐(1)