Search results for query: *

  • Users: Germcloud
  • Content: Threads
  • Order by date
  1. Germcloud

    Reading/Writing user data to an XML file server-side

    I am new to silverlight and have spent 4-5 days trying to find an answer. But here is what I'm trying to do. As a simple project to help me learn, I wrote a small AdLib silverlight appliction. Basically, you're asked 10 questions and the program constructs a short story from your answers...
  2. Germcloud

    How can you save a wav resource to a file?

    An application I'm building requires that I save a wav resource to a wav file on disk. I can do it just fine for mp3's, but when I try to save the wav resources I get "Error 1 Value of type 'System.IO.UnmanagedMemoryStream' cannot be converted to '1-dimensional array of Byte'." The program...
  3. Germcloud

    Question How do you delete a temporary font file that you created?

    My program uses embed fonts, I had trouble getting it to work at first, but one way I was able to get it to work was to save the font from My.Resources.FontName into a temporary file and use the file to load a font into the program. But the problem I have is that when I load the program again...
Back
Top