GFLoadSaveWindowState/GFLoadSaveWindowStates.frm

VERSION 5.00
Begin VB.Form Form1
   Caption         =   "Form1"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3 'Windows‑Standard
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

'NOTE: use the [Load/Save]WindowState functions to load/save
'the states (size, window state) of child windows belonging to an MDI form.
'This code is very useful when wanting to retain the window
'states of any larger MDI project.
'
'The load/save window state code is not implemented in this GF project
'(yet), copy code directly out of Decrypt for NN99 or Wahlen Pro.


[END OF FILE]