随笔分类 -  Visual Basic.Net

Learning...
摘要:'关于分页只有DATASET可以分页 Subdatagrid_page()Subdatagrid_page(senderasobject,easdatagridpagechangedeventargs) DataGrid1.currentpageindex=e.newpageindex Rebind() endsub 带有参数的Ins... 阅读全文

posted @ 2004-12-16 14:51 Jason's WMI SQL Related Blog 阅读(1048) 评论(0) 推荐(0)

摘要:今天终于从微软的网站上下完了joe hummel 的VB.net的WebCast,讲得东西挺基础,个人觉得挺好的,就是全英文的环境有点不太好受,不过看着PPt大部分还是能听懂的,-------------------------------------------微软WebCast网址 http://www.microsoft.com/seminar/events/webcasts/ondem... 阅读全文

posted @ 2004-08-01 17:34 Jason's WMI SQL Related Blog 阅读(472) 评论(0) 推荐(0)

摘要:Private Sub Button1_Click()Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click RichTextBox2.Text = "TEMPSTRING" & RichTextBox1.Text End S... 阅读全文

posted @ 2004-07-25 16:30 Jason's WMI SQL Related Blog 阅读(376) 评论(0) 推荐(0)

摘要:Imports System.TextImports System.Security.CryptographyPublic Class TripleDESClass TripleDES#Region "Key&IV" Private key() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,... 阅读全文

posted @ 2004-07-20 07:00 Jason's WMI SQL Related Blog 阅读(909) 评论(0) 推荐(0)

摘要:'调用外部命令执行脚本 Dim Myprocess as New Process MyProcess.StartInfo.UseShellExecute = False MyProcess.StartInfo.RedirectStandardOutput = True MyProcess.StartInfo.Creat... 阅读全文

posted @ 2004-07-19 03:38 Jason's WMI SQL Related Blog 阅读(768) 评论(0) 推荐(0)