Hi guys,
I have the same post in the java category. I tried using C# in coding this project on how can a user log-in his online accounts using a windows application created in C#.
The windows application can store his username, passwords and the corresponding URLs, and all i can do is to direct the user in the log-in page of his selected account (e.g. Yahoo!, facebook, etc.) and that's that... i'm stock in the log-in page haha :P
I need some help on how to use the username and password of the user to continue to log-in inside his account. Any possible codes would do as long as i can log that user in his selected homepage or email (even email alone).
I really need the codes on how to do it, cause all i can do is to use the System.Diagnostic.Process.Start("iexplore.exe", URL).
thanks in advance for those who can help me out in this problem. Godbless :)