Home All Groups Group Topic Archive Search About

File Upload in Windows Application..

Author
15 Nov 2006 2:34 PM
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...

Author
15 Nov 2006 7:27 PM
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

Show quoteHide quote
"Raj" <ramesh.jets***@gmail.com> schreef in bericht
news:1163601255.305475.205000@m7g2000cwm.googlegroups.com...
>
> 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...
>
Author
15 Nov 2006 8:55 PM
Steve Long
for communication between the client and the server, you might want to look
into Remoting.

S
Show quoteHide quote
"Raj" <ramesh.jets***@gmail.com> wrote in message
news:1163601255.305475.205000@m7g2000cwm.googlegroups.com...
>
> 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...
>
Author
16 Nov 2006 9:44 AM
Master Programmer
Yes this is possible. Use the product called "PC Anywhere" each time
you need to do this.

The Grand Master

Steve Long wrote:
Show quoteHide quote
> for communication between the client and the server, you might want to look
> into Remoting.
>
> S
> "Raj" <ramesh.jets***@gmail.com> wrote in message
> news:1163601255.305475.205000@m7g2000cwm.googlegroups.com...
> >
> > 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...
> >