VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3090 ClientLeft = 60 ClientTop = 450 ClientWidth = 4680 LinkTopic = "Form1" ScaleHeight = 3090 ScaleWidth = 4680 StartUpPosition = 3 '¨t²Î¹w³]­È Begin VB.CommandButton Command1 Caption = "Command1" Height = 855 Left = 960 TabIndex = 0 Top = 600 Width = 1935 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command1_Click() Key = GetRegKeyValue(HKEY_CLASSES_ROOT, _ "CLSID\{1C3B4210-F441-11CE-B9EA-00AA006B1A69}\InprocServer32", "") If Key <> "" Then LanguagePage.Show Unload Me Else End If End Sub