首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
a = 1 
b = 2 
print a+b
阅读全部 | liuyi6892835 贴于 2024年1月1日 10:25     hide bbsi
a=123
print(a)
阅读全部 | hanqi513 贴于 2023年12月31日 12:00     hide bbsi
print(123)
阅读全部 | hanqi513 贴于 2023年12月31日 11:59     hide bbsi
a = 123
b= 11
print(a+b)
阅读全部 | 月江南 贴于 2023年12月29日 12:41     hide bbsi
print(2+3)
阅读全部 | linsong 贴于 2023年12月21日 13:46     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
上一页 1 2 3 4 5 6 7 8 9 10 下一页