代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/436575/1847558
vb checkstring.vb
'
' The contents of this file are subject to the Mozilla Public
' License Version 1.1 (the "License"); you may not use this file
' except in compliance with the License. You may obtain a copy of
' the
www.eeworm.com/read/436575/1847560
vb appclass.vb
'
' The contents of this file are subject to the Mozilla Public
' License Version 1.1 (the "License"); you may not use this file
' except in compliance with the License. You may obtain a copy of
' the
www.eeworm.com/read/436317/1849506
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列属性集
' 控制。更改这些属性值可修改
' 与程序集关联的信息。
' 查看程序集属性的值
www.eeworm.com/read/434967/1866595
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列属性集
' 控制。更改这些属性值可修改
' 与程序集关联的信息。
' 查看程序集属性的值
www.eeworm.com/read/434588/1870319
vb frmmsg.vb
Imports System.Windows.Forms
Friend Class frmMsg
Inherits System.Windows.Forms.Form
Enum ShowStatus
ssShow
ssWait
ssHide
ssDone
End Enum
Private m_ShowStatus
www.eeworm.com/read/434588/1870321
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/434588/1870326
vb traymsg.vb
Public Class TrayMsg
Private m_MsgForm As New frmMsg
'==================================================================================
'ShowSpeed: 显示消息框速度,取值1-10,数越大越快
'WaitTime:
www.eeworm.com/read/434588/1870332
vb ucmodifyuserinfo.vb
Public Class ucModifyUserInfo
Inherits System.Windows.Forms.UserControl
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp
www.eeworm.com/read/434588/1870336
vb ucadduser.vb
Public Class ucAddUser
Inherits System.Windows.Forms.UserControl
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initi
www.eeworm.com/read/434588/1870338
vb frmlogin.vb
Public Class frmLogin
Inherits System.Windows.Forms.Form
Public m_bLoginSuccess As Boolean '是否登录成功
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Wind