Quote:
Originally Posted by yomer333
Alright, thank you, I was just an idiot and was looking at class view rather than solutions explorer. However, new issue.
Are the files everyone else is using successfully formatted as a particular e-book type, or would a normal flat txt file work? I've got "blah.txt" in the Books folder and it contains this:
This is a test
I am separating text manually
I hope this works.
However, when I try to build/debug, I get this error:
Error 1 Cannot autodetect which importer to use for "Booksblah.txt". There are no importers which handle this file type. Specify the importer that handles this file type in your project.
Also, even though I haven't personally seen it in action, I've seen other people post their successes, so I'd like to thank you in advance. This is something that I have been wanting on my zune for a long, long time, and it seems like you've delivered. Kudos.
|
Like the first post says... Click on the text file, and in the properties windows, change the 'Build Action' property to 'None' and the 'Copy to Output Directory' to 'Copy if newer'.
EDIT: To change the text color, press CTRL+H, and for Find:, put Color.Black, and Replace with: Color.White if you want white. Put another color if you want something else.