Click here to Skip to main content
15,891,513 members

Comments by Vic91 (Top 33 by date)

Vic91 7-Jan-15 10:00am View    
This was quite some time ago but I think I ended up creating a WCF service to act as a proxy. This service would consume the first service that required authentication parameters. Then the report would consume the proxy. I never found out how it could be done using native XMLDP
Vic91 9-Jan-14 10:43am View    
One unique instance is exactly what I need. All users monitor the same process. The service doesn't receive states from the client. The client views the status of the objects in the service, and calls methods accordingly, but everything in the same instance. I'm still working it out but it's shaping up pretty neat.
Vic91 7-Jan-14 12:18pm View    
I think I found what I was looking for here:
Three ways to do WCF instance management[^]
I would need to use Single InstanceContext. I already tried it in a small testing app (nothing to do with the real app) and it seems like it can do the trick. If I can implement it in the real thing I'll be posting it as an answer.

MSDN article here[^]
Vic91 7-Jan-14 11:34am View    
Thanks, that article is very interesting but I don't think it is quite what I need. I updated my question to further describe my requirement.
Vic91 6-Jan-14 18:42pm View    
I agree, but I think he should be setting the anchor for the pictureboxes to Top, Bottom, Left and Right instead of none? If the panel is anchored the pictureboxes should be as well.