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

Thread: usign BitBlt

  1. #1
    Join Date
    Oct 2004
    Posts
    271

    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

  2. #2
    Join Date
    Jun 2002
    Location
    West Virginia
    Posts
    131

    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
  •  





Click Here to Expand Forum to Full Width

Featured