Hello PPl,
So I'm using the API version of the messagebox to support Unicode text etc..
However there is this size limit which trims off longer bits of text?!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
Is there a workaround to increase the buffer size? other than replacing a Fake MSGBOX with a form?






Reply With Quote
