Code:
FileOpendialog f=new Fileopendialog();
if(f.Showdialog()==Dialogresult.OK)
{
    file.currentIcon=myIcon
}
I's like to change a icon of i.e a tetx file by an icon i have in memory

Thank you