
May 25th, 2003, 12:34 AM
|
|
Registered User
|
|
Join Date: May 2003
Posts: 15
Time spent in forums: 46 m 7 sec
Reputation Power: 0
|
|
Find text in an edit control window
How do I use the Find dialog box to find text in an edit control window? I've got it to show the Find box (using FindText() ), and when I press Find Next I can make it do something. How do I actually make it find the text though? I've tried SendMessage(hEdit,EM_FINDTEXT,0,&ft) but that doesnt seem to do anything. Thanks for the help.
Shane Blazek
|