The following four constants can be changed, if you like, to modify the way the frames cascade.

Const MARGIN_RIGHT = 300 ' The margin between the right side of the 1st frame and the left-hand border of the form
Const MARGIN_TOP = 300 ' The margin between the top of the 1st frame and the top of the form
Const INCREMENT_TOP = 300 'The vertical space between the tops of the frames
Const INCREMENT_RIGHT = 300 'The horizontal space between the right sides of the frames

To create the DLL::
o Compile it to create the dll

Note: The following four constants can be changed, if you like, to modify the way the frames cascade.

	Const MARGIN_RIGHT = 300 ' The margin between the right side of the 1st frame and the left-hand border of the form
	Const MARGIN_TOP = 300 ' The margin between the top of the 1st frame and the top of the form
	Const INCREMENT_TOP = 300 'The vertical space between the tops of the frames
	Const INCREMENT_RIGHT = 300 'The horizontal space between the right sides of the frames

o In the Immediate Window type AddToIni.AddToIni and press return.
o If you open the AddIn Manager you will now find an addin named "Place Frames".
o Select it and then check Loaded/Unloaded and/or Load on Startup.
o Once having done all that you will find a new "Initial Frame Placement" choice in your IDE's Format menu.
o Click that menu item.
