Ok, I have searched through several threads looking for info on minimizing, maximize and X for forms. I have found several interesting threads, but I can't seem to find what I am looking for.
I have two forms open, one is my main form. If I click the minimize control, I want both form to minimize and and only show as one form in the task bar.
If I open the form up again, I want everything to open up as it was before. Now the part I seem to be missing is how to indicate in my code that the minimize or maximize or X control has been clicked.
I know for example if I don't want my other form in the task bar to use something like this and to open the forms together with this.
VB Code:
frmOtherForm.show, frmMain ShowInTaskBar = false




Reply With Quote