Re: Color Cursors
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU> Sep 08, 2000
- 569 views
Look at the XPM support in Win32lib or the Eu contributions/archive. ----- Original Message ----- From: "chrissy" <tubby.toast at NTLWORLD.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, September 08, 2000 8:02 AM Subject: Re: Color Cursors > I'd like to see this at some point. I like to distribute my executables > with the bitmaps and wave files strapped on to the end (because it's tidier > and I don't want people messing with them). I don't know how to do this for > a cursor file so I'd like to be able to load it from a bitmap instead. > > chris. > ----- Original Message ----- > From: Jason Mirwald <mirwalds at SWBELL.NET> > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > Sent: Thursday, September 07, 2000 9:07 PM > Subject: Color Cursors > > > I struggled in vain too for awhile before I stumbled on a solution for a > color cursor. > I converted a color bitmap I wanted to use to an Icon file, and used > LoadImage(). > > I have an include file that will convert 16-color, 256-color and 32-bit > color bitmaps to Icon files if you want. It would not be hard to modify it > to produce cursor files (that's what I read anyway). > > Jason