swagatjena 0 Newbie Poster

I am migrating an application from vb6 to vb.net. The application has some checkboxes and dropdowns whose values we can store in a file. For this it uses propertybag writeproperties to return a variant which is then written to a file by file put.similarly for loading the settings the file is loaded using file get and a variant is passed. the property bag content is then loaded using the variant and the properties are set.

What will be the right way to do this in vb.net . I have to use the previously saved files as well.

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.