Update of /cvsroot/win32forth/win32forth/demos
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6507/demos
Modified Files:
ListViewDemo.f
Log Message:
Jos: The SetExtendedStyle: made it possible to select a whole line. It is now also possible to use a grid in a listview.
Index: ListViewDemo.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/ListViewDemo.f,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ListViewDemo.f 9 May 2006 16:18:47 -0000 1.12
--- ListViewDemo.f 23 May 2006 19:49:26 -0000 1.13
***************
*** 417,420 ****
--- 417,421 ----
InitListViewColumns: SplitterWindow
InitListViewItems: SplitterWindow
+ true LVS_EX_FULLROWSELECT SetExtendedStyle: ListViewRightBottom
turnkey? if MessageLoop bye then ;
|