Click here to Skip to main content
15,910,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerVery fast search algorithm Pin
_MATRIX_13-Feb-09 19:05
_MATRIX_13-Feb-09 19:05 
GeneralRe: Very fast search algorithm Pin
Hamid_RT13-Feb-09 19:55
Hamid_RT13-Feb-09 19:55 
GeneralRe: Very fast search algorithm Pin
Rajesh R Subramanian13-Feb-09 23:10
professionalRajesh R Subramanian13-Feb-09 23:10 
GeneralRe: Very fast search algorithm Pin
Gary R. Wheeler14-Feb-09 2:48
Gary R. Wheeler14-Feb-09 2:48 
GeneralRe: Very fast search algorithm Pin
CPallini14-Feb-09 6:34
mveCPallini14-Feb-09 6:34 
QuestionSending Email in a program Pin
BobInNJ13-Feb-09 14:34
BobInNJ13-Feb-09 14:34 
AnswerRe: Sending Email in a program Pin
Garth J Lancaster13-Feb-09 16:06
professionalGarth J Lancaster13-Feb-09 16:06 
QuestionSoftware Activation Pin
DanYELL13-Feb-09 4:59
DanYELL13-Feb-09 4:59 
I have a neat way of registering software. The software creates
a ID number based on the time of installation, I provide a passcode
that is stored in the registry to activate the software.

It works, its simple. Only problem is, its dependent on the phone.
Too much time is spent on the phone with the person activating the
software.

Im trying to come up with an easy way where:

1. I generate a list of say 100 valid passcodes.

2. When the software is given a passcode, it downloads the list of
valid passcodes from the server and checks to see if this is a valid
passcode.

3. If it is, it removes it from the list and uploads the new list
of 99 passcodes to the server. That way they can just register once.

4. When the original list of valid passcodes gets low, I'll generate
more and restock the list.

I can do almost everything except upload that new list, which is just
a .txt file, to replace the current existing list.

I looked all over codeprojec and am looking for an easy sample
project that shows how to activate software or an easy project that
shows how to upload a file to a server to replace a current existing
file. Any chance any one knows of any sample project or can email
me anything?

Please, please, any response any one can give me will be greatly
appreciated.

Sincerely,
Danielle Brina
QuestionRe: Software Activation Pin
David Crow13-Feb-09 5:42
David Crow13-Feb-09 5:42 
AnswerRe: Software Activation Pin
DanYELL13-Feb-09 5:52
DanYELL13-Feb-09 5:52 
GeneralRe: Software Activation Pin
David Crow13-Feb-09 5:57
David Crow13-Feb-09 5:57 
AnswerRe: Software Activation Pin
Maximilien13-Feb-09 5:42
Maximilien13-Feb-09 5:42 
GeneralRe: Software Activation Pin
DanYELL13-Feb-09 5:45
DanYELL13-Feb-09 5:45 
GeneralRe: Software Activation Pin
Maximilien13-Feb-09 6:38
Maximilien13-Feb-09 6:38 
Questionhow to set text of CButton/ radio button Pin
_T("No name")13-Feb-09 4:10
_T("No name")13-Feb-09 4:10 
AnswerRe: how to set text of CButton/ radio button Pin
led mike13-Feb-09 4:37
led mike13-Feb-09 4:37 
JokeRe: how to set text of CButton/ radio button Pin
Rajesh R Subramanian13-Feb-09 4:58
professionalRajesh R Subramanian13-Feb-09 4:58 
GeneralRe: how to set text of CButton/ radio button Pin
CPallini13-Feb-09 7:26
mveCPallini13-Feb-09 7:26 
AnswerRe: how to set text of CButton/ radio button Pin
Hamid_RT13-Feb-09 20:10
Hamid_RT13-Feb-09 20:10 
QuestionMultiThread and Multi DC Pin
Max++13-Feb-09 3:32
Max++13-Feb-09 3:32 
AnswerRe: MultiThread and Multi DC Pin
Stuart Dootson13-Feb-09 3:53
professionalStuart Dootson13-Feb-09 3:53 
AnswerRe: MultiThread and Multi DC Pin
Rajesh R Subramanian13-Feb-09 5:02
professionalRajesh R Subramanian13-Feb-09 5:02 
AnswerRe: MultiThread and Multi DC Pin
Roger Stoltz13-Feb-09 5:34
Roger Stoltz13-Feb-09 5:34 
GeneralRe: MultiThread and Multi DC Pin
Max++13-Feb-09 6:32
Max++13-Feb-09 6:32 
AnswerRe: MultiThread and Multi DC Pin
Roger Stoltz13-Feb-09 23:43
Roger Stoltz13-Feb-09 23:43 

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.