You can make a Mickey Mouse work-around.
1) Shell to the browser using START /MAX, which opens your default browser full screen.
2) Figure out the location of the URL form input near the top of all browsers.
3) Go to the site you want to visit, like QB64.org
4) Use _SCREENCLICK with those coordinates to activate the url form input.
5) Use Ctrl + A with _SCREENPRINT to do a copy all from the activated browser URL form.
6) Use Ctrl + C with _SCREENPRINT to copy the browser url.
7) compare the clipboard contents with your database. If a match is found, use the _CLIPBOARD keyword to copy your password and then past it in the form. If you really want to go all out, just keep mapping sites, so you can use _SCREENCLICK and _SCREENPRINT to automatically do the entries.
With Windows, you can use the API to make your QB prog persistent. Hide (_SCREENHIDE) it, and have it come back (_SCREENSHOW) as you need it.
I hope this gives you an idea of what can be done, but sorry, it's fun, it will work, but it's just not very direct.
Pete
Pete