Click here to Skip to main content
15,900,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDDE and IIS Pin
Member 40314719-May-03 19:40
Member 40314719-May-03 19:40 
GeneralActivex Vs OLE Automation Pin
Sridhar Sanikommu19-May-03 19:35
Sridhar Sanikommu19-May-03 19:35 
GeneralI want scroll a window partly Pin
fengjn19-May-03 17:47
fengjn19-May-03 17:47 
QuestionWhat to use instead of GetWindowsText() or GetDlgItemText() Pin
Toni7819-May-03 17:23
Toni7819-May-03 17:23 
AnswerRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
valikac19-May-03 18:05
valikac19-May-03 18:05 
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
Toni7819-May-03 18:22
Toni7819-May-03 18:22 
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
valikac19-May-03 18:30
valikac19-May-03 18:30 
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
Toni7819-May-03 18:54
Toni7819-May-03 18:54 
kuphryn wrote:
do not think securing the process getting text from an editbox is going to matter in terms of program security

I am not sure about that. Setting a breakpoint on GetWindowsText will stop the program at the point where the entered key is being read. From there, the program can be single steped until this key is compared the real key. It is irrelevant whether the key has been encrypted or not because a simple jmp instruction can bypass the testing. The whole idea is to prevent someone from tracing the program after a registration key has been entered. I mean if they don't have a starting point they can't trace. Writing low level routines to read text is not something I came up with. I've read about it on several websites but nobody explains how to do it.

kuphryn wrote:
A secure project will require encryption based on, say, the NIC.

What do you mean by that? Could you suggest any websites where I can read more about that subject?

// Afterall I realized that even my comment lines have bugs
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
Mike Doner20-May-03 9:10
Mike Doner20-May-03 9:10 
GeneralThank you Pin
Toni7820-May-03 14:34
Toni7820-May-03 14:34 
Generalhelp with playin wave files Pin
ALLmightySPIFF19-May-03 17:15
ALLmightySPIFF19-May-03 17:15 
GeneralRe: help with playin wave files Pin
J. Dunlap19-May-03 19:06
J. Dunlap19-May-03 19:06 
GeneralWrite to a file. Pin
kjessee19-May-03 16:59
kjessee19-May-03 16:59 
GeneralRe: Write to a file. Pin
Dominik Reichl19-May-03 21:28
Dominik Reichl19-May-03 21:28 
GeneralStreamOut with large content Pin
blongtq19-May-03 15:48
blongtq19-May-03 15:48 
GeneralRe: StreamOut with large content Pin
Martyn Pearson19-May-03 21:18
Martyn Pearson19-May-03 21:18 
GeneralRe: StreamOut with large content Pin
blongtq20-May-03 16:43
blongtq20-May-03 16:43 
GeneralRe: StreamOut with large content Pin
Martyn Pearson20-May-03 22:52
Martyn Pearson20-May-03 22:52 
GeneralWatch Window Bug under /Zc:forScope Pin
Doug19-May-03 14:31
Doug19-May-03 14:31 
GeneralRe: Watch Window Bug under /Zc:forScope Pin
Maxwell Chen19-May-03 15:38
Maxwell Chen19-May-03 15:38 
GeneralRe: Watch Window Bug under /Zc:forScope Pin
Doug19-May-03 15:47
Doug19-May-03 15:47 
QuestionHow to convert a large DWORD to a string? Pin
mcgahanfl19-May-03 14:25
mcgahanfl19-May-03 14:25 
AnswerRe: How to convert a large DWORD to a string? Pin
Dave Bryant19-May-03 14:39
Dave Bryant19-May-03 14:39 
GeneralRe: How to convert a large DWORD to a string? Pin
mcgahanfl20-May-03 2:55
mcgahanfl20-May-03 2:55 
QuestionAccessing other users' My Documents folders? Pin
IGx8919-May-03 13:44
IGx8919-May-03 13:44 

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.