RE: Mike's Win32
- Posted by Mike <vulcan at win.co.nz> Jan 10, 2003
- 478 views
Hi Guillermo, I am pleased you like the library compactness. In the documentation, which I quickly threw together before sending it all to Rob to put on the Contributions page, I hinted quite heavily that any outside help will be appreciated. If you decide to wrap any other useful routines that would benefit the library then please send a copy my way and I'll see about including it in the next versions. Regards, Mike > Hi Mike, > Nice lib. I made a program using Low Level Routines (By Jordah) and > the same using your lib and it only added 2k extra to the resulting exe > file (using the translator with LCC and then packing it). > I read at the end of your win32.ew something about setting icons to > the window, this is what i know of that: > VOID = sendMessage(MainWin, 128, 0, IHandle) -- Taskbar Icon (SMALL) > VOID = sendMessage(MainWin, 128, 1, IHandle) -- Windows Icon (BIG) > > Hope that helps. > > PS: I wrapped extract icon and used it with your lib so the programs i > tested were equal. > > ===== > Best Regards, > Guillermo Bonvehi > AKA: Knixeur - Caballero Rojo > > vulcan at win.co.nz