Hibernate()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
yesterday i have posted a question regarding something strange. today i
observed my application very closely and found that :

whenever more memory consumption is there, the OS is trying to close my
application and because of that, all the forms which i have kept in memory
get closed and becuase of exceptions, some strange things happens. is my
observation correct? i have heard about hibernate() in eVC++.

can we able to receive the hibernate message from the OS in my vb.net ppc
application through DLL import. If the situation arises, the OS will send
the message to the currently active form or to the main form of our
application?

regards,
hari
 
Hi,

I can't remember what the memory allocation threshold is but the runtime
will close your application at some point if it tries to allocate too much
memory.
 
Dear MVPs, kindly respond. Since my vb.net ppc application is getting
closed, when more memory consumption is happening in ppc. So if i can catch
the OS message, then i can go for a soft exit.

regards,
hari
 
Back
Top