Skip to content
⌘ NSIS Forum Archive

Adding a string to the detail window from a plugin

5 posts

Joel#

Adding a string to the detail window from a plugin

I'm trying to add strings into the details window (log window).

I'm now is with SendMessage but which message is?

Thanks!
Anders#
You must setup the LV_ITEM struct, then send one of the listview messages, probably LVM_INSERTITEM...

look at the code for update_status_text in \Source\exehead\Ui.c