Hi all,
I'm new to coding these types of programs but trying to learn. My
question is when I use ClientLogin to attempt to log in, how do I show
the user if they enter the wrong user ID and/or password? Basically
just want to pop up a message box saying "User ID and/or password
incorrect". Below is the code I'm using Thanks!
GContact = new ContactsService("GContacts");
GContact.setUserCredentials(userIDBox.Text, passWordBox.Text);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---