![]() |
hopefully an easy question......
i had forgotten my password to a program i use at work, so i found one of those small programs that reveals an asterisk password on mouse-over. so now i am curious, how would that be coded? are there any codes floating around that would show how this is done? thx
|
Re: hopefully an easy question......
A password box is simply a text box which replaces the content with asterisks when outputting it. The content is still there. Therefore, if you can get the handle of the text box, you can query it for its actual content.
The asterisks are purely to stop someone looking over your shoulder. If they have access to your computer and you've ticked "Remember my password", you're screwed. |
Re: hopefully an easy question......
as i am still a noobie, how do i find the handle, and what might the code look like. i've been searching for snippets, but have found none.
|
Re: hopefully an easy question......
Googling for "VB get text from password box" found this.
|
Re: hopefully an easy question......
Quote:
|
Re: hopefully an easy question......
Here's the problem: you posted this in the Visual Basic forum. Visual Basic 2008 (or VB 9) is a form of Visual Basic .NET, and though Microsoft have dropped the ".NET" portion of the name, we still use it to distinguish it from "classic" VB (versions 6 and below; pre-2002). VB .NET is not compatible with classic VB.
Googling for "VB .NET get text from password box" found this. |
| All times are GMT -5. The time now is 9:10 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC