Binarybin Posted June 15, 2005 Posted June 15, 2005 Is it possible to create a listview where the items in it are editable by the user, can just click in it and start typing, and we can then read that text. I have alot of passwords and usernames to store and be editable, would be a alot easier and nicer looking if was all condenced in a listview, instead of many many text boxes, besides the point that they take up alot of space, anybody create anything nice for saving and storing settings real easy, and/or passwords/usernames
buzz44 Posted June 15, 2005 Posted June 15, 2005 GUICtrlCreateListView ( "text", left, top, width, height, $LVS_EDITLABELS) In the help file, ListView Styles, in the styles page. qq
Binarybin Posted June 15, 2005 Author Posted June 15, 2005 Doesn't exactly work correctly, for example, Say i want it to look like this App |Username | Password Explorer | John | mypass calc |johner | doggie Ok now the App name you don't want editable, no need for that, but you do want editable the Username And the Password, so they can fill in that info.
buzz44 Posted June 15, 2005 Posted June 15, 2005 Doesn't work like that sorry . It's either all or none. qq
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now