B
buu
So, is there a possibility not to use at the way:
system.net.client(url, file_name)
dim b as new bitmap(file_name),
but to have some way to load it directly o a bitmap?
I tried to find some ways (using streams, etc), but none of it works with
bitmaps, only for text files
system.net.client(url, file_name)
dim b as new bitmap(file_name),
but to have some way to load it directly o a bitmap?
I tried to find some ways (using streams, etc), but none of it works with
bitmaps, only for text files