Problems with Adobe Acrobat Browser Control


i have mysterious problem adobe acrobat browser control.

if start new visualstudio vb-project , add browser control form works fine, pdf shows in control.

if add browser control existing visualstudio vb-project fails. no pdf shows in control , no error occurs.

i grateful ideas how troubleshoot this.

/michael

problem solved.

this code works in new project:
me.axacropdf1.loadfile(path)
me.axacropdf1.setshowtoolbar(false)

but not in old project.

by adding code in old project works.
me.axacropdf1.loadfile(path)
me.axacropdf1.src = path
me.axacropdf1.setshowtoolbar(false)
me.axacropdf1.setview("fith")
me.axacropdf1.setlayoutmode("singlepage")
me.axacropdf1.show()

wonder why....


More discussions in Acrobat Reader


adobe

Comments

Popular posts from this blog

sd card Could not find FAT16/FAT32 partition [solved]

Sketch upload fails with Java error (___REMOVE___/bin/avrdude)!

DHT11 Time out error using v0.4.1library