Use a Asterisk for password field....

You can talk about VB programming here

Use a Asterisk for password field....

Postby Guest » Wed Aug 17, 2005 1:49 pm


Hur Hur Hur its nothing hard to do i did this just incase theres someone who cant figure out how to use something to cover the password field made a exsame here for anyone who cares heh... 8)

Image
Guest
 

Re: Use a Asterisk for password field....

Postby method » Mon Apr 10, 2006 5:09 pm

Anonymous wrote:Hur Hur Hur its nothing hard to do i did this just incase theres someone who cant figure out how to use something to cover the password field made a exsame here for anyone who cares heh... 8)

Image


Guest could u send me the code on how to use asterisk for password field i want this for one of my project.Thanks
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Tue Apr 11, 2006 7:05 am

I think I have it let me check for ya 8)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Tue Apr 11, 2006 7:12 am

locohacker wrote:I think I have it let me check for ya 8)


Thanks man i hope u share the logging server source code too:-)
Does it realy connect to paltalk? it would be nice to have our own log in type of user interface:-)
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Tue Apr 11, 2006 8:41 am

Ah I dont have the server :) I dont think he never release that, I didnt find the code to change either but check this is mad easy

on the text box propertie where the password is going do this

Set the PasswordChar property to "*"

I gt that from vbforums dint know it was that easy lol
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby NVYE » Tue Apr 11, 2006 11:22 pm

that's crazy man ...

hahhaa lolz ...

but there are always alternative way ...

seconds way is ..

on keypress

store same where in a variable ... and replace the ascii equals to *

:)
User avatar
NVYE
imFiles Senior
imFiles Senior
 
Posts: 234
Joined: Fri Jun 10, 2005 11:29 pm

Postby Departure » Wed Apr 12, 2006 9:06 am

just change the text box font . taaadaaaaaaaa another magic trick
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby BattleStar-Galactica » Wed Apr 12, 2006 9:47 pm

and what about this
Private Sub Text1_Change()
Dim TmpLastPWChar As Long
TmpLastPWChar = SendMessage(Text1.hWnd, EM_GETPASSWORDCHAR, 0&, ByVal 0&)
If TmpLastPWChar = 0 Or TmpLastPWChar > 89 Then TmpLastPWChar = 64
Call SendMessage(Text1.hWnd, EM_SETPASSWORDCHAR, TmpLastPWChar + 1, ByVal 0&)
Text1.Refresh

End Sub
it's easy to set whatever you want for hide your password but my pain is i try to get the pt password, i try everything but no result expected :cry:
can anybody tell me how to get the password with api call when i drag my cursor on password zone of pt login screen.
i'm sure someone has already done it.
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby Departure » Thu Apr 13, 2006 12:41 am

yeap its been done, but not the normal APi calls you would normaly use to get standard passwords feilds, I know on h2k someone made a password revealer for paltalk ...

I personnaly have'nt looked into it , so i dont know much about it
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby BattleStar-Galactica » Thu Apr 13, 2006 1:14 am

thanks Departure for reply it, but i solved my problem
i can get pt password by using postmessage :lol: I always solve my probleme after post my question :P
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests