Re: ImageList_GetImageInfo - alter the bitmap(s) ?
"R.Wieser" <[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]> |
Newyana2, > I bought the assembly bible once and started reading. I decided > life's too short for that. :-) I pretty-much started with Assembly and worked my way thru a number of home computers (TRS80, Apple 2e, commodore 64) to arrive at the X86 machines, starting with DOS 3.3, where I started to use borlands assembler(s). Later on I bought Borlands Tasm32 Although I've tried a few other programming languages, somehow I always returned to Assembly. > The beauty of VB6 is that I can drag-drop GUI elements. No 3 pages of code > to create a button. Ah, that. Yes, I started with that too. But when I discovered Dialogs and how I could add a button (or any other control) with just a single line in a resource file I dropped the whole CreateWindowEx and all of that approach, and used DialogBoxParam instead. > 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. :-) My interrest is mosty towards figuring out how to get stuff working. As a result I have a lot of "how does this work" test programs, which I often abandon when I have a clear view of the harbour. Regards, Rudy Wieser