|
-
Apr 7th, 2000, 09:54 AM
#1
Thread Starter
New Member
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
-
Apr 7th, 2000, 10:04 AM
#2
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.
-
Apr 7th, 2000, 10:09 AM
#3
Thread Starter
New Member
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
|