文件名称:AData
-
所属分类:
- 标签属性:
- 上传时间:2016-05-03
-
文件大小:1.65kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
MESSAGEBOX的使用 MESSAGEBOX(消息文本 [, 对话框样式][, 题头文本][, 关闭时间])
-*!* MESSAGEBOX(eMessageText [, nDialogBoxType ][, cTitleBarText][, nTimeout])
*!*
*!* Value Dialog box buttons
*!* 0 OK button only
*!* 1 OK and Cancel buttons
*!* 2 Abort, Retry, and Ignore buttons
*!* 3 Yes, No, and Cancel buttons
*!* 4 Yes and No buttons
*!* 5 Retry and Cancel buttons
*!* Value Icon
*!* 16 Stop sign
*!* 32 Question mark
*!* 48 Exclamation point
*!* 64 Information (i) icon
*!* Value Default button
*!* 0 First button
*!* 256 Second button
*!* 512 Third button
*!* Return value Button
*!* 1 OK
*!* 2 Cancel
*!* 3 Abort
*!* 4 Retry
*!* 5 Ignore
*!* 6 Yes
*!* 7 No
eMessageTitle = My Application
eMessageText = Record not found. Would you like to search again?
nDialogType = 3+ 16+ 256
* 4 = Yes and No buttons
* 16 = Stop sign icon
* 256 = Second button is default
nAnswer = MESSAGEBOX(eMessageText, nDialogType, eMessageTitle)
DO CASE
CASE nAnswer = 6
WAIT WINDOW You chose Yes
-*!* MESSAGEBOX(eMessageText [, nDialogBoxType ][, cTitleBarText][, nTimeout])
*!*
*!* Value Dialog box buttons
*!* 0 OK button only
*!* 1 OK and Cancel buttons
*!* 2 Abort, Retry, and Ignore buttons
*!* 3 Yes, No, and Cancel buttons
*!* 4 Yes and No buttons
*!* 5 Retry and Cancel buttons
*!* Value Icon
*!* 16 Stop sign
*!* 32 Question mark
*!* 48 Exclamation point
*!* 64 Information (i) icon
*!* Value Default button
*!* 0 First button
*!* 256 Second button
*!* 512 Third button
*!* Return value Button
*!* 1 OK
*!* 2 Cancel
*!* 3 Abort
*!* 4 Retry
*!* 5 Ignore
*!* 6 Yes
*!* 7 No
eMessageTitle = My Application
eMessageText = Record not found. Would you like to search again?
nDialogType = 3+ 16+ 256
* 4 = Yes and No buttons
* 16 = Stop sign icon
* 256 = Second button is default
nAnswer = MESSAGEBOX(eMessageText, nDialogType, eMessageTitle)
DO CASE
CASE nAnswer = 6
WAIT WINDOW You chose Yes
(系统自动生成,下载前可以参看下载内容)
下载文件列表
c_messagebox.SCT
c_messagebox.scx
c_messagebox.scx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.