anyone wanting to do some experimenting,
it may make NO difference what so ever but in win32maxguiex.bmx try changing:
to
and
to
new features
Additional language support:
Additional languages include Armenian, Divehi, Telugu, and others.
Improved table support Features include:
wrapping within cells, improved handling via RTF, and improved navigation.
hmph...
keyboard shortcuts also of interest from here:
http://msdn.microsoft.com/en-us/library/bb787873(VS.85).aspx#_win32_Rich_Edit_Version_4.1
it may make NO difference what so ever but in win32maxguiex.bmx try changing:
LoadLibraryW "riched20.dll"
to
LoadLibraryW "msftedit.dll"
and
hwnd=CreateWindowExW(xstyle,"RichEdit20W","",wstyle,0,0,1,1,parent,hotkey,GetModuleHandleW(Null),Null)
to
hwnd=CreateWindowExW(xstyle,"RICHEDIT50W","",wstyle,0,0,1,1,parent,hotkey,GetModuleHandleW(Null),Null)
new features
Additional language support:
Additional languages include Armenian, Divehi, Telugu, and others.
Improved table support Features include:
wrapping within cells, improved handling via RTF, and improved navigation.
hmph...
keyboard shortcuts also of interest from here:
http://msdn.microsoft.com/en-us/library/bb787873(VS.85).aspx#_win32_Rich_Edit_Version_4.1