I have created one desktop form application in C#.net using visual studio 2008 and framework 4.0. I have one requirement like this: I have one link on one form and when user click on it, it will open up mozilla or chrome with gmail.com and username and password will be passed onclick event and gmail account will be opened up. so is it possible by anyway using C#.net or Javascript or JQuery or anything else?
Actually I dont want to embed any browser control with my window application instead opening a new instance of browser (mostly Firefox Or Chrome) it self with web site url, pass username and password and click on button to sing in.
Your help will be appreciated.
Thanks a lot.