Originally posted by: Pradeep Kumar
It doesn't work with class CEdit,
while retriving the data through CEdit, if the control is set as password, we get error Access Denied.
Is there any solution??
ReplyOriginally posted by: Amol Chavan
I compiled your project with VC 6.0 on Win 2000
But the output application after building the sources is not working...
Althought the exe provided by you is working fine on Win 2000... can you let me know why this is happening ????
My Email id is amol_c2000@yahoo.com
Originally posted by: harez
thank you veryyyyyyyyyyyyyyyyyyyy much!!!!!!!!
ReplyOriginally posted by: ZeALoT
Can anybody help me in GeTTing the Web Password? hehe
Help Me ...
Thanks ..
ReplyOriginally posted by: S. Rajagopalan
Great work.
Can any one help me in getting the web password?
Originally posted by: Yogesh Chandwadkar
This is really a good utility
Originally posted by: abc01
Hi Tom,
I can't find the application to read web passwords on the link u have given. Can u send it to me by mail, if u have it.
Thanks
rajst@rocketmail.com
Originally posted by: John Simmons
I decided to try this Eureka on an app we wrote here. The logon dialog has two bitmaps (static controls) on the dialog, with a password edit field on top of them. The tab order is as follows:
bitmap #1 - 1
bitmap #2 - 6
edit control - 3
It looks roughly like this in terms of layout:
/-----------------------------------------------------\
| bitmap #1 /------------------\ |
| | bitmap #2 | |
| | | |
| | /--------------\ | |
| | | edit control | | |
| | \--------------/ | |
| | | |
| \------------------/ |
|-----------------------------------------------------/
My guess is that it sees bitmap#2 because it has the highest z-order of the three stack controls.
Sure, I can fix *my* dialog to make it work, but we don't have that luxury with other dialogs. I guess the solotuion would be to check all of the controls on the dialog that lie underneath the mouse cursor and report on all of them. :-)
Originally posted by: shrenik
Hi,
i was using this utility to retrive passwords on WINNT, it was working properly.However it doesnt work on W2K.
can u make another application for retriving passwords on W2K
thanks
Originally posted by: Pradeep Gwalani
This does not work with Edit Controls inside Group Boxes. An example application is Continuus (Source Control System).
Quite a few applications have edit controls inside Group Boxes. The application recognizes the control as a BUTTON.
I modified the app to accept HWND's manually and it worked fine. I supplied the HWND using SPY++ (Tool supplied with VC).
Anyone has a solution to this ?