ADO DOT NET
Centurion
- Joined
- Dec 20, 2006
- Messages
- 160
hi
a problem! i think may be a bug in vs.net 2005
you just put a picturebox on a form, click on image property and import a jpg picture to the application resources!
press ok.
that's ok now.
the problem is that if at a later point you want to remove that image from the resources you CANNOT!
the only way is that right click on the project explorer and open resources folder and remove the file from there, it will be removed but a warning will appear that this file does not exists!
and your application won't work until you copy a file named that deleted one in the same directory...
???
a problem! i think may be a bug in vs.net 2005
you just put a picturebox on a form, click on image property and import a jpg picture to the application resources!
press ok.
that's ok now.
the problem is that if at a later point you want to remove that image from the resources you CANNOT!
the only way is that right click on the project explorer and open resources folder and remove the file from there, it will be removed but a warning will appear that this file does not exists!
and your application won't work until you copy a file named that deleted one in the same directory...
???