I\'m just creating a simple calculator in C# (windows form)
I\'ve created a \"User Help\" which is a pdf file, what I want is to display that pdf file if the user cl
AxAcroPDF1.LoadFile("C:ShippingForm.pdf") AxAcroPDF1.src = "C:ShippingForm.pdf" AxAcroPDF1.setShowToolbar(False) AxAcroPDF1.setView("fitH") AxAcroPDF1.setLayoutMode("SinglePage") AxAcroPDF1.setShowScrollbars(False) AxAcroPDF1.Show()