|
-
Apr 29th, 2002, 01:59 AM
#1
Thread Starter
Junior Member
printer object not working well
I'm trying to print text and lines to printer using printer object, but not successful. The object is declared as below:
Dim DrawObj as Object
Set DrawObj = Printer
But when I try to print to picture object, it works. It is declared as below:
Dim DrawObj as Object
Set DrawObj = Picture1
Why, and how to solve?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|