Search:
Namespaces
Discussions
.NET v1.1
Feedback
Show form from remotable object?
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework.remoting
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Alex Oleynikov via .NET 247 (VIP)
Hi all,
Is this possible to display a windows form from a remotable object?
I need to create a singlecall server application that gives access to an instance of MapPoint ActiveX control to its clients. And I also would like to display a form from the remotable object containing the ActiveX, so I can see the actual maps being retrieved by the remote clients (for debugging purposes).
In a sense I need to create an Automation-enabled app, so that I can interact with it programmatically or via user interface at the same time. Is this possible with .NET remoting?
Thank you for your input.
Alex
-----------------------
Posted by a user from .NET 247 (
http://www.dotnet247.com/
)
<Id>HKovllGiZES8Fs6RaJPtYQ==</Id>
Reply to this message...
Ken Kolda
If you're trying to get your server to show a window on the client with an
ActiveX control in it (and the ActiveX control lives only on the server),
that's not going to happen. Remoting is not a means for transparently
running a UI on a seperate computer (like X Windows is for UNIX). Instead,
you would have to pass from the server to the client sufficient info for the
client to render the map itself (which would require the client have the
ActiveX control installed).
Ken
"Alex Oleynikov via .NET 247" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
Hi all,
Is this possible to display a windows form from a remotable object?
I need to create a singlecall server application that gives access to an
instance of MapPoint ActiveX control to its clients. And I also would like
to display a form from the remotable object containing the ActiveX, so I can
see the actual maps being retrieved by the remote clients (for debugging
purposes).
In a sense I need to create an Automation-enabled app, so that I can
interact with it programmatically or via user interface at the same time. Is
this possible with .NET remoting?
Thank you for your input.
Alex
-----------------------
Posted by a user from .NET 247 (
http://www.dotnet247.com/
)
<Id>HKovllGiZES8Fs6RaJPtYQ==</Id>
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com