Hi..
I am getting this error while running my application. I have a file with .ico extension. I have included this file in my project root folder.
The code is :
Icon ic = new Icon("app.ico") ;
at this line its giving File Not Found Error.
Please anybody having any idea respond.
Thanks & Regards
Nudrat
I am getting this error while running my application. I have a file with .ico extension. I have included this file in my project root folder.
The code is :
Icon ic = new Icon("app.ico") ;
at this line its giving File Not Found Error.
Please anybody having any idea respond.
Thanks & Regards
Nudrat
Comment