Results 1 to 30 of 30

Thread: minimize + maximize + X *RESOLVED*

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740

    minimize + maximize + X *RESOLVED*

    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:
    1. frmOtherForm.show, frmMain
    2. ShowInTaskBar = false
    Last edited by Navarone; Feb 3rd, 2004 at 03:50 PM.
    He who never made a mistake never made a discovery?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width