Results 1 to 3 of 3

Thread: Load bitmaps faster

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Location
    uk
    Posts
    1

    Question Load bitmaps faster

    when i load bitmaps to a form they are not smooth at all and it also takes to long to load, is there any software out there that could help me or do i just need to change some of the properties

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    how are you loading it? (LoadPicture I'd guess)
    and where are you loading it (picture box, image control, directly on the form)?

    If it takes a long time, it is probably due to the file size - there is not much you can do about that (except maybe converting to another format such as Jpeg).

    If it isn't smooth, that could be because you are using more colours in the picture than VB supports (I dont know what that would be), or because the size of the picturebox/image control (if you are using one) isn't the same as the file.

  3. #3
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    LoadImage API.

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