Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 6:26 am This article has been viewed 35193 times.
|
|