搜索资源列表
VB6.0.BO
- Private Sub cmdConnect_Click() If Len(Text1.Text) = 0 And Len(Text2.Text) = 0 Then MsgBox 123.12.25.38 Exit Sub Else If Len(Text1.Text) > 0 Then tcpClient.RemoteHost = Text1.Text Else tcpClient.RemoteHost = Text2.Text End
MyMsgBox
- msgbox for your application
msgbox.vbs
- can show message box
newCounter
- $pfile=Fileopen($ProtFile,1) Check if file opened for reading OK If $pfile = -1 Then MsgBox(64, "PROTOKOLLDATEI" & " " & $PROTFILE, "kann nicht geö ffenet werden",10) Exit EndIf- $pfile=Fileopen($ProtFile,1) Check if f
12
- 用于创建水晶报表帮助文档 非常好的资源共享-cristal document can create usefull good best vb vc help wonderful better googbye yes no msgbox
msgbox
- 这个程序呢,是一个C++写的一个非常简单易懂的小程序,但它能让大家了解消息盒子的作用机理-This is an messagebox.
msgbox-help
- 弹窗提示 各种vb程序的弹窗效果 弹窗提示 各种vb程序的弹窗效果弹窗提示 各种vb程序的弹窗效果-notice warning
jquery-msgbox-v2.1.0
- 自定义弹框,兼容各种浏览器,ie6效果要差些。-Custom bomb box
ctp
- msgbox调用-msgbox call ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Form1
- 一个简单的msgbox的应用实例,方便新手学习而已- sssssssssssssssssssssssss
msgbox
- show message box with infomation icon
yrogramminguoen
- MsgBox的使用方法,rar,姐呀打开,使用VB编程,有一定的使用价值,-MsgBox usage of rar, elder sister open ah, VB programming, has certain use value,
67202515
- msgbox,dll 的源码文件,非常的好用!望大家能够喜欢!-Msgbox, DLL source code files, it is very good!
9982720
- MsgBox的使用方法,rar,姐呀打开,使用VB编程,有一定的使用价值,(MsgBox usage of rar, elder sister open ah, VB programming, has certain use value,)
Msgbox
- MESSAGE BOX FOR VB 6.0
6-2
- 1. 选择点餐品种后,光标自动处于数量输入框中。(提示:文本框的setFocus方法) 2. 单击“确定”按钮后,根据点餐的品种和数量,计算总金额;如果是外送,加收20元。将点餐的帐单明细表用消息框给出。(提示:将所有的内容通过字符的连接组合为一项作为MsgBox的提示项,需要换行的地方连接上VB预定义常量vbCrLf,即回车换行符) 3. 单击“下一位”按钮后,作好下一位点餐的准备。 4. 注意两个命令按钮的Enabled属性的合理设置。(1. after selecting the v
颜色处理
- Public Sub DibGet(ByVal IdSource As Long, XBegin As Long, ByVal YBegin As Long, ByVal XEnd As Long, ByVal YEnd As Long) Dim iBitmap As Long Dim iDC As Long Dim I As Long Dim W As Long Dim H As Long On Error GoTo ErrLine D
