Jump to content

Recommended Posts

Let me prefeace this post by admitting that it's been a couple of months years since I last wrote an AutoIt script. Now I need to write a small utility to keep track of my UserIDs and oasswords. I want a standalone package with a light database, a GUI for windows and password protection. I immediately thought "I bet AutoIT can do that", so I came here. being a good, well reasonably good net citizen, I used the search capabilities for SQLite and for GUI. The many hits that I found are from back in 2006 - 2007 timeframe. I did find one script SQLite_GUI.au3 from Ptrex which had been updated by another user (PsaltyDS ?), but that was quite a while ago. Where did the example scripts for SQLite go? Surely people are still developing AutoIT solutions using SQLite, aren't they? Or am I really the dinosaur my teenagers accuse me of being?

GPence

P.S. I did find an example called MyActivities.au3 which will compile, but it immediately disappears. I managed to grab the titlebar and look at it for a moment, but as soon as I let go of the mouse button, it disappears. Here's the error:

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\gpence\Downloads\myactivities\myactivities\MyActivities.au3"
C:\Users\gpence\Downloads\myactivities\myactivities\MyActivities.au3 (862) : ==> Subscript used with non-Array variable.:
$QuoteID=$qvals[1][0]
$QuoteID=$qvals^ ERROR
>Exit code: 1   Time: 13.553

So where can I find an example to tailor to my needs, or better yet, who's already written a password vault script? :-)

Link to comment
Share on other sites

hello gpence,

I once toyed with this task and I did manage to get a pretty good working script, but then I encountered KeePass, which I found to be a perfect program, so I abandoned my script. I urge you to check it out (http://keepass.info), but I can look for my old script if you wish.

best regards,

Or

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...