What event to trap for closing app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    What event to trap for closing app

    Hi

    I have an app comprising of the start-up form. I need to run a process when
    the application closes. What event do I need to trap for this purpose?

    Thanks

    Regards


  • Cor Ligthert[MVP]

    #2
    Re: What event to trap for closing app

    John

    main form closing

    Cor

    "John" <info@nospam.in fovis.co.ukschr eef in bericht
    news:eiyc4NyhIH A.4880@TK2MSFTN GP03.phx.gbl...
    Hi
    >
    I have an app comprising of the start-up form. I need to run a process
    when the application closes. What event do I need to trap for this
    purpose?
    >
    Thanks
    >
    Regards
    >

    Comment

    • kimiraikkonen

      #3
      Re: What event to trap for closing app

      On Mar 16, 7:06 am, "John" <i...@nospam.in fovis.co.ukwrot e:
      Hi
      >
      I have an app comprising of the start-up form. I need to run a process when
      the application closes. What event do I need to trap for this purpose?
      >
      Thanks
      >
      Regards
      "MyBase.FormClo sing" is fired before the form is closed and
      "MyBase.FormClo sed" is fired after the form is closed.

      Comment

      Working...