Re: question about List text colors

new topic     » goto parent     » topic index » view thread      » older message » newer message

Brian Jackson wrote:

> What I don't understand is how to access
> the InsertItem function within the TreeView
> class in Euphoria.

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 ).

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu