Results 1 to 2 of 2

Thread: how to print please.

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    5

    how to print please.

    Im beginner at visual basic and at this forum,
    Please tell me how to print a form on a paper using visual basic
    thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to print please.

    VB Code:
    1. Private Sub Command1_Click()
    2. PrintForm
    3. End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width