代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/466346/7034217
bas mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim cpxZ As Complex
Dim dblM As Double
Dim i As Integer, n As Integer
Dim sComplex As String, sMsg As String
Dim cpxZR() As Comple
www.eeworm.com/read/436684/7766173
cls bos_billamount.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/246629/12716784
txt windows.txt
// This doesn't work yet!
Program(Windows,Windows.GUI);
Uses(Win32);
Stub
WriteLn('Hello world!');
Wait;
Begin
MsgBox(HWND_DESKTOP,'Hello world!','Test',MB_OK);
User32@ExitProcess(
www.eeworm.com/read/244619/12852095
frm form2.frm
VERSION 5.00
Begin VB.Form Form2
Caption = "VBErrCahter测试"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopi
www.eeworm.com/read/141570/12998086
txt 87.txt
自制控件方面的有关知识
在程序中注册和注销 OCX 控件 98-7-20
声明(在本例子里使用的是 ComCtl32.OCX,如果是其他,使用相应的名称):
Declare Function RegComCtl32 Lib "ComCtl32.OCX" _
Alias "DllRegisterServer" () As Long
Declare Function UnRegComCt
www.eeworm.com/read/140334/13087193
m aboutus.m
function aboutus
msgbox('动力学与控制技术论坛,http://www.dytrol.com.目的是为研究动力学与控制技术的同行提供一个信息和技术交流的平台。');
www.eeworm.com/read/139506/13151941
bas mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim cpxZ As Complex
Dim dblM As Double
Dim i As Integer, n As Integer
Dim sComplex As String, sMsg As String
Dim cpxZR() As Comple