Click here to Skip to main content
15,915,975 members
Home / Discussions / C#
   

C#

 
GeneralRe: IE Toolbar Backspace problem Pin
Adnan Siddiqi24-Jan-05 7:58
Adnan Siddiqi24-Jan-05 7:58 
GeneralProblem with WebResponse Pin
xdavidx23-Jan-05 16:53
xdavidx23-Jan-05 16:53 
GeneralRe: Problem with WebResponse Pin
Andy Brummer23-Jan-05 17:52
sitebuilderAndy Brummer23-Jan-05 17:52 
GeneralRe: Problem with WebResponse Pin
xdavidx24-Jan-05 2:24
xdavidx24-Jan-05 2:24 
GeneralProblem in Return DataReader from a ServicedComponent object Pin
kianboo23-Jan-05 15:04
kianboo23-Jan-05 15:04 
GeneralRe: Problem in Return DataReader from a ServicedComponent object Pin
Andy Brummer23-Jan-05 18:02
sitebuilderAndy Brummer23-Jan-05 18:02 
GeneralVideo encryption Pin
Christian Graus23-Jan-05 11:00
protectorChristian Graus23-Jan-05 11:00 
GeneralRe: Video encryption Pin
Andy Brummer23-Jan-05 11:13
sitebuilderAndy Brummer23-Jan-05 11:13 
I've only played around with it, but the DirectShow API is based on hooking filters together. So you would create a filter for your encrypted format and just hook it up to the wmp filter for playback. I think you need to handle a little bit more of the ui with this route, creating your own play/pause buttons, etc. But I don't think that is too much extra work.

Another option would be to write your own codec that wrapped the WMP codec, I'm not sure if that is possible, but it might be an option.

Another option would be to distribute the content in an encrypted format. On installation, they would be decrypted and stored using NTFS file system encryption. As long as the customer never got access to the account that the software ran under, they'd never be able to read the content. That way you wouldn't have to do anything special for playback, just during installation.


I can imagine the sinking feeling one would have after ordering my book,
only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

GeneralRe: Video encryption Pin
Christian Graus23-Jan-05 11:36
protectorChristian Graus23-Jan-05 11:36 
GeneralRe: Video encryption Pin
Andy Brummer23-Jan-05 13:37
sitebuilderAndy Brummer23-Jan-05 13:37 
GeneralRe: Video encryption Pin
Dennis C. Dietrich23-Jan-05 12:14
Dennis C. Dietrich23-Jan-05 12:14 
GeneralRe: Video encryption Pin
Christian Graus23-Jan-05 12:22
protectorChristian Graus23-Jan-05 12:22 
GeneralRe: Video encryption Pin
Dennis C. Dietrich23-Jan-05 12:43
Dennis C. Dietrich23-Jan-05 12:43 
GeneralRe: Video encryption Pin
Christian Graus23-Jan-05 12:47
protectorChristian Graus23-Jan-05 12:47 
GeneralListView BeginEdit problem Pin
Newbie_Toy23-Jan-05 0:35
Newbie_Toy23-Jan-05 0:35 
GeneralREGULAR_EXP Pin
Bedevian22-Jan-05 23:16
Bedevian22-Jan-05 23:16 
GeneralRe: REGULAR_EXP Pin
Christian Graus23-Jan-05 11:07
protectorChristian Graus23-Jan-05 11:07 
GeneralSearching for words in a string Pin
Azel Low22-Jan-05 21:14
Azel Low22-Jan-05 21:14 
GeneralRe: Searching for words in a string Pin
V|ktor22-Jan-05 21:54
V|ktor22-Jan-05 21:54 
GeneralRe: Searching for words in a string Pin
Azel Low22-Jan-05 22:54
Azel Low22-Jan-05 22:54 
GeneralRe: Searching for words in a string Pin
mav.northwind22-Jan-05 23:07
mav.northwind22-Jan-05 23:07 
GeneralRe: Searching for words in a string Pin
Azel Low23-Jan-05 0:50
Azel Low23-Jan-05 0:50 
GeneralDatagrid, dataset, update, scroll Pin
Bedevian22-Jan-05 19:53
Bedevian22-Jan-05 19:53 
GeneralHooks CallWndProc to get my mouse Pin
c121hains22-Jan-05 15:43
c121hains22-Jan-05 15:43 
GeneralRe: Hooks CallWndProc to get my mouse Pin
Dennis C. Dietrich22-Jan-05 16:28
Dennis C. Dietrich22-Jan-05 16: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.