Thanks for your comment, Marc. The option you described is a valid method. Neither way is more correct than the other; it really comes down to a matter of personal preference.
Wouldn't it be easier to add your BMP file to your project properties dialog, under Resource tab, and then just use My.Resources, which is much easier to follow:
Thanks for your comment, Marc. The option you described is a valid method. Neither way is more correct than the other; it really comes down to a matter of personal preference.
esritv 2 years ago
Wouldn't it be easier to add your BMP file to your project properties dialog, under Resource tab, and then just use My.Resources, which is much easier to follow:
MyBase.m_bitmap = My.Resources.CustomBMP
MarcBate 2 years ago