CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 1999
    Posts
    18

    How TO : Placing Animated GIF on MDI Form

    Hello Friend,

    I created an Animated Gif Image using Web Animator.. And I am placing the GIF image in a Activex Control which was made my Christ Eastwood.. This control cannot be placed directly on to the MDI Form.. OK But i can place this in a normal form and make the form border style none and display it on the MDI .. But besides this is there any other way to handle this situation..

    Pl. suggest Me

    Regards
    Prasad



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How TO : Placing Animated GIF on MDI Form

    You can always use a Picture Box as a container and put the picture box on the MDI form. Place all controls that cannot directly be place onto an MDI form on that picture box.


  3. #3
    Join Date
    Jun 1999
    Posts
    18

    Re: How TO : Placing Animated GIF on MDI Form

    If I am using a picture box to place the Animated Gif control .. Then the normal MDI Child forms are not visible on the MDI . How to overcome this.



  4. #4
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: How TO : Placing Animated GIF on MDI Form

    Is there any space left on your MDI after you place the Animated Gif, in a picture box?
    because picturebox is used to mimic the toolbar appearence. so the client area of MDi will reduce if you put a toolbar/picturebox.

    Do you want your animated gif as a background?

    Life is a comedy for those who think and a tragedy for those who feel

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