Click to See Complete Forum and Search --> : Password question


Nathan Strandberg
April 9th, 1999, 10:58 PM
I am creating a program that will require the user to enter a new password to complete a wizard. I have two edit boxs that have to have the same "word" in them to continue to the next step. How can I make sure that the same thing is entered in the 2 boxes?

Thanks,
Nathan Strandberg

anuvk
April 10th, 1999, 04:27 AM
The thing goes like this,
just check for the syntax
GetWindowText(ID1,pszText1)
GetWindowText(ID2,pszText2)
lstrcmp(pszTExt1,pszText2);
and for the yahoo pager like checking
you need to loginto ur account once a while to
see if there is some mail there look into
the POP3 protocol if the server supports it
its I think RFC 1745
hope this helps