代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/158119/11642669
bas variable.bas
Attribute VB_Name = "Variable"
'服务业管理工程中的全局变量
Public i As Integer '用来返回一个MsgBox对话框的一个值
Public My As Integer
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'
www.eeworm.com/read/331589/3406741
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 56
/rlstg061/!svn/ver/2/LSTG061/trunk/vivi/scripts/lxdialog
END
msgbox.c
K 25
svn:wc:ra_dav:version-url
V 65
/rlstg061/!svn/ver/2/LSTG061/trunk/vivi/scripts/lxdialog/m
www.eeworm.com/read/470389/6909602
vbs 密码生成.vbs
dim pwd
pwd=inputbox("请输入新密码:","更改密码","yulv.net")
if pwd"" then
pwd=PwdConv(pwd)
inputbox "您的新密码编码是:" & vbcrlf & "请将新的编码替换到程序中的密码项!","密码编码",pwd
else
msgbox "您没有输入新密码,系统无法帮您转换!"
end if
fun
www.eeworm.com/read/185861/8981345
txt vb 编程的一点心得和体会.txt
vb 编程的一点心得和体会
(1)
消息框中按钮之定义
MsgBox strMsg1, c1+c2+c3 , strMsg2
其中 strMsg1 为提示信息
strMsg2 为标题内容
c1+c2+c3 定义按钮形式,具体如下:
c1: 按钮的类型
www.eeworm.com/read/339236/12248780
m qpsk_modulate.m
function QPSK_Data=QPSK_Modulate(Data_Input)
%use 0(11),pi/2(01),pi(00),3*pi/2(10)星座图,也可使用pi/4(11),3*pi/4(01),5*pi/4(00),-pi/4(10)星座图,这里使用前者
if rem(length(Data_Input),2)~=0;%rem是除法求余
msgbox('QP
www.eeworm.com/read/339233/12248944
m qpsk_modulate.m
function QPSK_Data=QPSK_Modulate(Data_Input)
%use 0(11),pi/2(01),pi(00),3*pi/2(10)星座图,也可使用pi/4(11),3*pi/4(01),5*pi/4(00),-pi/4(10)星座图,这里使用前者
if rem(length(Data_Input),2)~=0;%rem是除法求余
msgbox('QP
www.eeworm.com/read/218919/14902832
m qpsk_modulate.m
function QPSK_Data=QPSK_Modulate(Data_Input)
%use 0(11),pi/2(01),pi(00),3*pi/2(10)星座图,也可使用pi/4(11),3*pi/4(01),5*pi/4(00),-pi/4(10)星座图,这里使用前者
if rem(length(Data_Input),2)~=0;%rem是除法求余
msgbox('QP
www.eeworm.com/read/104815/15682742
in potfiles.in
arrows.c
buttons.c
calendar.c
checklist.c
colors.h
dialog.c
dialog.h
fselect.c
guage.c
inputbox.c
inputstr.c
menubox.c
mouse.c
mousewget.c
msgbox.c
rc.c
tailbox.c
textbox.c
timebox.c
util.c
yesno.c
www.eeworm.com/read/443266/1751213
res head.res
login=登录|register=注册|forget=忘记密码|retake=取回密码|out=退出|console=控制面板|search=搜索|user=会员|help=帮助|my_topic=我的话题|my_fav=我的收藏|my_msgbox=我的信箱|my_friend=我的好友|my_file=我的文件|my_info=我的资料|modify_passwd=修改密码
www.eeworm.com/read/141570/12999110
txt 63.txt
如何让Window不接受键盘输入及Mouse Click
就好比呼叫MsgBox之後,Form就不接受Mouse Click与KeyPress,但是Form仍可处於Activate的状态,即我们暂停了Mouse Click,KeyPress,等待我们要做事都做完了,再将之回复。不过Mouse仍可自由的移动,若要让Mouse也不能动,就使用JournalPlayBack Hook,而不是使