File Upload in Windows Application..

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...
 
C

Cor Ligthert [MVP]

Raj,

dotNet is completely a client server system.

However it is not as some people think that client server is a mainframe
system with central processing and the use of so called non intelligent
workstations.

Client Server means dealing the intelligence between Clients and Server in
the best way.

Therefore the clients and the used servers need all the Net framework to be
installed.

Cor
 
S

Steve Long

for communication between the client and the server, you might want to look
into Remoting.

S
 
M

Master Programmer

Yes this is possible. Use the product called "PC Anywhere" each time
you need to do this.

The Grand Master
 

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

Top