Click here to Skip to main content
15,894,405 members
Home / Discussions / C#
   

C#

 
GeneralRe: To Heath (we talked about this subject before) Pin
profoundwhispers24-Mar-04 9:32
profoundwhispers24-Mar-04 9:32 
GeneralRe: To Heath (we talked about this subject before) Pin
Heath Stewart24-Mar-04 9:15
protectorHeath Stewart24-Mar-04 9:15 
GeneralRe: To Heath (we talked about this subject before) Pin
profoundwhispers24-Mar-04 9:31
profoundwhispers24-Mar-04 9:31 
GeneralRe: To Heath (we talked about this subject before) Pin
Heath Stewart24-Mar-04 9:39
protectorHeath Stewart24-Mar-04 9:39 
GeneralWindows Media Player Pin
antoine@orchus-tech24-Mar-04 7:36
antoine@orchus-tech24-Mar-04 7:36 
GeneralRe: Windows Media Player Pin
Heath Stewart24-Mar-04 8:35
protectorHeath Stewart24-Mar-04 8:35 
GeneralRe: Windows Media Player Pin
antoine@orchus-tech24-Mar-04 9:38
antoine@orchus-tech24-Mar-04 9:38 
GeneralRe: Windows Media Player Pin
Heath Stewart24-Mar-04 9:42
protectorHeath Stewart24-Mar-04 9:42 
Yes, DRM would be something to look into.

Beside, if you think storing the file as an embedded resource (or even in the .rsrc section of the PE/COFF executable itself) would keep it secure, you'd be sorely surprised. ildasm.exe, for example, can easily extract anything in an assembly. One could throw together a simple .NET app to do this as well. Resources in native DLLs can easily be extracted, too (though writing the code for it is a big harder, but plenty of apps - including Visual Studio - can make quick and easy work of that by just loading the .rsrc section and providing extraction capabilities).

If you did want to embed it stil, you'd have to extract it anyway in order for WMP to play it. At that point someone could also mess with it.

DRM is really about your only protection, if it is really that necessary.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Windows Media Player Pin
antoine@orchus-tech24-Mar-04 9:58
antoine@orchus-tech24-Mar-04 9:58 
GeneralRe: Windows Media Player Pin
Stephane Rodriguez.24-Mar-04 19:03
Stephane Rodriguez.24-Mar-04 19:03 
QuestionHow to enumerate an enum. Pin
Anonymous24-Mar-04 6:56
Anonymous24-Mar-04 6:56 
AnswerRe: How to enumerate an enum. Pin
CStiefeling24-Mar-04 8:16
CStiefeling24-Mar-04 8:16 
AnswerRe: How to enumerate an enum. Pin
T Manjaly24-Mar-04 11:49
T Manjaly24-Mar-04 11:49 
GeneralaxWebBrowser DocumentComplete Pin
Jasper4C#24-Mar-04 6:47
Jasper4C#24-Mar-04 6:47 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 8:40
protectorHeath Stewart24-Mar-04 8:40 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 8:42
mveDave Kreskowiak24-Mar-04 8:42 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 9:03
protectorHeath Stewart24-Mar-04 9:03 
GeneralRe: axWebBrowser DocumentComplete Pin
Jeremy Kimball24-Mar-04 9:27
Jeremy Kimball24-Mar-04 9:27 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 9:28
mveDave Kreskowiak24-Mar-04 9:28 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 9:29
protectorHeath Stewart24-Mar-04 9:29 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 9:35
mveDave Kreskowiak24-Mar-04 9:35 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 9:43
protectorHeath Stewart24-Mar-04 9:43 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 9:50
mveDave Kreskowiak24-Mar-04 9:50 
GeneralRe: axWebBrowser DocumentComplete Pin
Nick Parker24-Mar-04 17:35
protectorNick Parker24-Mar-04 17:35 
GeneralComponent Text Property Pin
dbetting24-Mar-04 6:28
dbetting24-Mar-04 6:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.