Click here to Skip to main content
15,911,785 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa15-Apr-08 4:44
Waleed Eissa15-Apr-08 4:44 
GeneralRe: Exporting html data to Excel Pin
basi001415-Apr-08 4:50
basi001415-Apr-08 4:50 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa15-Apr-08 5:05
Waleed Eissa15-Apr-08 5:05 
GeneralRe: Exporting html data to Excel Pin
basi001415-Apr-08 5:35
basi001415-Apr-08 5:35 
GeneralRe: Exporting html data to Excel [modified] Pin
Waleed Eissa15-Apr-08 5:52
Waleed Eissa15-Apr-08 5:52 
GeneralRe: Exporting html data to Excel Pin
basi001415-Apr-08 7:26
basi001415-Apr-08 7:26 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa15-Apr-08 21:27
Waleed Eissa15-Apr-08 21:27 
GeneralRe: Exporting html data to Excel Pin
basi001416-Apr-08 5:04
basi001416-Apr-08 5:04 
Arite,
I have written the problem scenario below.
Can you help me with Step 2? How do i make my application launch the browser with username and password already entered in it?

Sample Scenario:
Step 1 - I want to launch a webpage (www.hotmail.com) using C# Application.
Step 2 - I want my application to enter the username and password in the fields and then click the 'Sign In' button.
Therefore when i launch this application, it takes me directly into the page where data is sitting (Emails)

Here is the code that is working for Step 1

string url = "http://login.live.com/login.srf?wa=wsignin1.0&rpsnv=10&ct=1208358013&rver=4.5.2130.0&wp=MBI&wreply=http:%2F%2Fmail.live.com%2Fdefault.aspx&id=64855";<br />
System.Diagnostics.Process proc = new System.Diagnostics.Process();<br />
System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo(url);<br />
proc.StartInfo = startInfo;<br />
proc.Start();

GeneralRe: Exporting html data to Excel Pin
Waleed Eissa16-Apr-08 14:37
Waleed Eissa16-Apr-08 14:37 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa16-Apr-08 14:42
Waleed Eissa16-Apr-08 14:42 
GeneralRe: Exporting html data to Excel Pin
sarvesh.upadhyay16-Apr-08 1:54
professionalsarvesh.upadhyay16-Apr-08 1:54 
GeneralSuppressFinalize Pin
George_George15-Apr-08 4:10
George_George15-Apr-08 4:10 
GeneralRe: SuppressFinalize Pin
Zoltan Balazs15-Apr-08 4:19
Zoltan Balazs15-Apr-08 4:19 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 4:21
leppie15-Apr-08 4:21 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 5:08
leppie15-Apr-08 5:08 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 5:12
George_George15-Apr-08 5:12 
Generalconverssion of pdf into images Pin
Arihant rathi15-Apr-08 4:10
Arihant rathi15-Apr-08 4:10 
GeneralMaximum number of columns in .NET DataTable Pin
Elena200615-Apr-08 3:55
Elena200615-Apr-08 3:55 
GeneralRe: Maximum number of columns in .NET DataTable Pin
leppie15-Apr-08 4:26
leppie15-Apr-08 4:26 
GeneralRe: Maximum number of columns in .NET DataTable Pin
Dave Kreskowiak15-Apr-08 4:27
mveDave Kreskowiak15-Apr-08 4:27 
GeneralRe: Maximum number of columns in .NET DataTable Pin
ehtshamkh26-Jul-12 2:02
ehtshamkh26-Jul-12 2:02 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
QuestionRe: Maximum number of columns in .NET DataTable Pin
Shrikesh_kale9-Aug-17 22:06
Shrikesh_kale9-Aug-17 22:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.