Re: need help finding bug (win32)
- Posted by "Brian K. Broker" <bkb at CNW.COM> Jul 28, 1999
- 462 views
The whole purpose of capturing the screen's contents is so that a user can do something else while the app is running but they can come back to it where they left off (pattern is still in tact). Without the buffer, other windows dragged over my app would erase it's contents. I plan to further develop this app as a means of getting my feet wet using Euphoria to do Windows programming. I've still got a few neat ideas for this one (and I'll probably be rewriting stuff as I go...) ...but thanks for the idea... Brian On Wed, 28 Jul 1999, Bernie Ryan wrote: > Why don't you use a dragging rectangle ( rubber banding )on the screen > to outline the area you want to capture then when the user wants to > capture all he does is right click mouse key. Using this method your > user is not opening or poping any windows becaue they are concentrating > on the rubberbanding rectangle. > Berine >