Add your resource to the project in the project properties…(which you did)
Then it’s simple…
var zipFile = MyNamespace.Properties.Resources.My_Zip_File;
Add your resource to the project in the project properties…(which you did)
Then it’s simple…
var zipFile = MyNamespace.Properties.Resources.My_Zip_File;