G+_James Fowler Posted April 18, 2015 Share Posted April 18, 2015 I am new to coding so sorry if this question offends but I noticed in episodes 33 and 34, the second c# module, code is on zipped on dropbox. When I open the download, I see a lot of files and folders. How do I turn that into useable code like the podcast downloading program? I tried opening the program.cs file and the other AsynchronousDownloads files but have not been able to reassemble the code to work. Link to comment Share on other sites More sharing options...
G+_Stephen Hart Posted April 18, 2015 Share Posted April 18, 2015 Windows makes a .zip file act a little like a directory - you can open an individual file to look at, but the program that opens it can't see the other files in the zip file. Right-click on the file and choose "Extract All" and extract them to a directory. Try opening the .csproj file from there. Link to comment Share on other sites More sharing options...
G+_James Fowler Posted April 21, 2015 Author Share Posted April 21, 2015 Thanks Stephen! Link to comment Share on other sites More sharing options...
Recommended Posts