05-18-2005, 09:52 AM
How can I create a Dialog showing variables in SysListView32, SysHeader32?
SysListView32, SysHeader32 in Dialog
|
05-18-2005, 09:52 AM
How can I create a Dialog showing variables in SysListView32, SysHeader32?
05-18-2005, 02:42 PM
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.
05-19-2005, 05:42 AM
Ok
05-19-2005, 07:40 AM
It seems too complicated for me
10-28-2005, 10:25 AM
can you show me a simple example like:
NAME DIRECTION TELEPHONE PETER C/ALEGRIA,23 976125262 JOHN C/SALUDO, 17 606425235 [...]
10-31-2005, 08:07 AM
Thanks.
and for sort clicking in the Col?
10-31-2005, 08:55 AM
Read in MSDN about
LVN_COLUMNCLICK and LVM_SORTITEMS or LVM_SORTITEMSEX
10-31-2005, 09:44 AM
List view sorting sample. Also shows how to intercept dialog control messages packed in WM_NOTIFY message.
10-31-2005, 09:50 AM
Thank you very much.
You are the best teacher of the world. |
« Next Oldest | Next Newest »
|