Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralContext menu bug?! Pin
Deian16-Apr-01 21:28
Deian16-Apr-01 21:28 
GeneralRe: Context menu bug?! Pin
Deian16-Apr-01 23:31
Deian16-Apr-01 23:31 
QuestionCan i change the Menu's BAckground Color Pin
16-Apr-01 20:23
suss16-Apr-01 20:23 
AnswerRe: Can i change the Menu's BAckground Color Pin
3-Sep-01 0:26
suss3-Sep-01 0:26 
GeneralRefresh hardware configuration Pin
16-Apr-01 18:34
suss16-Apr-01 18:34 
GeneralStoring data Pin
Michael Martin16-Apr-01 18:15
professionalMichael Martin16-Apr-01 18:15 
GeneralRe: Storing data Pin
Christian Graus16-Apr-01 18:47
protectorChristian Graus16-Apr-01 18:47 
GeneralRe: Storing data Pin
Kannan Kalyanaraman16-Apr-01 18:55
Kannan Kalyanaraman16-Apr-01 18:55 
hi,

Yupe,... string table is a resource and is read-only. I dont think its possible (to my knowledge) to alter it afterwards.
Thats the reason people go for registry or flatfiles. Actually there is no harm in writing to registry if its not too much data. There are lots of apps. which write to registry extensively .. eg. (www.groove.net).
Shareware programs. have the algorithm inside for generating the appropriate key. You give the username and reg.code, now the program has a key generator inside and hence it generates the corresponding reg.code for this user and compares it with the one you have entered and hence it can recoginize them. Some, shareware store the password info in an encrypted form(using techniques like md5 message digest) and store them in the registry.

Cheers
Kannan


QuestionHow to add a CScrollView on a dialog-based app? Pin
16-Apr-01 17:02
suss16-Apr-01 17:02 
AnswerRe: How to add a CScrollView on a dialog-based app? Pin
16-Apr-01 17:38
suss16-Apr-01 17:38 
GeneralRe: How to add a CScrollView on a dialog-based app? Pin
Kannan Kalyanaraman16-Apr-01 20:06
Kannan Kalyanaraman16-Apr-01 20:06 
QuestionMake DSN (ODBC) with InstallShield? Pin
16-Apr-01 11:34
suss16-Apr-01 11:34 
AnswerRe: Make DSN (ODBC) with InstallShield? Pin
16-Apr-01 14:45
suss16-Apr-01 14:45 
QuestionSubclassing RichEdit? Pin
Richard Comish16-Apr-01 11:22
Richard Comish16-Apr-01 11:22 
GeneralIPicture Pin
orcun colak16-Apr-01 11:15
orcun colak16-Apr-01 11:15 
GeneralRe: IPicture Pin
Kannan Kalyanaraman16-Apr-01 18:27
Kannan Kalyanaraman16-Apr-01 18:27 
GeneralInvalid Address specified to RtlFreeHeap Pin
Rainer Mangold16-Apr-01 10:31
Rainer Mangold16-Apr-01 10:31 
GeneralRe: Invalid Address specified to RtlFreeHeap Pin
Michael Dunn16-Apr-01 16:28
sitebuilderMichael Dunn16-Apr-01 16:28 
GeneralRe: Invalid Address specified to RtlFreeHeap Pin
Rainer Mangold17-Apr-01 12:17
Rainer Mangold17-Apr-01 12:17 
GeneralMake dialog as Always on Top Pin
Ghasrfakhri16-Apr-01 5:16
Ghasrfakhri16-Apr-01 5:16 
GeneralRe: Make dialog as Always on Top Pin
16-Apr-01 8:33
suss16-Apr-01 8:33 
GeneralRe: Make dialog as Always on Top Pin
Liam O'Hagan18-Apr-01 15:10
Liam O'Hagan18-Apr-01 15:10 
Questionhow to Save Bitmap to file as jpg ot gif Pin
16-Apr-01 0:06
suss16-Apr-01 0:06 
AnswerRe: how to Save Bitmap to file as jpg ot gif Pin
Kannan Kalyanaraman16-Apr-01 0:29
Kannan Kalyanaraman16-Apr-01 0:29 
GeneralI have problem in creating and showing Bitmap of 16 -bit-colordepth!Please help me! Pin
hike15-Apr-01 21:36
hike15-Apr-01 21:36 

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.