vb.net - open pdf from Menu List in Visual Basic -


i neophyte programmer right on cusp of answer on here @

loading pdf file in visual basic windows form?

unfortunately couldn't find way in touch person whom thought gave best answer, forgive me if answer inapropes...

i add .pdf files programme, user can read directly upon clicking menu item.

i have files "benutzerhandbuch info 2 projekt.pdf" , "produktbeschreibung info ii projekt.pdf" ready go, don't know should save them.

i've got adobe installed on machine , in toolbox.

gojirademonstah answered think best solution (??) couldn't ask further q's against policy , don't have enough cred 'cause i'm new.

q* - should save file vb can see it? q* - once programming complete, burn cd , give prof kind of "product", if link pdf file saved on computer, how prof see file?

sorry if these questions sound basic, don't know search besides have done. need bit of hand-holding here. wish upload pics, because make question easier understand. in advance help.

insert webbrowser control in winform, then:

webbrowser1.navigate("c:\test.pdf") 

Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -