Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to keep the positions of icons in a listview object
Message
 
 
To
20/10/2003 14:14:52
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00838825
Message ID:
00840395
Views:
22
>in the init method of the form i use the add method to add icon on the listview object. but after user can move them in any place like windows explorer. i want a technic to keep save their position and restore the the next time.

In the Destroy of the form you can loop through ListItems collection and store info about each item into a table, memo field or a text file. In the Init you can process that info and add icons in the order stored list time.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform