CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Oct 2006
    Posts
    28

    Resolved Problems with PrintDocument

    I'm trying to print a few lines of text using PrintDocument

    I'm using VB.NET version 1

    the following line:

    Dim prn As New PrintDocument

    causes this error :

    Type 'printdocument' is not defined

    any ideas?

    H
    Last edited by happyme; November 12th, 2006 at 04:13 PM. Reason: resolved

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

Featured