How can i get application size, (or get notified on resize)? It help me serializing app. size, store it and load at next start.
I have tried with GetRect()/SetRect(...) but wont work. I want my app. to remember it last size and position, and get initialized with these next time. So need a little help here .
(My app is layout based)