i have add .zip file to my resource how can i access that 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;