Hello, we encountered another problem:
after creation of the main window of the application, we change the title to add information.
In local it works fine, in remote doesn't change.
I even try to use the windows API (SetWindowTextA, in User32.dll) to do it, but without success.
Is there a way to workaround this?