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:wave:
Printable View
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:wave:
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.
LoadImage API.