Remote Desktop

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I have an application designed in Delphi 7 and runs under Win XP. On the
Main form of the application, there is a Panel with a Image holder which has
a small BMP file. "Company Logo". It displays perfectly each when the
application is running and your viewing it from the local monitor, however,
using Remote Desktop, the image is not there and it's only a black hole
where the image should be. The only thing that fixes it, it to close and
restart the application while remote desktop is open.

This leads me to believe it's a refresh issue, however refreshing or
repainting the panel or image does not work. Since this application
actually runs on a headless system, and remote desktop is the primary means
of performing maintenance, it would be nice to fix this little bug.

Within this application there is a timer that update several items once per
second, I added Application Process Messages and also added the Refresh for
the image with no luck.

Any ideas what I need to do?

Thanks,
Richard
 
Before connecting via Remote Desktop, click the Options button and go to the Experience tab. You can customize the settings there (based on the bandwidth available).
 
Back
Top