Re: Zip files in vb.net 2008
As far as I am aware when you go to save as it only saves the current object. Most likely the current form you have up on the screen. Try browsing to where the project is actually saved and zipping up this folder.
Re: Zip files in vb.net 2008
I figured out what to do when the file was in a folder she sent me already, was simple enough, just click save then send back zipped. My problem is trying to save a completely new project into a folder and having my teacher to open it. I selected save solution as, and then the save project as. When I try to open it to see if it works, everything comes up except the mainform.vb [design] window.
Re: Zip files in vb.net 2008
Is mainform.vb in the solution explorer on the right hand side when you open it again?
1 Attachment(s)
Re: Zip files in vb.net 2008
All you have to do is find your solution folder and ZIP it. Under your Documents folder you should have a Visual Studio 2008 folder and then a Projects folder under that. All your projects are created under that. Simply find that folder for the project you want to send, right-click it and send it to a ZIP file. That's it.
Just note that you should generally delete the 'obj' and 'bin' folders under the project first. They are the folders that contain the binaries. Your instructor doesn't need those because they will build your project themselves if they need to. Also, many forums, like this one, don't allow attachments containing binaries, so it's a good habit to get into.
Re: Zip files in vb.net 2008
Yes the mainform.vb is in the window but when I click on it it just goes to the general declarations code.. Which is empty