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
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.
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.
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)