代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/127579/14348480
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public tmp As String '声明TMP为临时变量
Public yjj As String '声明YJJ为字符型变量
Public Sub shuru(tmp As String)
yjj = "请输入应纳税所得额(或所得额)。"
www.eeworm.com/read/228007/14403534
bas oprdb.bas
Attribute VB_Name = "oprDb"
Public conn As Connection 'conn为连接
Public Sub conntection()
'On Error GoTo dbError
Set conn = CreateObject("adodb.connection")
conn.Open "Provider=Microsoft
www.eeworm.com/read/126195/14438444
frm frmnewbook.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmNewBook
BorderStyle = 3 'Fixed Dialog
Caption = "新书登记 添加品种"
Client
www.eeworm.com/read/124587/14557956
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight
www.eeworm.com/read/223397/14642260
m gauss.m
function u=gauss(a,n)
for k=1:n-1
for i=k+1:n
for j=k+1:n+1
if abs(a(k,k))>1e-6
a(i,j)=a(i,j)-a(i,k)/a(k,k)*a(k,j);
else
msgb
www.eeworm.com/read/123020/14651948
shtml renumber_resources.shtml
DevStudio Macros - Sequentially Renumber Resourc
www.eeworm.com/read/222844/14670896
frm frmnewbook.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmNewBook
BorderStyle = 3 'Fixed Dialog
Caption = "新书登记 添加品种"
Client
www.eeworm.com/read/121779/14738670
bas module1.bas
Attribute VB_Name = "Module1"
Public Const GENERIC_READ = &H80000000
Public Const GENERIC_WRITE = &H40000000
Public Const OPEN_EXISTING = 3
Public Const COM1 = &H3F8
Public Const FILE_FLAG_OVERLA