how i can open pdf file
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
hi, can anybody tell that how i can open pdf file through vb or vb.net for reading Thanks in advance
-
hi, can anybody tell that how i can open pdf file through vb or vb.net for reading Thanks in advance
In VB you probably need an instance of the Acrobat View instantiated before calling the file. In vb.net, I just had to address this. Really the simplistic approach is to hyperlink to the filename.pdf file and it will open in your web form window...kind of automagically. I wonder if anyone can tell me a way to have it open in it's own window, or web form without writing javascript with a new window event firing...I mean open a second web form while keeping the calling web form open??