I've initalized a Find dialog box in my program with these settings:
Now, I'm completely lost. Where do I handle messages sent from this dialog box?Code:ZeroMemory(&fr, sizeof(fr)); fr.lStructSize = sizeof(fr); fr.hwndOwner = hWnd; fr.lpstrFindWhat = FindStr; fr.wFindWhatLen = 255; fr.Flags = FR_DOWN | FR_NOMATCHCASE | FR_NOWHOLEWORD; hFind = FindText(&fr);
Edit: I've tried to hook the dialog box, but when I do, all the controls appear smack in the middle of my edit box and my entire program hangs.



LinkBack URL
About LinkBacks


