Barry Seymour:

I modified your program just a little:

There was one major problem where the name of the main form
had the text "Debug Window" in it.  If the program found itself 
before the actual Debug Window it would NOT clear the window.

I also removed the Title Bar, Control Box, and Min/Max Buttons;
and made the form System Modal so that it would not be covered 
by other windows.

You can now use the following command line parameters to place the 
buttons (form) in any of the four corners of the screen:
	
	TR - Top Right
	TL - Top Left
	BR - Bottom Right
	BL - Bottom Left
	No Command line Args - Clear the debug Window and Exit. 
	(if someone would like to call the prog from Office Manager 
	or Program Manager)

One major enhancement I made was where I added code on the form load
to pause Visual Basic before trying to clear the Debug Window.  I chose
not to put Visual Basic back in Run Mode since the Programmer may want to 
step thru code.  Anyway, you no longer have to pause VB before attempting
to clear the Debug Window.

If you would like to contact me please feel free to e-mail me 
at 73132,1073

P.S. Great IDEA !!!!! I've always wished there was a command like
     Debug.CLS or something.