Re: ImageList_GetImageInfo - alter the bitmap(s) ?
Newyana2 <[email protected]>
| Newsgroups | alt.comp.os.windows-xp,alt.windows7.general,comp.os.ms-windows.programmer.win32 |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On 10/2/2024 12:55 PM, R.Wieser wrote: > John, > >>> No programming-language provided wrappers around anything, >>> you have to (understand and) write all of them yourself. >> >> Unless you use libraries aznd function calls extensively. > > And thats indeed what I do. :-) > > I *have* to, as, as mentioned, my programming language of choice, Assembly > (Borlands Tasm32), doesn't offer such wrappers. > I bought the assembly bible once and started reading. I decided life's too short for that. The beauty of VB6 is that I can drag-drop GUI elements. No 3 pages of code to create a button. At the same time, I can use Win32 API for most of the functionality. I probably never would have bothered if the only choice were early C++. If I want to write that doesn't mean I also want to perfect paper manufacturing. I can see the appeal of building a ship in a bottle. I'm just too practical to do all that work only to have an object to sit on a bookshelf.