Jump to content

C#'da Geckowb'de bazı sorunlarım


yakup8141
 Share

Recommended Posts

  • Editor

Referansla alakalı olabilir.Yada işlemciyi x86 olarak seç.Ayrıca neden türkçe kullanıyorsunuz.Sonuçta Gecko microsoftun değil uyumsuzluk olabilir.

Link to comment
Share on other sites

Referansla alakalı olabilir.Yada işlemciyi x86 olarak seç.Ayrıca neden türkçe kullanıyorsunuz.Sonuçta Gecko microsoftun değil uyumsuzluk olabilir.

yine aynı hata x86 yaptım ingilizceye çevirdim vs yi yine aynı hatayı verdi.

Link to comment
Share on other sites

  • Editor

sa arkdaaşlar c# da geckowb de showprintpreview nasıl yapabilirim ?

 

Ön izleme içinde öncelikle sayfayı temp e kaydedersin.Sonra bu kodlarla dosya yolunu gösterip açarsın.

           PrintDocument pd = new PrintDocument();
           pd.DocumentName = "C:\\a.html";
           PrintPreviewDialog ppdlg = new PrintPreviewDialog();
           ppdlg.Document = pd;
           ppdlg.ShowDialog();

Projenede birtane bundan ekle http://prntscr.com/1cdiyj

Link to comment
Share on other sites

 

 
Ön izleme içinde öncelikle sayfayı temp e kaydedersin.Sonra bu kodlarla dosya yolunu gösterip açarsın.

PrintDocument pd = new PrintDocument();           pd.DocumentName = "C:\\a.html";           PrintPreviewDialog ppdlg = new PrintPreviewDialog();           ppdlg.Document = pd;           ppdlg.ShowDialog();
Projenede birtane bundan ekle http://prntscr.com/1cdiyj
 


kardesm burda PrintDocument nedir ?
Link to comment
Share on other sites

  • Editor

   

kardesm bu normal kaydet deil mi bide farklı kaydet varya onu nasıl yapabilirim ?

 

SaveFileDialog Çıkart oradan seçilen dizine kaydet ozaman farklı kaydet olur.

 

 

   


kardesm burda PrintDocument nedir ?

 

Yazdırmadan önce önizleme sağlıyor işte.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...