Re: question about List text colors
- Posted by Brian Jackson <bjackson at 2FARGON.HYPERMART.NET> Jan 24, 2000
- 478 views
David wrote: >I seem to be missing something here. The *native* Win32 API is just C >calls, but you can talk to it with C, C++, Assembler, BASIC, Euphoria - >whatever. The C++ stuff (especially MFC) is just a wrapper around the C >calls. InsertItem is implemented with a SendMessage( hListView, >LVM_INSERTITEM, 0, hItem ). DOH! Why is that every time I find a solution to a problem (or more rightly, THINK i have), you come along and reduce it to a single line of code?!! Thank you very much, David. That clears up a lot of things, and gives me some interesting new ideas. From now on I'll try to stick to solving problems I actually understand.... Brian