If I add an Icon to my Solution how do I reference it in code?
I understand the above is the way to load it from outside the solution.
Once I add it to the solution how can I reference it?
Also how can i create a resource file, then add an icon to it and then reference the icon from the resource file?
Code:
Dim oIcon As New Icon("..\open.ico")
I understand the above is the way to load it from outside the solution.
Once I add it to the solution how can I reference it?
Also how can i create a resource file, then add an icon to it and then reference the icon from the resource file?