Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BLJ10

  1. BLJ10

    Step by Step Help with VB 2005 Printing

    Could someone show me step by step how to print a VB 2005 Studio windows application? I can make the print button, and add PrintDocument. I have seen several code examples but none seem to work. I would appreciate if someone would tell me what code I need, and where I need to place it. I am...
  2. BLJ10

    help needed with PrintDocument and WithEvents

    Just the error when debugging
  3. BLJ10

    help needed with PrintDocument and WithEvents

    Yes, I did drop the printdocument onto the form.
  4. BLJ10

    help needed with PrintDocument and WithEvents

    Public Class Form1 Private Sub PrintDocument1(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage End Sub End Class When I try to debug this I get the following error: Handles clause requires a WithEvents...

Part and Inventory Search

Back
Top