Blake81
Well-known member
Hey, I think I'm going to try using a listbox or dropdown box for the favorite zip codes in my program instead of trying to deal with deleting a dropdown menu item. I haven't worked with My.Settings yet, and I need to know one thing. If I have a variable saved there called FavoriteZip1, and it hasn't been used yet by the person, if I want to refer to its current state in my program, is it equal to Nothing, or ""? Thanks.
Also, I've been noticing that there's a ZIP code being added to the drop down box when I run the program to debug. I keep using my delete feature, but it's still there the next time I run it. I can't figure out where it's being saved. How do I get rid of it so my users don't have that ZIP when they get the program?
Also, I've been noticing that there's a ZIP code being added to the drop down box when I run the program to debug. I keep using my delete feature, but it's still there the next time I run it. I can't figure out where it's being saved. How do I get rid of it so my users don't have that ZIP when they get the program?
Last edited: