Click here to Skip to main content
15,868,292 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
I am very new to coding in .net. please guide me with full details.

1. I want to try to develop pure windows application based on gmail registration form or yahoo registration form and

2. Want to create a link for login or signin form that too in windows application only.

3. Chatting form and sign out form.

My main questions:
1. How to get that existing internal links is their any to find that link.

2. How to use that code in windows applications which extensions necessary.

3. How blind that code in windows applications and make as desktop gadget.


If possible please send with one full sample that who we use that in windows applications.

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 17-Nov-12 20:46pm
v2
Comments
Sergey Alexandrovich Kryukov 17-Nov-12 23:12pm    
Not a question. And please don't shout. ALL-CAPS is considered shouting on the Web, and pretty rude.
--SA
OriginalGriff 18-Nov-12 2:46am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.
OriginalGriff 18-Nov-12 2:47am    
And what have you done so far? Where are you stuck?
Nelek 18-Nov-12 6:05am    

One thing is for sure that since you have to access the web from a windows application, you will have to make use of the Browser control in your application. Here the user can sign into the respective websites like Google, Yahoo, etc. Note that you might also have to use some APIs exposed by these websites.
 
Share this answer
 
v2
i suggest you not to try this. firstly, this is illegal as per yahoo and gmail policy. Second, they won't let you implement such a program, the only way is a hack which i don't think is possible. You can only use gmail and yahoo login in your application but can't implement sign-up.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900