Re: Implementing an ActiveX Server in .Net
From: Matt (spm1_at_devpool.co.uk)
Date: 03/24/04
- Next message: Ken Tucker [MVP]: "Re: Default Printer"
- Previous message: Ken Tucker [MVP]: "Re: Anchor Property.."
- In reply to: Ken Tucker [MVP]: "Re: Implementing an ActiveX Server in .Net"
- Next in thread: Ken Tucker [MVP]: "Re: Implementing an ActiveX Server in .Net"
- Reply: Ken Tucker [MVP]: "Re: Implementing an ActiveX Server in .Net"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 00:30:20 -0000
Hi
>From my understanding, WebServices are Internet based - it seems like a lot
of overhead to do what I want to do. All I want is for two windows apps on
the same machine to be able to talk to each other.
At its simplest level, one app (the client) sends a string to the other app
(server) on the click of a button, and this string is displayed in a text
box on the server. Surely there must be an easy way to do this in .NET
without webservices and complicated API calls or creating ASP.NET
applications?
It was So EASY to do in VB6 using an ActiveX server!
If anyone can show me a way of doing this simply in .NET I'd be most
grateful
Regards
Matt
"Ken Tucker [MVP]" <vb2ae@bellsouth.net> wrote in message
news:%23emCRNTEEHA.2548@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> There is no longer an activex.exe project type. Take a look
at
> webservices.
>
> Ken
> --------------------
> "GIO NEWS" <spm1@devpool.co.uk> wrote in message
> news:4060c6d6$1_2@corp.newsgroups.com...
> > Hi
> > I am trying to create a simple Client/Server application in VB.Net
> >
> > In VB6 the easiest way to do this is to create an ActiveX Exe that
exposes
> a
> > public method in a class. The Client would then have a reference to that
> > server Class and call the method to pass any parameters to the server.
In
> > effect we have craeted an automation interface that can run as a
> standalone
> > app or have certain methods called by a client app if a reference is
> > included to that server.
> >
> > How can you do this same thing in vb.net? There is no project to Create
an
> > ActiveX.exe anymore! So, how does a client get a reference to a server
to
> > call methods in it.
> >
> > Sorry if this is all a bit naive but I'm new to VB.Net and just want to
> make
> > sure I can convert my old app to it
> >
> > Thanks in advance for any help
> >
> > Matt
> >
> >
> >
> >
> > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> > http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> > -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
>
>
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
- Next message: Ken Tucker [MVP]: "Re: Default Printer"
- Previous message: Ken Tucker [MVP]: "Re: Anchor Property.."
- In reply to: Ken Tucker [MVP]: "Re: Implementing an ActiveX Server in .Net"
- Next in thread: Ken Tucker [MVP]: "Re: Implementing an ActiveX Server in .Net"
- Reply: Ken Tucker [MVP]: "Re: Implementing an ActiveX Server in .Net"
- Messages sorted by: [ date ] [ thread ]