I have a bitmap stored in a res with id 101
IF I want to load Image1 with the bmp , how do I do that.
Printable View
I have a bitmap stored in a res with id 101
IF I want to load Image1 with the bmp , how do I do that.
VB Code:
Image1.Picture = LoadResPicture(101, vbResBitmap)
Thanks.