代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/469254/6979719
txt 1.txt
Private Sub Command1_Click()
If Val(Label4.Caption) - Val(Text1.Text) < 0 Then
MsgBox "库存量不够!请及时采购。"
Exit Sub
End If
If DBCombo2.Text = "" Then
MsgBox "请选择出库材料名称!"
Exit Sub
www.eeworm.com/read/486343/6539995
h localization.h
// For translating all messages
// find and translate all MessageBox -- done
// find and translate all MsgBox -- done
// find and translate all
www.eeworm.com/read/325196/13220537
m refresh.m
% function pool=refresh(t,pool)
%
function refresh();
% global link;
% msgbox('1');
%%%%%%%%%%%%%%%for debug%%%%%%%%%%%%%
global pool;
%%%%%%%%%%%%%%
drawnow;; pause(.1)
pool=term
www.eeworm.com/read/318827/3561904
via useincludes.via
// UseIncludes.lnl
application PE GUI;
include "VBEmulated.h";
entry
MsgBox("Hello World!",$20,"Template..");
end.
www.eeworm.com/read/305805/3768967
via useincludes.via
// UseIncludes.lnl
application PE GUI;
include "VBEmulated.h";
entry
MsgBox("Hello World!",$20,"Template..");
end.