Good Day All,
Please anyone tell me how to open an adobe PDF file in VB6? Thank you all very much in advance.
Ini
Good Day All,
Please anyone tell me how to open an adobe PDF file in VB6? Thank you all very much in advance.
Ini
Thank's a great deal; I figured it out.
Ini:cheesy:
Read these threads:
http://www.daniweb.com/techtalkforums/showthread.php?t=18585&highlight=pdf
and
http://www.daniweb.com/techtalkforums/showthread.php?t=17156&page=2&highlight=pdf
;)
Just incase anyone needs the solution this is it below
[
'create a constant
'Private Const MAXIMIZE As Long = 3
Dim strFile As String
strFile = "C:\Test.pdf"
ShellExecute 0&, "open", strFile, "", "", MAXIMIZE
]
thanks it helped me a lot
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.