摘要:Public Sub MButtonDown(ByVal g As System.Drawing.Graphics, ByVal aPos As System.Drawing.PointF) Implements ICommand.MButtonDown TempSelectPoints.Clear...
阅读全文
posted @ 2011-04-27 13:27
04 2011 档案
摘要:Public Sub MButtonDown(ByVal g As System.Drawing.Graphics, ByVal aPos As System.Drawing.PointF) Implements ICommand.MButtonDown TempSelectPoints.Clear...
阅读全文
posted @ 2011-04-27 13:27
摘要:VB.net >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Private tabArea As Rectangle Private tabTextArea As RectangleF Private Sub Form1_...
阅读全文
posted @ 2011-04-25 13:08
摘要:1.创建一个新项目和Car类(1) 运行VisualBasic2008,菜单|新建项目(File|New Project)(2) 选择Console Application模板(控制台应用程序模板),并输入新项目的名称Objects,创建项目。(3) 现在需要创建一个新类。这就要使用Solution Explorer,右击Objects项目并选择Add|Class。打开的对话框提示输入新类的名称,输入Car.vb并单击Add按钮。在Solution Explorer中添加了这个新类,并且编辑器中现在显示的事该类的代码,不过,此时的编辑器中没有显示任何代码。2.创建对象并添加color属性(1)
阅读全文
posted @ 2011-04-16 16:42
|
||