VB.NET Screensaver Compression

  • Thread starter Thread starter webmaster
  • Start date Start date
W

webmaster

How do I compress my .x and .png files into my DirectX screensaver? (Remember, a screensaver is only an EXE with a different extension.)

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
One way would be to add them to your solution and then change the Build
Action property to Embedded Resource. Then then would be compiled into
the assembly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top