[UPDATE]
I'm working on a test version. Just a simple GUI, nothing fancy, but I'm working on usability and performance instead. Testing out the ideas listed here.
[UPDATE]
I seem to have a problem with the documenttitle function.
Code:
Me.text = getCurrentBrowser.Documenttitle
(This is on the document complete event)
-When it navigates to google, the homepage, the form text is blank.
-If I search for something, let's say "Hello" for this example, once I've searched it and the page loads fully, the form title says google.
-If I go on another webpage the form title says "Hello - Google search" instead of the current webpages title.
There seems to be some delay on the form title, basically.
Fixed it!