need help finding bug (win32)
- Posted by "Brian K. Broker" <bkb at CNW.COM> Jul 28, 1999
- 467 views
I am still working on my first Euphoria program and I have found a puzzling bug. I am using copyBlt to capture and redraw the window in this program but my program occasionally captures windows that are placed on top of it. The source code requires the latest win32lib.ew to run and can be downloaded from http://cnw.com/~bkb/WinLine.exw (case sensitive) and an example screenshot of my problem can found at http://cnw.com/~bkb/linewin.jpg This is a work in progress... Also, if you uncomment the onOpen_LineWin procedure, you can see that the entire window becomes a screen capture when first executed. Thanks in advance... Brian