M
Mike Borrowdale
Hi,
new to c#, using VS2008 Express to build a winforms app.
I have set a couple of Application settings to save the main form size
and location between runs. That works great. But when I minimize the
main form and then try to restore it the form size is reduced to a
minimal window with just a title bar and no client area. If I chenge
the setting so it's got Application scope then the restore works
correctly, but only to design size not user set size. I guess this last
bit is to be expected, but the form does actually restore to a size and
not to a minimal title bar. I'm sure this is a trap every newbie falls
into, but can someone help me out of it please.
Thanks
Mike B
--
new to c#, using VS2008 Express to build a winforms app.
I have set a couple of Application settings to save the main form size
and location between runs. That works great. But when I minimize the
main form and then try to restore it the form size is reduced to a
minimal window with just a title bar and no client area. If I chenge
the setting so it's got Application scope then the restore works
correctly, but only to design size not user set size. I guess this last
bit is to be expected, but the form does actually restore to a size and
not to a minimal title bar. I'm sure this is a trap every newbie falls
into, but can someone help me out of it please.
Thanks
Mike B
--