Hello PPl,

So I'm using the API version of the messagebox to support Unicode text etc..

Code:
Private Declare Function MessageBox Lib "user32.dll" Alias "MessageBoxW" (ByVal hWnd As Long, ByVal lpText As Long, ByVal lpCaption As Long, ByVal wType As Long) As Long
However there is this size limit which trims off longer bits of text?!

Is there a workaround to increase the buffer size? other than replacing a Fake MSGBOX with a form?