-
host and client
hi,
i want to make a printing controller, where the host will give the client a permission to print in host's printer. he will add the client in the printer permission list box.
first
i need to make a host / client, where the client will connect to the host.
anyone please...help
tia
:D
-
Re: host and client
You need some communication platform. You can use raw TCP sockets (not recommended), .NET remoting (obsolete, but works) or WFC (lattest technology, recommended). Or any other network communication protocol like HTTP.
-
Re: host and client
what will i search in the google to do this?
thanks
-
Re: host and client
you can pause the printer and then just unpause it to print, if you want to avoid unauthorized printing... now if you want to do it with c# i believe that you need to read about WFC generally.
-
Re: host and client
-
Re: host and client