Hi All, I have a project which is loading images using: imgwrc1.Picture = LoadResPicture(115, 0) Now how do i add my image and give it id 116, 0 in the argument shows that it is a bitmap but there are no bitmaps in the project folder. So from where is the image being loaded. I want to display this image in dialog
views:
20answers:
1
+1
A:
from addin manager got to load the VB Resource editor add in then, add the image to the resource file then acccess it using LoadResPicture function.
jaminator
2010-08-09 09:44:01
i did and its working
jaminator
2010-08-09 09:44:31