3
Answers

Remoting: getting connected clients

sacresp

sacresp

20y
2.8k
1
1) How can I determine in server all the clients that are connected? 2) I have three projects (server, client and "shared object"). One method in shared object causes an event to be triggered. How do I know, who fired the method? The scenario is : one client is sending data, that is to be shared to all connected clients, but they should know, who sent the data.
Answers (3)
0
c_wiley

c_wiley

NA 57 0 21y
Not sure exactly how to do it from Access, but I read the contents of a file in to a Stream, and load it in to my control using txtScript.LoadFile(FileStream, RichTextBoxStreamType.RichText) Hope this helps, Craig