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!
Archive: Adding a string to the detail window from a plugin
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!
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
Thanks! I'll check :)
You can use LogMessage from nsExec.c.
Yes, I found it also in the ZipDLL plugin. Thanks :D