complete noob here, i thought i'd follow a tutorial for a web browser to help teach me some stuff. i've done that, and it works, but now i want to get more advanced with it.
Ive got a tab page control, one tab is browser, and one is bookmarks. i want the bookmarks section to be interactive. so, to add in subtabs for the bookmarks tab page. i want to give the user control, to add/remove tabs. but most importantly, add bookmark buttons.
so my thought was to call an If function, to check a variable on any button clicked.
String UrlCheck; If (UrlCheck => "")
But im stuck. i need this variable remembered the next time this application is executed so setting UrlCheck to "" won't work.
Any ideas how i would go about this? please?