> > I have set a PICT resource as a window background using the toolbox call: > > SetWindowPic( wndPtr, pictH ) > > Does anyone know a technique for plotting a line over the pict? I > can't seem to plot a line on top of the pict. > > Any hints? > > Thanks, > > Ken > SetWindowPic takes away your ability to use the window for anything other than the display of that picture. You will have to embed the line into the picture (PICTURE ON, draw the picture, draw the line, PICTURE OFF) or choose another method. Gotta go. Something's tugging on my line. -STAZ ~)~