Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Aqua Pin
Michael Dunn23-May-04 16:33
sitebuilderMichael Dunn23-May-04 16:33 
GeneralMFC listbox usage Pin
kfaday23-May-04 10:50
kfaday23-May-04 10:50 
GeneralRe: MFC listbox usage Pin
Andrew Quinn AUS23-May-04 22:10
Andrew Quinn AUS23-May-04 22:10 
GeneralPrinting text from combo and edit box Pin
Eversman23-May-04 10:44
Eversman23-May-04 10:44 
GeneralUnicode text in VC .NET Controls Pin
MKomeily23-May-04 10:37
MKomeily23-May-04 10:37 
Generalunregistered dialog Pin
Anonymous23-May-04 10:28
Anonymous23-May-04 10:28 
GeneralMac look&feel in Windows App Pin
merlinos23-May-04 8:47
merlinos23-May-04 8:47 
GeneralRe: Mac look&feel in Windows App Pin
Ravi Bhavnani23-May-04 10:02
professionalRavi Bhavnani23-May-04 10:02 
GeneralRe: Mac look&feel in Windows App Pin
Joe Woodbury23-May-04 10:25
professionalJoe Woodbury23-May-04 10:25 
GeneralRe: Mac look&feel in Windows App Pin
merlinos23-May-04 13:28
merlinos23-May-04 13:28 
GeneralRe: Mac look&feel in Windows App Pin
Dimitris Vasiliadis24-May-04 12:36
Dimitris Vasiliadis24-May-04 12:36 
GeneralNeed "measuring time" suggestion Pin
J.B.23-May-04 8:03
J.B.23-May-04 8:03 
GeneralRe: Need "measuring time" suggestion Pin
User 665823-May-04 8:50
User 665823-May-04 8:50 
GeneralRe: Need "measuring time" suggestion Pin
Curi0us_George23-May-04 12:01
Curi0us_George23-May-04 12:01 
GeneralRe: Need "measuring time" suggestion Pin
Joe Woodbury23-May-04 13:38
professionalJoe Woodbury23-May-04 13:38 
GeneralRe: Need "measuring time" suggestion Pin
Curi0us_George23-May-04 19:35
Curi0us_George23-May-04 19:35 
GeneralRe: Need "measuring time" suggestion Pin
J.B.23-May-04 19:51
J.B.23-May-04 19:51 
Generalstring Pin
picasso223-May-04 7:21
picasso223-May-04 7:21 
GeneralRe: string Pin
Antti Keskinen23-May-04 7:37
Antti Keskinen23-May-04 7:37 
GeneralRe: string Pin
Ravi Bhavnani23-May-04 7:53
professionalRavi Bhavnani23-May-04 7:53 
GeneralRe: string Pin
Ravi Bhavnani23-May-04 7:52
professionalRavi Bhavnani23-May-04 7:52 
GeneralDownloading a customised version of an app from a website Pin
Chris Maunder23-May-04 6:00
cofounderChris Maunder23-May-04 6:00 
GeneralRe: Downloading a customised version of an app from a website Pin
Ravi Bhavnani23-May-04 8:00
professionalRavi Bhavnani23-May-04 8:00 
Here's an (admittedly simple-minded) approach:
  1. The process of registration causes the site to create a user-specific copy of the download app. If the app is foo.exe, the registration process creates the file foo_1234.exe (where 1234 is the user specific id), if it doesn't already exist.

  2. The app sends the user's id (gleaned from its filename) in its HTTP request to download data, causing the host to respond with user-specific content.
[edit]
Of course, you should use something more cryptic than just the user's id. Maybe add a timestamp and a checksum at the end.
[/edit]

/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: Downloading a customised version of an app from a website Pin
Chris Maunder23-May-04 8:15
cofounderChris Maunder23-May-04 8:15 
GeneralRe: Downloading a customised version of an app from a website Pin
Ravi Bhavnani23-May-04 8:52
professionalRavi Bhavnani23-May-04 8:52 

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.