Vb.net – Displaying a PDF in a control in Visual Basic 2010

pdfvb.netvisual studio 2010

I just installed Visual Basic 2010, went through some tutorials on how to display files, but can't find any material on how to select and embed existing PDF files into a form. Any suggestions or pointers in the right direction would be great, thanks!

Best Answer

Just embed a browser control in your form and navigate that to the PDF file. That should do the trick.