PlanetSquires Forums

Support Forums => José Roca Software => Topic started by: Frank Bruebach on July 30, 2025, 03:43:38 AM

Title: Question about AfxNova RichEdit Control
Post by: Frank Bruebach on July 30, 2025, 03:43:38 AM
good morning jose, short question if you have already created  an RichEditcontrol example  with AfxNova/ AfxrichEdit.inc for AfxNova?
so far I have noticed I can use now dwstring.inc  file,but what is with AfxStr.inc?  dont find it in AfxNova..

thanks , frank
Title: Re: Question about AfxNova RichEdit Control
Post by: Paul Squires on July 30, 2025, 07:29:29 AM
DWStrProcs.inc has the similar functions from AfxStr.inc

I spoke to Jose previously about RichEdit. He was working on a new version of the CRichEdit class. It has not found its way into AfxNova yet.

Title: Re: Question about AfxNova RichEdit Control
Post by: Frank Bruebach on July 30, 2025, 10:14:14 AM
QuoteDWStrProcs.inc has the similar functions from AfxStr.inc

I spoke to Jose previously about RichEdit. He was working on a new version of the CRichEdit class. It has not found its way into AfxNova yet.

Thank you Paul.. I can wait No Problem. In DWStrProcs.inc I have already found two functions I was looking for.
Title: Re: Question about AfxNova RichEdit Control
Post by: José Roca on July 30, 2025, 01:07:03 PM
If you want to create a Rich Edit Control you only have to create it like any other control:

DIM hRichEdit AS HWND = pWindow.AddControl("RichEdit", hWin, IDC_RICHEDIT, "", 20, 15, 360, 23)