随笔分类 -  VB.NET

摘要:Introduction This article show how to activate an MDI child form maximized, without the fireworks that erupt when you activate an MDI child form using the Active() or Select() methods of the child fo... 阅读全文
posted @ 2007-10-12 11:11 许晓光 阅读(536) 评论(0) 推荐(0)
摘要:VB.NET console application 1Module Module1Module Module1 2 3 Sub Main()Sub Main() 4 5 End Sub 6 7End Module 8 C# console application 1usin... 阅读全文
posted @ 2007-08-28 14:28 许晓光 阅读(218) 评论(0) 推荐(0)
摘要:C# 1 int age = 0; 2 switch (age) 3 { 4 case 8: 5 6 break; 7 case 4: 8 9 break; ... 阅读全文
posted @ 2007-08-23 16:51 许晓光 阅读(8644) 评论(1) 推荐(0)
摘要:Windows Application 1Public Class Form1Class Form1 2 3 Private Sub Button1_Click()Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.C... 阅读全文
posted @ 2007-08-21 18:01 许晓光 阅读(247) 评论(0) 推荐(0)