Network App launching form on client machine

J

Jenbo

Is the following possible with windows forms, or is there a better way
to do it?

Have a windows forms application residing on a network server, working
like a service.
This will launch forms on client machines depending on group policy in
AD.

So the network app will just send the form to the client machine? The
shape of the form is stored in config files.

Anyone any thoughts / ideas on this? I am a web programmer firstly and
have done some small bits like this for windows forms, but I wanted to
stay away from installing s/w on all client machines that's why I am
thinking of having the app on network server.

Thanks

EJ
 
J

Jenbo

ClickOnce is not an issue here I don't think, we don't worry about
install or deployment because the application will be installed on one
central server say and really all this is doing is launching a small
form that will be clicked and send data back to a central data store.So
is that spawning apps, I suppose so, is that the only way to do this,
copy an app down to machine, launch process from there, can the server
app not launch the process? I am not sure of what way this would
happen, but any suggestions are welcome.

Cheers

EJ
 

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