Click here to Skip to main content
15,911,315 members
Home / Discussions / C#
   

C#

 
QuestionHow to protect my project from multiple installations? Pin
Roney2-Dec-08 8:02
Roney2-Dec-08 8:02 
AnswerRe: How to protect my project from multiple installations? Pin
PH-MAT2-Dec-08 8:58
PH-MAT2-Dec-08 8:58 
GeneralRe: How to protect my project from multiple installations? Pin
Roney2-Dec-08 21:26
Roney2-Dec-08 21:26 
AnswerRe: How to protect my project from multiple installations? Pin
Samer Aburabie2-Dec-08 10:32
Samer Aburabie2-Dec-08 10:32 
GeneralRe: How to protect my project from multiple installations? Pin
Roney2-Dec-08 21:35
Roney2-Dec-08 21:35 
GeneralRe: How to protect my project from multiple installations? Pin
Samer Aburabie2-Dec-08 22:52
Samer Aburabie2-Dec-08 22:52 
GeneralRe: How to protect my project from multiple installations? Pin
Roney3-Dec-08 6:16
Roney3-Dec-08 6:16 
GeneralRe: How to protect my project from multiple installations? Pin
Data_Dragon3-Dec-08 7:48
Data_Dragon3-Dec-08 7:48 
A registry would only work on one machine, the original, installing a registry would not prevent them from installing it on another machine because it would not be present on that machine, a better solution would be to make a custom serial key as was said earlier, for that comp and it only, mabe with its IP address if the computer is never moved or other computer info, talk with the client first, and get the info, or hard code it into the code for custom perchases. Thats just one idea, if you can get the server varification of a one-time-use serial number that would be best, if you MUST stick with registry keys this:
http://www.codeproject.com/KB/system/modifyregistry.aspx[^]
might help... best of luck!
QuestionHow to get my own template window after installing my application? Pin
Roney2-Dec-08 7:36
Roney2-Dec-08 7:36 
AnswerRe: How to get my own template window after installing my application? Pin
Giorgi Dalakishvili2-Dec-08 7:55
mentorGiorgi Dalakishvili2-Dec-08 7:55 
GeneralRe: How to get my own template window after installing my application? Pin
Roney2-Dec-08 8:30
Roney2-Dec-08 8:30 
GeneralRe: How to get my own template window after installing my application? Pin
Giorgi Dalakishvili2-Dec-08 8:31
mentorGiorgi Dalakishvili2-Dec-08 8:31 
Question[Message Deleted] Pin
mandy1302-Dec-08 7:15
mandy1302-Dec-08 7:15 
AnswerRe: Help for student needed please Pin
Dave Kreskowiak2-Dec-08 9:17
mveDave Kreskowiak2-Dec-08 9:17 
GeneralRe: Help for student needed please Pin
Paul Conrad2-Dec-08 10:37
professionalPaul Conrad2-Dec-08 10:37 
GeneralRe: Help for student needed please Pin
Dave Kreskowiak2-Dec-08 10:46
mveDave Kreskowiak2-Dec-08 10:46 
GeneralRe: Help for student needed please Pin
Paul Conrad2-Dec-08 10:48
professionalPaul Conrad2-Dec-08 10:48 
QuestionMoving pictureBox Pin
nlowdon2-Dec-08 3:45
nlowdon2-Dec-08 3:45 
AnswerRe: Moving pictureBox Pin
Alan Balkany2-Dec-08 3:49
Alan Balkany2-Dec-08 3:49 
QuestionUsing Regex in C# for ip:port format Pin
Andy Rama2-Dec-08 2:20
Andy Rama2-Dec-08 2:20 
AnswerRe: Using Regex in C# for ip:port format Pin
Mirko19802-Dec-08 2:36
Mirko19802-Dec-08 2:36 
GeneralRe: Using Regex in C# for ip:port format Pin
leppie2-Dec-08 2:38
leppie2-Dec-08 2:38 
GeneralRe: Using Regex in C# for ip:port format Pin
J4amieC2-Dec-08 2:57
J4amieC2-Dec-08 2:57 
GeneralRe: Using Regex in C# for ip:port format Pin
leppie2-Dec-08 3:00
leppie2-Dec-08 3:00 
AnswerRe: Using Regex in C# for ip:port format Pin
leppie2-Dec-08 2:38
leppie2-Dec-08 2:38 

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.