代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/343130/11971052
frm frmlogin.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form FrmLogin
BorderStyle = 1 'Fixed Single
Caption = "身份验证"
ClientHeight
www.eeworm.com/read/154229/11982030
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2145
ClientLeft = 60
ClientTop = 345
ClientWidth = 2850
LinkTopic
www.eeworm.com/read/255870/12049277
frm frmini.frm
VERSION 5.00
Object = "{3B008041-905A-11D1-B4AE-444553540000}#1.0#0"; "VSOCX6.OCX"
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "Vsflex7.ocx"
Begin VB.Form frmIni
Caption =
www.eeworm.com/read/153025/12065611
bas main.bas
Attribute VB_Name = "MainBas"
Sub main()
If MsgBox("数据库初始化将删除当前所有数据,确定要继续进行吗?", vbYesNo + vbExclamation, "警告") = vbYes Then
FrmDataInit.Show
Else
Exit Sub
End If
End
www.eeworm.com/read/151211/12227518
txt 36.txt
获取当前系统平台
有些程序只能在Win9x下运行,有些程序只能在Winnt下运行,因此我们有时需要判断当前的系统的平台. 下面的程序可以实现该功能:
>>步骤1----建立新工程,在窗体上放置一个CommandButton按钮.
>>步骤2----添加下列代码:
Private Type OSVERSIONINFO
dwOSVersionInfoSize As L
www.eeworm.com/read/251859/12314135
c dkerrmsg.c
/*
Copyright (c) 2003, Dan Kranz and Arnold Rom
All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
c