• 您的位置我爱Aspx >> VB.Net >> 用VB.NET创建一个三层应用程序的例子……
  • 用VB.NET创建一个三层应用程序的例子……

  • 作者:aspxer  来源:internet  日期:2007-5-20 14:02:24  关键字:.net,三层
  • Me.Client_DataSet.Locale = New System.Globalization.CultureInfo("zh-CN")

    Me.Client_DataSet.Namespace = "http://www.tempuri.org/CustomerDs.xsd"

    @#

    @#DataGrid1

    @#

    Me.DataGrid1.DataMember = ""

    Me.DataGrid1.Location = New System.Drawing.Point(40, 56)

    Me.DataGrid1.Name = "DataGrid1"

    Me.DataGrid1.Size = New System.Drawing.Size(480, 264)

    Me.DataGrid1.TabIndex = 3

    @#

    @#Form1

    @#

    Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)

    Me.ClientSize = New System.Drawing.Size(568, 429)

    Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.DataGrid1, Me.Button3, Me.Button2, Me.Button1})

    Me.Name = "Form1"

    Me.Text = "Form1"

    CType(Me.Client_DataSet, System.ComponentModel.ISupportInitialize).EndInit()

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:没有了!
    下一篇:Visual Basic .NET支持动态属性……