I don't have copy of the source code but here is the LB code for a normal window if you are using the case command:
Code:
case "<mainwin>"
posg$ = mid$(s$, 12, 9000)
win = instr(posg$, chr$(34))
window = win-1
wintitle$ = mid$(s$, 12, window)
open wintitle$ for window as #win
print #win, "trapclose [quit.win]"