Hi my friends,
I'm Iranian & i do apology for bad spell in this text.
my problem is this:
I work by Visual Basic 6
I have one Mdi Form & many Child Form in my project
when we open the forms in the Mdi form, each form open in the specific position & this window is very tidy,
my problem is start when we are to close this window,
when we are to close all of this child form, when we open one child form again, this form don't display in "left=0","top=0" position,
This is display & open below last position of last window that open before close all window.
arrange function solve this problem for short time, but i can not use this function before open each window, because i want that users can be change the window's position by their desire.
I need to function that can change the position (Left & top) to the 0,0
after close all child form & after doing arrange 0
& one function that can change the position to the left+100 & top+100 than the last form that is open now in the Mdi Form.
please help me...
when open windows for first time:
when open windows for second time:
when open windows for third time & after use arrange 0 & after this open the fourth form:
![]()




Reply With Quote

