Results 1 to 2 of 2

Thread: Awckward Behavior from multiple form instances loaded into a dictionary

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Awckward Behavior from multiple form instances loaded into a dictionary

    Ok I have a project which has a MDI parent. Inside the parent I have multiple isntances of a form load(frmLine1t5). When my program loads it will load a different form(frmSelect) and if I manually load a different form(frmRetests) I can put frmSelect on top of frmRetests and bring one another to the front if it's clicked on(without using the bringtofront method)

    However as soon as I load a single instance of frmLine1t5 I immediately can no longer bring ANY form loaded into the MDI parent(before or after frmLine1t5 has loaded) to the front. I can only bring them to print IF I use .bringtofront method.


    I load frmLine1t5 into a dictionary(of integer, frmline1t5) upon a new instance of the form. So within frmLine1t5's NEW() procedure

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: Awckward Behavior from multiple form instances loaded into a dictionary

    It's gotta be something with the controls on that specific form(frmLine1t5)

    I commented all code on form load and form enter. It still causes it to happen.

    anyone seen this type of behavior before?

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