Pelles C forum

Assembly language => Assembly discussions => Topic started by: Jokaste on November 20, 2017, 07:10:51 PM

Title: RichEdit
Post by: Jokaste on November 20, 2017, 07:10:51 PM
I am playing with RichEdit. I want to search text, so I display the text into the edit control, each time I click "Next" I get nothing. In fact I don't understand how it runs! If someone could put me on the road. I join my source code. There are other bugs, (WM_PASTE) but it is for another day.


Thanks in advance.
Title: Re: RichEdit
Post by: jj2007 on November 21, 2017, 07:27:08 PM
In which of the 27 files do you use the EM_FINDTEXT message?
Title: Re: RichEdit
Post by: Jokaste on November 21, 2017, 08:50:36 PM
The main file. E.asm
I have understood in reading many times the iczelion tutorial.
I use the common dialog box and all the examples I have read did not use it (Iczelion too...).
Now I think that I have understood how it runs.
So you can consider the post closed.


I had searched on google, wikipedia and you tube... If you see what I mean... Poor boy...