I have a window(MDI ) create,when it is opened by application,i will increase it size by dragging,and close it.so next time if i open it,the size has to new one.Values have to be stored in INI,i know this,but how to get the exact coordinates so that it can used later to open it
A:
The window object should have the following properties:
- Top
- Left
- Height
- Width
ck
2010-07-07 11:09:31
And WindowState, if the window can be minimised.
Stuart Dunkeld
2010-07-07 11:12:47