Results 1 to 3 of 3

Thread: help with print statement called

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    2
    Hi I'm relatively new to VB, and I'm taking an intro course in it. I've come across a little problem here. Here's the scenario:

    In the sub form_load, I make a call to another sub
    Within that sub I have something like "picMessage.Print "Hello"
    And this displays nothing! This only happens when the sub is called from the form_load.

    Can someone please explain????

    Thanks,
    Mike

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    Probably the AutoRedraw property is set to False. I think if you set it to True (either in Design time or in Run time before the print command) the problem will be solved.

    Sorry for the lack of explanation, but it is bedtime for me now (its 5 AM over here ). Try F1.

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    2

    worked!

    It worked, thanks a lot!

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