Click here to Skip to main content
15,884,099 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionProblem Sending an Email from Desktop App Pin
All Time Programming2-Sep-10 22:31
All Time Programming2-Sep-10 22:31 
AnswerRe: Problem Sending an Email from Desktop App Pin
DaveAuld2-Sep-10 22:54
professionalDaveAuld2-Sep-10 22:54 
GeneralRe: Problem Sending an Email from Desktop App Pin
All Time Programming2-Sep-10 23:11
All Time Programming2-Sep-10 23:11 
GeneralRe: Problem Sending an Email from Desktop App Pin
DaveAuld3-Sep-10 0:34
professionalDaveAuld3-Sep-10 0:34 
GeneralRe: Problem Sending an Email from Desktop App Pin
All Time Programming3-Sep-10 0:32
All Time Programming3-Sep-10 0:32 
GeneralRe: Problem Sending an Email from Desktop App Pin
DaveAuld3-Sep-10 0:34
professionalDaveAuld3-Sep-10 0:34 
QuestionHow to change bool flag status on the main windows mobile form by pressing button on the other windows mobile form Pin
acont1-Sep-10 22:27
acont1-Sep-10 22:27 
AnswerRe: How to change bool flag status on the main windows mobile form by pressing button on the other windows mobile form Pin
Eddy Vluggen2-Sep-10 9:12
professionalEddy Vluggen2-Sep-10 9:12 
Questioni am asking for answers and not lectures from you guys Pin
imak31-Aug-10 7:21
imak31-Aug-10 7:21 
AnswerAlmost a repost - please ignore Pin
dan!sh 31-Aug-10 8:21
professional dan!sh 31-Aug-10 8:21 
GeneralRe: Its not a repost but a bit more specific questoin let me explain Pin
Richard MacCutchan31-Aug-10 12:00
mveRichard MacCutchan31-Aug-10 12:00 
GeneralRe: Its not a repost but a bit more specific questoin let me explain Pin
imak31-Aug-10 20:30
imak31-Aug-10 20:30 
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 

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.