⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 regunreg.frm

📁 一款飞机射击游戏的源代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmReg 
   BorderStyle     =   4  'Fixed ToolWindow
   ClientHeight    =   2115
   ClientLeft      =   2520
   ClientTop       =   2685
   ClientWidth     =   4590
   Icon            =   "REGUNREG.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2115
   ScaleWidth      =   4590
   ShowInTaskbar   =   0   'False
End
Attribute VB_Name = "FrmReg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Dim menum As STATUS
RegisterComponent App.Path & "\Rot.Ms", DllRegisterServer
RegisterComponent App.Path & "\MSIMG32.DLL", DllRegisterServer
RegisterComponent App.Path & "\WAVMIX32.DLL", DllRegisterServer
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
menum = RegisterComponent(App.Path & "\SkyWarDll.dll", DllRegisterServer)
    If menum = [File Could Not Be Loaded Into Memory Space] Then
       MsgBox "Load Sky War /Dll Registered Failed", vbExclamation, "Register Sky War/DLL"
    ElseIf menum = [Not A Valid ActiveX Component] Then
       MsgBox "Not a Valid Sky War /Dll", vbExclamation, "Register Sky War/DLL"
    ElseIf menum = [ActiveX Component Registration Failed] Then
       MsgBox "Sky War /Dll Registered Failed", vbExclamation, "Register Sky War/DLL"
    ElseIf menum = [ActiveX Component Registered Successfully] Then
       MsgBox "Sky War /Dll Registered Successfully!", vbExclamation, "Register Sky War/DLL"
    End If
Unload Me
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -