Hi, there is something wrong with this code: CASE UCASE$(LEFT$(lineStr,4)) = "WIN " Lft=VAL(MID$(lineStr,5)) Md$= STR$(MID$(lineStr,7)) Sz1 = VAL(MID$(lineStr,2)) Sz2 = VAL(MID$(lineStr,2)) Sz3 = VAL(MID$(lineStr,2)) Sz4 = VAL(MID$(lineStr,2)) WINDOW #lft,md$, (Sz1,Sz2) - (Sz3,Sz4) I am getting a window but it is being put in the background Brian