Click here to Skip to main content
15,885,546 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: i am asking for answers and not lectures from you guys PinPopular
Tom Deketelaere31-Aug-10 22:06
professionalTom Deketelaere31-Aug-10 22:06 
AnswerRe: Read winform control properties via reflection Pin
dan!sh 31-Aug-10 8:20
professional dan!sh 31-Aug-10 8:20 
QuestionSOLVED - Secure the Software [modified] Pin
All Time Programming31-Aug-10 0:05
All Time Programming31-Aug-10 0:05 
AnswerRe: Secure the Software Pin
dan!sh 31-Aug-10 1:01
professional dan!sh 31-Aug-10 1:01 
GeneralRe: Secure the Software Pin
All Time Programming31-Aug-10 3:27
All Time Programming31-Aug-10 3:27 
GeneralRe: Secure the Software Pin
dan!sh 31-Aug-10 5:13
professional dan!sh 31-Aug-10 5:13 
AnswerRe: Secure the Software Pin
Eddy Vluggen31-Aug-10 8:37
professionalEddy Vluggen31-Aug-10 8:37 
AnswerRe: Secure the Software Pin
Expert Coming31-Aug-10 20:31
Expert Coming31-Aug-10 20:31 
I have never done this as I tend to write web applications, but, I have heard of people doing the following with a good success rate.

When the user installs the application the must activate it, much like Windows now does. On activation, the software gathers certain information about the computer, some examples are processor id, memory id, motherboard manufacturer, ect. You grab this info and smash it together into say a string and that is not the computers unique ID. You also send the user a key that you generate. When the program trys to activate you check first that the generated key hasn't been used, if it has, check that the unique ID matches.

There is one flaw to this type of validation. If the user upgrades that computer, they will get a new processor id, or memory id, ect (depending on what they upgrade of course). There are solutions to this issue as well but I'll leave that all up to you.

Hope that helps, if you need some more help on this I have thought about this fairly heavily and maybe be able to provide more suggestions.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

AnswerRe: Secure the Software Pin
All Time Programming2-Sep-10 22:16
All Time Programming2-Sep-10 22:16 
Questiondatagridview cell color Pin
jogisarge27-Aug-10 8:27
jogisarge27-Aug-10 8:27 
AnswerRe: datagridview cell color Pin
Dave Kreskowiak27-Aug-10 10:45
mveDave Kreskowiak27-Aug-10 10:45 
AnswerRe: datagridview cell color Pin
Eddy Vluggen30-Aug-10 9:09
professionalEddy Vluggen30-Aug-10 9:09 
AnswerRe: datagridview cell color Pin
All Time Programming2-Sep-10 22:41
All Time Programming2-Sep-10 22:41 
QuestionHow to find/copy image stored into ImageList controls Pin
Samarjeet Singh@india27-Aug-10 1:10
Samarjeet Singh@india27-Aug-10 1:10 
AnswerRe: How to find/copy image stored into ImageList controls Pin
Goutam Patra27-Aug-10 3:34
professionalGoutam Patra27-Aug-10 3:34 
GeneralRe: How to find/copy image stored into ImageList controls Pin
Samarjeet Singh@india27-Aug-10 4:57
Samarjeet Singh@india27-Aug-10 4:57 
QuestionPass value from One form to another Pin
.NetDeveloper0921-Aug-10 22:19
.NetDeveloper0921-Aug-10 22:19 
AnswerRe: Pass value from One form to another Pin
Abhinav S21-Aug-10 22:43
Abhinav S21-Aug-10 22:43 
GeneralRe: Pass value from One form to another Pin
.NetDeveloper0921-Aug-10 22:51
.NetDeveloper0921-Aug-10 22:51 
GeneralRe: Pass value from One form to another Pin
.NetDeveloper0922-Aug-10 2:01
.NetDeveloper0922-Aug-10 2:01 
GeneralRe: Pass value from One form to another Pin
johannesnestler26-Aug-10 3:33
johannesnestler26-Aug-10 3:33 
GeneralRe: Pass value from One form to another Pin
.NetDeveloper0926-Aug-10 9:59
.NetDeveloper0926-Aug-10 9:59 
GeneralRe: Pass value from One form to another Pin
Luc Pattyn26-Aug-10 10:45
sitebuilderLuc Pattyn26-Aug-10 10:45 
GeneralRe: Pass value from One form to another Pin
.NetDeveloper0927-Aug-10 2:00
.NetDeveloper0927-Aug-10 2:00 
AnswerRe: Pass value from One form to another Pin
Pete O'Hanlon26-Aug-10 4:21
mvePete O'Hanlon26-Aug-10 4:21 

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.