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

    How to include .gif files into my VB application

    Hi,
    How to include a gif file into my VB application. Will it affect the performance of the application? I mean interms of loading speed and run time speed.

    Thanks and regards,
    Girish V

  2. #2
    Join Date
    Mar 2001
    Posts
    71

    Re: How to include .gif files into my VB application

    Well, U can use Image List to create repository for small gif images.


  3. #3
    Join Date
    Apr 2002
    Posts
    11

    Re: How to include .gif files into my VB application

    Hi,
    Is there a control called image list or is it some way of having list of images??


    Thanks and regards,
    Girish V

  4. #4
    Join Date
    Mar 2001
    Posts
    71

    Re: How to include .gif files into my VB application

    Yes it a control available in Microsoft Windows Common Control6.0


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