in reply to Win32::GUI::ListView in virtual mode

Hello. I need an example, how create virtual listview with Win32::GUI. I want to know, how to use LVM_SETITEMCOUNT hook and where in code I need to add items in ListView?

:)

How did you hear about "LVM_SETITEMCOUNT" (what docs are you reading)? Why do you think you have to hook it?

There is no example on the internet anywhere of a virtual Win32::GUI::ListView ... Win32::GUI is a dead end, hasn't been updated in forever, doesn't support unicode.... other problems with Win32::GUI and why I laught at those choosing Win32::GUI

  • Comment on Re: Win32::GUI::ListView in virtual mode

Replies are listed 'Best First'.
Re^2: Win32::GUI::ListView in virtual mode
by artem78 (Novice) on May 04, 2016 at 12:01 UTC
      Good, thats the site, i could only find one partial example there, it hints that you need to hook a diff. messages, the ones about getting items. Im AFK ATM