Jump to content

pdf görüntüleme


alucard

Recommended Posts

merhaba arkadaşlar;

 

uzak makinede olan bir pdf yi 

 

procedure TMainForm.UniListBox1Click(Sender: TObject);


var
dosya : string;
begin
dosya  := 'file:'+'\\***.***.***.***\pdf\'+ uniListBox1.Items[uniListBox1.ItemIndex];

UniURLFrame1.URL := dosya;
UniURLFrame1.Show;
end;

şeklinde göstermeye çalışıyorum. ama pdf görüntülenmiyor. başka bir yolu varmıdır acaba

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...