'How can I add an icon in the Form Builder G10 program?
I tried to type the file name but it didn't work. I tried to type the image path but it didn't work.
Solution 1:[1]
Images in a running Forms application must use virtual paths and not physical paths. This is very much like a web page. In other words, you images must be hosted from a location that is virtually mapped on the server or contain in a JAR file. Also, the images must of a Java compatible format (e.g. gif, jpg, png, etc). You cannot use ICO files in web forms.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MichaelJF |
