C# applications sharing problem with netmeeting

  • Thread starter Thread starter Vitaly
  • Start date Start date
V

Vitaly

Hi,
I've encountered a problem sharing c# application in NetMeeting. The
problem is that when I try to share some GUI application, I don't see
it on remote computer. Sometimes I see random small parts of
application but not whole app. I've tried to share desktop and the app
– it's the same effects. There are no problems with sharing any other
apps.
Can anybody explain what the problem is?

Thanx
 
hi
I don't think this is a C# problem; it might have to do with the speed of
the connection to the remote computer
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Vitaly said:
Hi,
I've encountered a problem sharing c# application in NetMeeting. The
problem is that when I try to share some GUI application, I don't see
it on remote computer. Sometimes I see random small parts of
application but not whole app. I've tried to share desktop and the app
- it's the same effects. There are no problems with sharing any other
apps.
Can anybody explain what the problem is?

Thanx

What does your C# application do?

There are some limitations to desktop sharing as indicated in the NM release
notes:

"Sharing of Microsoft(R) DirectX(R), OpenGL, MS-DOS(R), graphics-intensive
games, and .avi files is not supported and might not function properly. "


Could this be what you are seeing?
 
Back
Top