A
Aaron
I need to know whether or not every form for a project in all namespaces is
created when an application is launched or not. I'm using the singleton
method now for my forms and I'm not sure why, but sometimes the emulator is
crashing saying it's low on memory when I try opening and closing
forms...still haven't pinpointed exactly what situation it happens under,
but if I know that the forms are all created and reside in memory at
startup, this would help diagnose the potential problem. Once I get the
answer to this question, I'll probably have more until I get this forms
thing down in C#, but I need to know this first.
Thanks
created when an application is launched or not. I'm using the singleton
method now for my forms and I'm not sure why, but sometimes the emulator is
crashing saying it's low on memory when I try opening and closing
forms...still haven't pinpointed exactly what situation it happens under,
but if I know that the forms are all created and reside in memory at
startup, this would help diagnose the potential problem. Once I get the
answer to this question, I'll probably have more until I get this forms
thing down in C#, but I need to know this first.
Thanks