I am new in vb.net, and someone used 'My.Settings.*' on a vb.net program I inherited.
I would like to know where the data are stored when using My.Settings in vb.net
If I have a member variable called IpAddress for example, can I have an other class using its own member variable called IpAddress without being confusing for the program ?
What if an other program is runing using a variable called IpAddress, can those be mixed up ?