how we can use get setting and save setting in vb 6.0 with example.or any reallife program. thanks

I use SaveSettings/GetSettings in my program to;

Store textbox value - savesettings will save the value of my textbox when user close the form or press save button, so when user open the app getsettings will be performed to retrieve the value of it.

getsettings/savesettings store value in your system registry, so it will save you time than writing a long code just to save some application settings or info.

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.