|
-
October 31st, 2004, 09:44 AM
#1
usign BitBlt
Hallo, i'm learning to use BitBlt api.
i know using it when i click on a command,i may to do a window transparent,etc...
but if i put the same code i write in a command sub, in a form_load, this function have no effect.
i can't understand why...
thank you Isabella
-
October 31st, 2004, 11:28 AM
#2
Re: usign BitBlt
Make sure the first line of code in your FormLoad is:
Me.Show
Some things dealing with graphics just don't work if the form is not showing.
Wayne
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
|