Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

Gateway Multi-function Keyboard Utility

Browsing Utility/DummyForm.frm (1.14 KB)

VERSION 5.00
Begin VB.Form DummyForm 
   BorderStyle     =   0  'None
   ClientHeight    =   645
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   675
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Verdana"
      Size            =   26.25
      Charset         =   0
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "DummyForm.frx":0000
   ScaleHeight     =   645
   ScaleWidth      =   675
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Visible         =   0   'False
End
Attribute VB_Name = "DummyForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
    If UnloadMode <> 2 And UnloadMode <> 3 Then Cancel = True
End Sub

Private Sub Form_Unload(Cancel As Integer)
    UnSubclass
    UnregisterHotkeys
End Sub


Download Utility/DummyForm.frm

Back to file list


Back to project page