Hi all,
Thanx in adv,
i have a windows application which gets the username and password for a webpage.
On clicking a button in the windows application after filling the username and password, it has to open that particular webpage using the credentials.
Kindly tell some method to acheive.
I followed
System.Diagnostics.process.start("Weblink", username, password, domain);
it is giving Win32 exception stating "Parameter is Incorrect".
I think it is problem with the domain name what i have given.
what should be the domain name in Webpage.
Regards,
Ansar
ansarPosted Mar 24, 2008, 6:54 AM
Thanx for your reply,
But this will not work out in my case.
My problem is
1. I am having a windows application which gets the username and password from the user and it also have a button.
2. After entering the username and password, the user has to click that button.
3. On user click what the application supposed to do is it has to open the required webpage say for example(www.gmail.com) and it should login in that webpage using the username and password.
4. For this i have used the follwing code in the button click event.
System.disgnostics.process.start("www.gmail.com",username,password,domain)
5. The problem is username and password is given by the user but what should be the content in the domain field.
Kindly help me
Best Regards,
Ansar
Bechir BejaouiPosted Mar 21, 2008, 6:09 PM
To enable your web application to be identified by the windows OS you have to add those tags to your web config file