Skip to main content

AccessTr.neT


pdf dosyasını acrobat ile açmak

pdf dosyasını acrobat ile açmak

#2
Merhaba,

Kodu aşağıdaki şekilde değiştiriniz.. İyi çalışmalar.

Kod:
Option Explicit
Option Compare Database
 
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
 
Private Const SW_SHOWNORMAL As Long = 1
Private Const SW_SHOWMAXIMIZED As Long = 3
 
Private Sub Komut111_Click()
ShellExecute 0, "Open", pdf, vbNullString, "C:\", SW_SHOWNORMAL
End Sub


Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
pdf dosyasını acrobat ile açmak - Yazar: Akifff - 01/12/2015, 11:58
Cvp: pdf dosyasını acrobat ile açmak - Yazar: SCavusoglu - 01/12/2015, 23:56
Cvp: pdf dosyasını acrobat ile açmak - Yazar: Akifff - 02/12/2015, 10:15
Task