Hi all,
I already save my login config at registry. Thanks to Jx_Man and Debasisdas for helping me on previous thread.
My following code running nicely.
SaveSetting "AddressBook", "Login", "Username", Trim(txtUserName.Text)
My settings currently saved on "HKEY_CURRENT_USER\Software\VB and VBA Program Settings\AddressBook\Login"
How i can save it one level more deeper. so it will save in "HKEY_CURRENT_USER\Software\VB and VBA Program Settings\AddressBook\Login\Data"