Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hack/Crack my program for testing... Pin
JoeSox8-Nov-02 7:34
JoeSox8-Nov-02 7:34 
GeneralRe: Hack/Crack my program for testing... Pin
JoeSox8-Nov-02 7:45
JoeSox8-Nov-02 7:45 
GeneralRe: Hack/Crack my program for testing... Pin
Ranjan Banerji8-Nov-02 9:53
Ranjan Banerji8-Nov-02 9:53 
GeneralRe: Hack/Crack my program for testing... Pin
JoeSox8-Nov-02 15:39
JoeSox8-Nov-02 15:39 
GeneralOur very own Maunder, quoted and used Pin
Paul Watson8-Nov-02 6:29
sitebuilderPaul Watson8-Nov-02 6:29 
GeneralEdit control question Pin
Anonymous8-Nov-02 6:28
Anonymous8-Nov-02 6:28 
GeneralRe: Edit control question Pin
Roger Allen8-Nov-02 6:52
Roger Allen8-Nov-02 6:52 
GeneralRe: Tried it, didn't work :( Pin
Anonymous8-Nov-02 9:01
Anonymous8-Nov-02 9:01 
Thanks for the help but still nothing happened. I called SetFocus(hwndEdit) and then SendMessage(hwndEdit, EM_SETSEL, -1, -1) but still everything was selected. Any other ideas...btw here is the code exactly:

case WM_INITDIALOG:
hResource = LoadResource (hInst,
FindResource (hInst, TEXT ("README"), TEXT("TEXT")));

pText = (char *) LockResource(hResource);

SendMessage(hwndHelp, WM_SETTEXT, 0, (LPARAM) pText);
SetFocus(hwndHelp);
SendMessage(hwndHelp, EM_SETSEL, (WPARAM) -1, (LPARAM) 0 );

return TRUE;

Do you see any problems here?
GeneralLoading bitmap on toolbar Pin
8-Nov-02 6:23
suss8-Nov-02 6:23 
GeneralJava Client Window Pin
Justin Hallet8-Nov-02 6:24
Justin Hallet8-Nov-02 6:24 
GeneralRe: Java Client Window Pin
Stephane Rodriguez.8-Nov-02 6:45
Stephane Rodriguez.8-Nov-02 6:45 
Generalstopping popup ads from browser ... Pin
craigk8-Nov-02 5:56
craigk8-Nov-02 5:56 
GeneralRe: stopping popup ads from browser ... Pin
Daniel Turini8-Nov-02 6:07
Daniel Turini8-Nov-02 6:07 
GeneralRe: stopping popup ads from browser ... Pin
Stephane Rodriguez.8-Nov-02 6:14
Stephane Rodriguez.8-Nov-02 6:14 
GeneralRe: stopping popup ads from browser ... Pin
Daniel Turini8-Nov-02 6:29
Daniel Turini8-Nov-02 6:29 
GeneralRe: stopping popup ads from browser ... Pin
craigk8-Nov-02 6:51
craigk8-Nov-02 6:51 
GeneralRe: stopping popup ads from browser ... Pin
craigk8-Nov-02 9:00
craigk8-Nov-02 9:00 
GeneralWindows NT Service won't run on 2000 Pin
wdudek8-Nov-02 5:43
wdudek8-Nov-02 5:43 
GeneralRe: Windows NT Service won't run on 2000 Pin
codewriter8-Nov-02 6:36
codewriter8-Nov-02 6:36 
GeneralRe: Windows NT Service won't run on 2000 Pin
Anonymous8-Nov-02 7:18
Anonymous8-Nov-02 7:18 
GeneralPass a socket handle between apps.. Pin
Anonymous8-Nov-02 5:27
Anonymous8-Nov-02 5:27 
GeneralRe: Pass a socket handle between apps.. Pin
valikac8-Nov-02 5:43
valikac8-Nov-02 5:43 
GeneralRe: Pass a socket handle between apps.. Pin
Anonymous8-Nov-02 5:46
Anonymous8-Nov-02 5:46 
GeneralRe: Pass a socket handle between apps.. Pin
valikac8-Nov-02 6:02
valikac8-Nov-02 6:02 
GeneralReading certain bits Pin
ISIS558-Nov-02 4:37
ISIS558-Nov-02 4:37 

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.