首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴张俊玲的代码贴全部
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
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
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
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
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
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
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
1
张俊玲