Client -Server in Windows Applns...

R

Raj

Hi All..,

I have a VB.Net Windows Application..

I need to Run this Exe From Some Other System(Client) and I need to
Upload some specified files to the Server System..

Now my doubts are..

1) Is client-Server concept is Possible in Windows Applications..

2) Can I pass some arguments to that exe.. from server..





Regards..,

Ramesh.R...
 
L

Laurent Bugnion

Hi,
Hi All..,

I have a VB.Net Windows Application..

I need to Run this Exe From Some Other System(Client) and I need to
Upload some specified files to the Server System..

Now my doubts are..

1) Is client-Server concept is Possible in Windows Applications..

2) Can I pass some arguments to that exe.. from server..

Regards..,

Ramesh.R...

You can use web services from a Windows application using the "add web
reference" dialog in Visual Studio 2005, very handy. You can also use
the System.Net namespace to send HttpWebRequests to any web server you want.

Additionally, you can use .NET remoting (old) or WCF to enable
networking in your Windows application. So yes, client-server is
possible in Windows applications too.

HTH,
Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top