Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Saving and restoring listbox formatting 2000-01-12 -- Arnor Baldvinsson >Is there any way to save and restore listbox settings? Its easy to make the
>fields on a listbox resizeable, but once the box is closed you have to start
>all over :-(
Loc:Format String(2048)
Code
! Restore
Loc:Format = GetIni('Browse','MyBrowse','','app.ini')
If Loc:Format
?List{Prop:Format} = Clip(Loc:Format)
End
...
! Save
PutIni('Browse','MyBrowse',?List{Prop:Format},'app.ini')
This will save and restore the listbox between sessions.
Today is November 21, 2024, 7:47 am This article has been viewed 35194 times.
|
|