Hallo zusammen,
ich sitze seit über einer Woche an meinem "Tool" und verzweifle langsam.
Erklärung:
Ich bin Zeitungszusteller (nebensächlich) und habe für diese Tätigkeit ein Tourenbuch mit so genannten "Einlegern" (Siehe Foto "Einleger lang 50%.jpg).
Jetzt möchte ich diese Einlagen bedrucken können, das hat von den Datensätzen usw ja auch geklappt, es kommt auf DinA4 aus meinem Drucker raus,
ABER
wenn ich jetzt einen "Einleger" in den Drucker lege, dann kommt nichts dabei raus, weil er mir das auf die Walze druckt.
Die Seitengröße ist: 9,7 cm Breit und 20,8 cm Hoch, also auch keine Din größe.
So sieht aktuell meine Form2 aus.
In den Bereichen "Unbearbeitet" muss ich die Textbox noch den richtigen Namen zuordnen
wäre super wenn mir einer einen Tip geben könnte, bin nämlich Neuling und das ist erst mein zweites "Projekt"
Danke schon mal im Vorraus
"Visual Basic 2010 Express"
ich sitze seit über einer Woche an meinem "Tool" und verzweifle langsam.
Erklärung:
Ich bin Zeitungszusteller (nebensächlich) und habe für diese Tätigkeit ein Tourenbuch mit so genannten "Einlegern" (Siehe Foto "Einleger lang 50%.jpg).
Jetzt möchte ich diese Einlagen bedrucken können, das hat von den Datensätzen usw ja auch geklappt, es kommt auf DinA4 aus meinem Drucker raus,
ABER
wenn ich jetzt einen "Einleger" in den Drucker lege, dann kommt nichts dabei raus, weil er mir das auf die Walze druckt.
Die Seitengröße ist: 9,7 cm Breit und 20,8 cm Hoch, also auch keine Din größe.
VB.NET-Quellcode
- Imports System.Drawing.Printing
- Public Class Form2
- Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
- Drucken_Vorschau()
- Dim standard_drucker As New PrintDocument
- PrintDocument1.PrinterSettings.PrinterName = standard_drucker.PrinterSettings.PrinterName
- PrintDocument1.Print()
- End Sub
- Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As PrintPageEventArgs) Handles PrintDocument1.PrintPage
- Dim Hintergrundbild As System.Drawing.Image
- ' Hintergrundbild = Image.FromFile("C:\Users\TerrorPC\Pictures\ControlCenter3\Scan\Einleger lang.jpg")
- 'e.Graphics.DrawImage(Hintergrundbild, 0, 0)
- e.Graphics.DrawString(Straßenname.Text, New Font("Arial", 24), Brushes.Black, 200, 2)
- 'Hausnummern
- e.Graphics.DrawString(AdresseTextBox1.Text, New Font("Arial", 24), Brushes.Black, 100, 100)
- e.Graphics.DrawString(AdresseTextBox2.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox3.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox4.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox5.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox6.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox7.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox8.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AdresseTextBox9.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox10.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox11.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox12.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox13.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox14.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox15.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox16.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox17.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox18.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Name
- e.Graphics.DrawString(NameTextBox1.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(NameTextBox2.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox3.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox4.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox5.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox6.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox7.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox8.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(NameTextBox9.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox10.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox11.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox12.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox13.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox14.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox15.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox16.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox17.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(NameTextBox18.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Täglich
- e.Graphics.DrawString(Ausgabetäglich1.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(Ausgabetäglich2.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ausgabetäglich3.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ausgabetäglich4.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ausgabetäglich5.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ausgabetäglich6.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Unbearbeitet---------------------------------------------------------------------------------------------------
- e.Graphics.DrawString(AdresseTextBox7.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox8.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AdresseTextBox9.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox10.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox11.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox12.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox13.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox14.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox15.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox16.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox17.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox18.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Wochenende
- e.Graphics.DrawString(AusgabeWE1.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AusgabeWE2.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeWE3.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeWE4.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeWE5.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeWE6.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Unbearbeitet---------------------------------------------------------------------------------------------------
- e.Graphics.DrawString(AdresseTextBox7.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox8.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AdresseTextBox9.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox10.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox11.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox12.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox13.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox14.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox15.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox16.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox17.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox18.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Samstag
- e.Graphics.DrawString(AusgabeSA1.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AusgabeSA2.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeSA3.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeSA4.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeSA5.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AusgabeSA6.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Unbearbeitet---------------------------------------------------------------------------------------------------
- e.Graphics.DrawString(AdresseTextBox7.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox8.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AdresseTextBox9.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox10.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox11.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox12.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox13.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox14.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox15.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox16.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox17.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox18.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Ablageplatz
- e.Graphics.DrawString(Ablageort1.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(Ablageort2.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ablageort3.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ablageort4.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ablageort5.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(Ablageort6.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- 'Unbearbeitet---------------------------------------------------------------------------------------------------
- e.Graphics.DrawString(AdresseTextBox7.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox8.Text, New Font("Arial", 24), Brushes.Black, 10, 30)
- e.Graphics.DrawString(AdresseTextBox9.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox10.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox11.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox12.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox13.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox14.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox15.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox16.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox17.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- e.Graphics.DrawString(AdresseTextBox18.Text, New Font("Arial", 24), Brushes.Black, 10, 10)
- End Sub
- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
- Drucken_Vorschau()
- End Sub
- Function Drucken_Vorschau()
- PrintDocument1.PrinterSettings.PrinterName = "Brother DCP-9040CN Printer"
- PrintPreviewDialog1.Document = PrintDocument1
- PrintPreviewControl1.Document = PrintPreviewDialog1.Document
- PrintPreviewControl1.AutoZoom = True
- End Function
- Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
- Me.Close()
- Form1.Show()
- End Sub
- End Class
So sieht aktuell meine Form2 aus.
In den Bereichen "Unbearbeitet" muss ich die Textbox noch den richtigen Namen zuordnen
wäre super wenn mir einer einen Tip geben könnte, bin nämlich Neuling und das ist erst mein zweites "Projekt"
Danke schon mal im Vorraus
"Visual Basic 2010 Express"