I need to develop a desktop application. It has to connect to a website and click a 'Submit' button on one of its pages. Basically we have to read a excel sheet (contains invoice numbers),for each invoice number need to hit the 'Submit' button.
Now I have read we can use webbrowser controls , but my requirement is the website should not be opened in the browser , it should all be done internally without opening in any browser, Connect to website , fetch each number and hit a submit button.
Any pointers on this would be helpful.