Hello
In PB 2019 we were able to hide some toolbar items from the rich text edit control.
For example we hid the fontface combobox.
We did this using the handle of the rte toolbar and calling "showWindow(ll_Handle, 0)" from the user32.dll.
We were also able to hide severall toolbar items using SendMessage()
In PB 2022 R2, however, we are unable to customize the displayed toolbar items.
We have updated our FindWindowEx() calls to the correct class names of the rich text control and receive the correct handles.
Calling ShowWindow(ll_handle, 0) on the comboboxes results in them still beeing displayed (but disabled):
- Is there any way to hide toolbar items and combo boxes of the rich edit control in PB2022?
- Is there anywhere a documentation about the new rich text control dlls?
Best regards
Thilo