------- Generate the .resx XML resource file ---------- resxgen /i:guitart.gif /o:MigImages.resx /n:guitar ------ Generate the binary resources file ----------- resgen MigImages.resx MigImages.resources ------- embed the resource and compile ---------------- csc /target:winexe /res:MigImages.resources,MigImages.resources ImageZoom.cs ------- sign the assembly file --------------- signcode -cn "Michel I. Gallant" -t http://timestamp.verisign.com/scripts/timstamp.dll ImageZoom.exe