RE: Win32Lib: Mouse Down Event for Window
- Posted by Brian Broker <bkb at cnw.com> May 14, 2004
- 458 views
Uhm... yeah... I've got *some* of that. I'll even throw in my floodfill include that I'm not even sure I've yet used in this unfinished demo. The floodfill was used in a USA states ID program now in the archives from years ago. Anyway, here's my unfinished work, designed for Win32Lib .59.1 - go nuts... http:\\cnw.com\~bkb\Eu\Paint.zip (case sensitive, as always) -- Brian (some day I'll actually finish something before life-events kick me down) cklester wrote: > > > posted by: cklester <cklester at yahoo.com> > > Greg Haberek wrote: > > > > I think the word we may be looking for here is "fill" as in color only > > an > > certain area given specific boundaries. > > No, I want to be able to click on a bitmap, > and where I click the program "paints" according > to whatever "brush" I've selected. Then, when > I drag my mouse all over, the program continues > to paint the same "brush" pattern... until I release > the mouse and am no longer "painting." > > Now, who can show me some of that? :)