Limit picture size in picture box
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
is it possible to limit picturebox picture size? i've searched all day in google, they're all limitation in width and height, the size limit i mean is like 500KB or 1MB. :(
-
is it possible to limit picturebox picture size? i've searched all day in google, they're all limitation in width and height, the size limit i mean is like 500KB or 1MB. :(
Pictures can't be limited in file-size by loading them; you can't load half a picture and decide that you had enough, since it would be only half-a-picture. Load the image, resize it (width and height), reduce colors, save it in a different format; those are ways to reduce the file-size.
Bastard Programmer from Hell :suss: