I have a function that stores the size of my window:
size_W = this.Width;
size_H = this.Height;
This is normal when I resize the window. However, when using the Maximized button, the window size cannot be saved correctly. How can i do this?
chona
source
share