07-12-2011, 11:14 AM
Lol, well what it sounds like you are trying to do is show a form before opening a .pdf file. This is really simple to do.
Simply show the form, and after the validation code is entered, a button is pressed... And to open a pdf file with this button, simply use the code.
Simply show the form, and after the validation code is entered, a button is pressed... And to open a pdf file with this button, simply use the code.
Code:
Process.start("C:\PDFFILEGOESHERE.pdf")