J
Just Me
I do the following where sss is a string equal to a filename.
PictureBox.Image = = New Bitmap(sss)
It occurred to me that the file will be locked until the picturebox is
disposed at the program end.
Would it make more sense to use DrawImage.
I mean, is that what programmers typically do?
Thanks
PictureBox.Image = = New Bitmap(sss)
It occurred to me that the file will be locked until the picturebox is
disposed at the program end.
Would it make more sense to use DrawImage.
I mean, is that what programmers typically do?
Thanks