Projects

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

Red Dot App Ex

Browsing DrawForm.frm (1.07 KB)

VERSION 5.00
Begin VB.Form DrawForm 
   BorderStyle     =   0  'None
   ClientHeight    =   720
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   705
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "DrawForm.frx":0000
   ScaleHeight     =   720
   ScaleWidth      =   705
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Visible         =   0   'False
End
Attribute VB_Name = "DrawForm"
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 DrawForm.frm

Back to file list


Back to project page