Hi,
I have a couple of questions about images:
- I have an image in the res folder, but when I refer to it in code SRC = "res/image.png", it shows as a broken link. When I test it in Chrome and use Google tools, it shows that it is looking for the image in the images folder.
- When we use the image component, we are able to upload an image using a dialog. How can I use this dialog to upload images to my control at runtime?
Thanks.