Hi lloyduh234,
Thanks for your feedback.
I am not sure if I understand your scenario completely. It seems that you
want to persist the setting based on different form not based on the
different windows account, yes?
This requirement is somewhat like the Session concept in Asp.net. However,
there is no any build-in support for this in .Net winform.
If you want to do this, you have to implement some customized code to store
different settings. We should maintain some identification information in
the calling form, so that the lookup window can query to distinguish these
the callers. For example, we can use certain constructor of lookup window
to pass in certain identification information, then we can create a config
file based on different identification passed in.
Hope this helps!
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.