The only problem is it opens the web page within a container in my app. I would prefer to just open the website in the normal browser.I can open the page fine with:Process.Start("http://www.mysite.com/page1")But I need to know how to fill in the textboxes also....
I would like to fill in a PDF form using VB.Net WinForms code, not C#. I have Adobe Acrobat X. I can open the PDF but I'm sure how to fill in the fields. I have VS2012 Pro and the PDF is externally provided and can't be modified. Is that possible? bdpb All replies (1) ...