[HELP]Contact list for email senderI know you are suppose to make 'Settings' for contacts, which I have already done I want 5 contacts, and I have all of the stuff added The textboxes and the buttons for save contacts But I have no idea on using the settings for contacts If some one could please just post how to do it instead of making a new thread
I don't understand what you want done. Explain more? You're trying to make an email sender... and add contacts... what are the specifics?
Originally Posted by Lolland I don't understand what you want done. Explain more? You're trying to make an email sender... and add contacts... what are the specifics? Just have contacts that are savable, so people don't have to add them every time they re-open the email sender
Originally Posted by Pixie Just have contacts that are savable, so people don't have to add them every time they re-open the email sender Save them in a text file!
Code: Form1.load textbox1.text = my.settings.contact1 textbox2.text = my.settings.contact2 my.settings.reload ect... Save Button Code: contact1 = my.settings.textbox1.text contact2 = my.settings.textbox2.text my.settings.save()
Originally Posted by Calebb Code: Form1.load textbox1.text = my.settings.contact1 textbox2.text = my.settings.contact2 my.settings.reload ect... Save Button Code: contact1 = my.settings.textbox1.text contact2 = my.settings.textbox2.text my.settings.save() Fuck you I just got home from school and was gonna post my code Jk.
Originally Posted by Lolland Fuck you I just got home from school and was gonna post my code Jk. 5320+367=5687
Originally Posted by Calebb Code: Form1.load textbox1.text = my.settings.contact1 textbox2.text = my.settings.contact2 my.settings.reload ect... Save Button Code: contact1 = my.settings.textbox1.text contact2 = my.settings.textbox2.text my.settings.save() Doesn't work for me, it gives me errors the 1 is underlined red, and the My.Settings.textbox2 is underlined blue
save should be my.settings.firstsetting = textbox1.text my.settings.secondsetting = textbox2.text my.settings.save()