首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看VB.net
Module Program
    Sub Main(args As String())
      Console.WriteLine(2+8)
    End Sub End Module
阅读全部 | tonytofoo 贴于 2024年4月7日 17:02     hide bbsi
Module Program
    Sub Main(args As String())
      Console.WriteLine(2+8)
    End Sub End Module
阅读全部 | tonytofoo 贴于 2024年4月7日 17:01     hide bbsi
Module Program
    Sub Main(args as String())
      Console.WriteLine(2+8)
    End Sub End Module
阅读全部 | tonytofoo 贴于 2024年4月7日 17:00     hide bbsi
Public Class Form1

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        '在窗口加载时初始化应用程序
        InitializeApplication()
    End Sub

    Private Sub InitializeApplication()
        '在此处编写初始化应用程序的代码

        '添加学生管理界面
        Dim studentForm As New StudentForm()
......................
阅读全部 | 张俊玲 贴于 2023年11月9日 16:11     hide bbsi
Public Class Form1

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        '在窗口加载时初始化应用程序
        InitializeApplication()
    End Sub

    Private Sub InitializeApplication()
        '在此处编写初始化应用程序的代码

        '添加学生管理界面
        Dim studentForm As New StudentForm()
......................
阅读全部 | 张俊玲 贴于 2023年11月9日 15:02     hide bbsi
Public Class Form1

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        '在窗口加载时初始化应用程序
        InitializeApplication()
    End Sub

    Private Sub InitializeApplication()
        '在此处编写初始化应用程序的代码

        '添加学生管理界面
        Dim studentForm As New StudentForm()
......................
阅读全部 | 张俊玲 贴于 2023年11月9日 15:01     hide bbsi
Public Class Form1

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        '在窗口加载时初始化应用程序
        InitializeApplication()
    End Sub

    Private Sub InitializeApplication()
        '在此处编写初始化应用程序的代码

        '添加学生管理界面
        Dim studentForm As New StudentForm()
......................
阅读全部 | 张俊玲 贴于 2023年11月9日 15:00     hide bbsi
Public Class Form1
   Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
      ' Set the caption bar text of the form.   
      Me.Text = "tutorialspont.com"
   End Sub

   Private Sub txtID_MouseEnter(sender As Object, e As EventArgs)_
        Handles txtID.MouseEnter
      'code for handling mouse enter on ID textbox
      txtID.BackColor = Color.CornflowerBlue
      txtID.ForeColor = Color.White
   End Sub
......................
阅读全部 | 张俊玲 贴于 2023年11月5日 21:33     hide bbsi
Public Class Form1
   Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
      ' Set the caption bar text of the form.   
      Me.Text = "tutorialspont.com"
   End Sub

   Private Sub txtID_MouseEnter(sender As Object, e As EventArgs)_
        Handles txtID.MouseEnter
      'code for handling mouse enter on ID textbox
      txtID.BackColor = Color.CornflowerBlue
      txtID.ForeColor = Color.White
   End Sub
......................
阅读全部 | 张俊玲 贴于 2023年11月5日 21:32     hide bbsi
Public Class Form1
   Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
      ' Set the caption bar text of the form.   
      Me.Text = "tutorialspont.com"
   End Sub

   Private Sub txtID_MouseEnter(sender As Object, e As EventArgs)_
        Handles txtID.MouseEnter
      'code for handling mouse enter on ID textbox
      txtID.BackColor = Color.CornflowerBlue
      txtID.ForeColor = Color.White
   End Sub
......................
阅读全部 | 张俊玲 贴于 2023年11月5日 21:32     hide bbsi
1 2 3 4 5 6 7 8 9 10 下一页