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

    Which graphic format works best?

    I was just wondering what graphic format works best when having a graphic background for a form and other types of picture objects.
    Specifically which format should I use to make the form load the fastest.
    Thanks


  2. #2
    Join Date
    Jan 2000
    Location
    Sweden, Kungsbacka
    Posts
    10

    Re: Which graphic format works best?

    It doesn't really matter because VB is reading the picture into memory and the file then has nothing to do with it.


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