A
Anon
Hi all:
Another question again...
We have a requirement to save user profile information for our application.
The user would like to be able to login to the application and have all of
their "necessary" settings remembered from their previous session. I've
done this before in Java by determining which info to save (ie, which
windows were opened, were they were (x,y) on the desk top, the dimensions of
sizable controls that they adjusted the size to, etc..) and persisting it to
an XML document and then persisting that document. When logging in, I'd
get the document and "reconstruct" what they were doing based on the
document.
This was in Java/Swing. I'm somewhat new to Windows forms and .NET and am
learning more about it but am nowhere near proficient as I was in
Java/Swing. Does the Windows API / .NET 2.0 framework have anything
available that easily saves the state of all opened windows and their
dimensions of each control within each window? I'm going to guess the
answer is no and I'm prepared to do it the same way I did it in the Java
application but I thought I'd ask in hopes that Microsoft provided this
useful feature
thanks again for any help... Even if the answer is "no" or "I don't think
so", I am grateful for your time.
Another question again...
We have a requirement to save user profile information for our application.
The user would like to be able to login to the application and have all of
their "necessary" settings remembered from their previous session. I've
done this before in Java by determining which info to save (ie, which
windows were opened, were they were (x,y) on the desk top, the dimensions of
sizable controls that they adjusted the size to, etc..) and persisting it to
an XML document and then persisting that document. When logging in, I'd
get the document and "reconstruct" what they were doing based on the
document.
This was in Java/Swing. I'm somewhat new to Windows forms and .NET and am
learning more about it but am nowhere near proficient as I was in
Java/Swing. Does the Windows API / .NET 2.0 framework have anything
available that easily saves the state of all opened windows and their
dimensions of each control within each window? I'm going to guess the
answer is no and I'm prepared to do it the same way I did it in the Java
application but I thought I'd ask in hopes that Microsoft provided this
useful feature
thanks again for any help... Even if the answer is "no" or "I don't think
so", I am grateful for your time.