Results 1 to 3 of 3

Thread: Trigger Form Load Event

  1. #1

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    I noticed that when I use frmVisible (true)(fasle), it does not trigger the form load event of the form made visible.
    If I am in form2 how do I trigger the form1 load event.

    since form 1 is called frmThisIsOne and the event is Form_Click.

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    Of course it doesn't. The Form_Load event is only called when the form is loaded. Hiding the form, and then showing it again does not count.

    Try the Form_Activate Event.

    Though this fires every time the form loses and gains focus as well.
    Iain, thats with an i by the way!

  3. #3

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    OK

    Thanks, now I know.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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