Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SysListView32, SysHeader32 in Dialog
#1
How can I create a Dialog showing variables in SysListView32, SysHeader32?
#2
See spam filter functions. To import, click floating toolbar -> More Tools -> Installed Files -> SpamFilter.

SF_Update function fills listview using SF_LvAdd and SF_LvAddColumn functions. These functions are private and may be changed in the future, so if you wan to use them, make your copies.

Header control is owned, created and managed by listview control, so you don't have to create and manage it.
#3
Ok
#4
It seems too complicated for me
#5
can you show me a simple example like:

NAME DIRECTION TELEPHONE

PETER C/ALEGRIA,23 976125262
JOHN C/SALUDO, 17 606425235
[...]


Attached Files
.zip   6515107653.ZIP (Size: 8.32 KB / Downloads: 306)
#6
Functions to simplify adding listview items.


Attached Files
.qml   ListView control.qml (Size: 2.28 KB / Downloads: 750)
#7
Thanks.

and for sort clicking in the Col?
#8
Read in MSDN about

LVN_COLUMNCLICK
and
LVM_SORTITEMS or LVM_SORTITEMSEX
#9
List view sorting sample. Also shows how to intercept dialog control messages packed in WM_NOTIFY message.


Attached Files
.qml   ListView control.qml (Size: 2.96 KB / Downloads: 786)
#10
Thank you very much.

You are the best teacher of the world.


Forum Jump:


Users browsing this thread: 1 Guest(s)