代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/275726/10799475
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Public mw As String
Sub main()
Dim i As Integer, pas(7) As String
Dim zb As Database
Dim re As Recordset
Set zb = OpenDatabase(App.Path + "/zb.mdb"
www.eeworm.com/read/419163/10882578
vb loginform.vb
Public Class LoginForm
'记录用户名或密码错误的次数
Private i As Integer
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonOK.Click
Dim strU
www.eeworm.com/read/272294/10963272
bas libdatascheck.bas
Attribute VB_Name = "LibDatasCheck"
Option Explicit
Sub Hmove_Check(lpump As Single, hmove As Single, nw As Single, pcase As Single, Lz As Single, pr_well As Single)
Dim ps As Single, swo As
www.eeworm.com/read/447935/7543824
bas mdladjust.bas
Attribute VB_Name = "mdlAdjust"
Const PI = 3.14159265358979
Const RU = 206264.8
'求反余弦的函数:输入的是余弦值,输出的是第一象限的弧度值
Public Function ArcCos(ByVal x#) As Double
If x = 0 Then
x = PI / 2
www.eeworm.com/read/443520/7631117
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Public mw As String
Sub main()
Dim i As Integer, pas(7) As String
Dim zb As Database
Dim re As Recordset
Set zb = OpenDatabase(App.Path + "/zb.mdb"
www.eeworm.com/read/399317/7870117
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Public mw As String
Sub main()
Dim i As Integer, pas(7) As String
Dim zb As Database
Dim re As Recordset
Set zb = OpenDatabase(App.Path + "/zb.mdb"
www.eeworm.com/read/397611/8032975
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Public mw As String
Sub main()
Dim i As Integer, pas(7) As String
Dim zb As Database
Dim re As Recordset
Set zb = OpenDatabase(App.Path + "/zb.mdb"
www.eeworm.com/read/245112/12820405
htm 5_13.htm
验证哥德巴赫猜想
Sub Prime(m, f)
f = True
If m > 3 Then
For i = 3 To Sqr(m)
If m Mod i = 0 The
www.eeworm.com/read/245112/12820413
htm lx5_3.htm
验证哥德巴赫猜想
Function Prime(m)
f = True
If m > 3 Then
For i = 3 To Sqr(m)
If m Mod i = 0 T
www.eeworm.com/read/141570/12999032
txt 38.txt
加速Visual Basic For Application(VBA)
如今的CPU的发展是越来越快,从386、486到今天的Pentium、Pentium Ⅱ,发展速度可谓快矣。然而,在CPU高速发展的同时,应用软件的“体重”也随之猛涨,从我学电脑时的几K、几十K ,到今天的几十兆、几百兆,这变化连我自己都感到吃惊。CPU的进步,使人们工作更加快速,效率大增,同时也养成了人们“不求简”的不良 ...