Click here to Skip to main content
15,906,626 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hi please why i cant download any zip file from this site Pin
Kornfeld Eliyahu Peter6-Jul-15 2:46
professionalKornfeld Eliyahu Peter6-Jul-15 2:46 
QuestionHow to change keyword Color in Visual Studio 2013? Pin
George Tourtsinakis5-Jul-15 0:22
George Tourtsinakis5-Jul-15 0:22 
AnswerRe: How to change keyword Color in Visual Studio 2013? Pin
OriginalGriff5-Jul-15 0:32
mveOriginalGriff5-Jul-15 0:32 
GeneralRe: How to change keyword Color in Visual Studio 2013? Pin
George Tourtsinakis5-Jul-15 23:51
George Tourtsinakis5-Jul-15 23:51 
GeneralRe: How to change keyword Color in Visual Studio 2013? Pin
OriginalGriff6-Jul-15 0:03
mveOriginalGriff6-Jul-15 0:03 
GeneralRe: How to change keyword Color in Visual Studio 2013? Pin
George Tourtsinakis10-Jul-15 5:07
George Tourtsinakis10-Jul-15 5:07 
GeneralRe: How to change keyword Color in Visual Studio 2013? Pin
Richard MacCutchan6-Jul-15 0:11
mveRichard MacCutchan6-Jul-15 0:11 
QuestionNot able to get JavaAccessibility related info using windowsaccessbridge in c# Pin
Gopi Krishna4-Jul-15 8:46
Gopi Krishna4-Jul-15 8:46 
QuestionLooking for OAuth/winforms experience and help(deliberately vague heading as I don't know where to start) Pin
GuyThiebaut4-Jul-15 1:12
professionalGuyThiebaut4-Jul-15 1:12 
QuestionHow to get all files into network(f12 on browser)? Pin
jeff ninney3-Jul-15 19:15
jeff ninney3-Jul-15 19:15 
AnswerRe: How to get all files into network(f12 on browser)? Pin
Richard MacCutchan3-Jul-15 21:23
mveRichard MacCutchan3-Jul-15 21:23 
AnswerRe: How to get all files into network(f12 on browser)? Pin
OriginalGriff3-Jul-15 21:36
mveOriginalGriff3-Jul-15 21:36 
AnswerRe: How to get all files into network(f12 on browser)? Pin
Dave Kreskowiak4-Jul-15 4:49
mveDave Kreskowiak4-Jul-15 4:49 
Questionserver mappath get outside root Pin
jeyaseelan.A3-Jul-15 17:45
jeyaseelan.A3-Jul-15 17:45 
AnswerRe: server mappath get outside root Pin
Dave Kreskowiak3-Jul-15 18:35
mveDave Kreskowiak3-Jul-15 18:35 
GeneralRe: server mappath get outside root Pin
jeyaseelan.A3-Jul-15 18:39
jeyaseelan.A3-Jul-15 18:39 
GeneralRe: server mappath get outside root Pin
Richard MacCutchan3-Jul-15 21:21
mveRichard MacCutchan3-Jul-15 21:21 
GeneralRe: server mappath get outside root Pin
Dave Kreskowiak4-Jul-15 4:48
mveDave Kreskowiak4-Jul-15 4:48 
QuestionApplication allowed on a single PC Pin
DPaul19943-Jul-15 4:58
DPaul19943-Jul-15 4:58 
GeneralRe: Application allowed on a single PC Pin
Sascha Lefèvre3-Jul-15 5:14
professionalSascha Lefèvre3-Jul-15 5:14 
AnswerRe: Application allowed on a single PC Pin
Dave Kreskowiak3-Jul-15 5:32
mveDave Kreskowiak3-Jul-15 5:32 
AnswerRe: Application allowed on a single PC Pin
OriginalGriff3-Jul-15 6:14
mveOriginalGriff3-Jul-15 6:14 
If you really want to limit it to a single installation, you will need to produce a different CD for each PC, which contains a identification code which is part of the resulting app. With an internet connection, you can check if the installation from the CD has already been done and reject it, and check the app is "still allowed" every time it runs as well.

But...it's a PITA, both from a logistical POV to produce the disks and from a user POV since these things tend to go wrong at the worst moments.

Generally speaking, unless this is a mass market application you will probably spend more protecting your app than you would have lost in actual piracy. And even for the big boys it doesn't always work - look at how fast "cracked" versions of Photoshop appear on torrent site after a new release. Same day sometimes: and Adobe spend a lot of money of copy protection...
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: Application allowed on a single PC Pin
DPaul19943-Jul-15 10:24
DPaul19943-Jul-15 10:24 
QuestionWPF - Storing and manipulating external data Pin
S_Augure3-Jul-15 2:50
S_Augure3-Jul-15 2:50 
AnswerRe: WPF - Storing and manipulating external data Pin
Eddy Vluggen3-Jul-15 3:08
professionalEddy Vluggen3-Jul-15 3:08 

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.