nitin
nitin

Reputation: 3

C# WebBrowser background processing

I am working on c# .net framework, window application. I just want to know, is there any way to process html document in background? like I have a web browser control having html document written inside it asking for some fields of form. I am able to change values of form but can I submit the form and process the next form which comes after submitting the previous form in background(i.e. I do not show the browser window to the user or show him whenever I want). Is there any way? Please help me!

Upvotes: 0

Views: 930

Answers (1)

bluevector
bluevector

Reputation: 3493

Just use WinForms and leave the browser out of it.

Upvotes: 1

Related Questions