Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
A customer would like to use a windows form in a rule. In addition to this, he wants the form NOT as compiled dll file. So I made two vb.net class files. One for the code and one to build the form gui. A rule creates a new instance of this form and shows it. All works fine. In the form is a listbox. The entries of the listbox should load on form initialize, should be editable on runtime and stored on closing form. And that's my problem. If I compile the form as a dll and load it, I can access My.Settings which read and store the listbox entries in the user.config file in users local app data folder. A straight class file can not use this way.
Any ideas for an alternative way?
R. Krieg
RKW Solutions
www.rkw-solutions.com
Solved! Go to Solution.