|
-
Oct 3rd, 2003, 08:08 AM
#1
Thread Starter
New Member
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
-
Oct 3rd, 2003, 09:39 AM
#2
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.
-
Oct 3rd, 2003, 10:09 AM
#3
So Unbanned
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|