Search results for query: *

  1. bmw325ist

    Closing a WPF Window or Form after crossing threads?

    Thanks for the information... For whatever reason, the Me object is not available. Do I have to instantiate or get the MainWindow object and somehow? I think I have to do that before I can invoke a delegate like you presented in your reply. Thanks again, Mike.
  2. bmw325ist

    Closing a WPF Window or Form after crossing threads?

    I want to close the main form after another process has exited if the user says yes. I have the MainWindow Class and a modProcess Class coded below. I'm using VS 2010. For whatever reason, the object Me or MainWindow is not accessible, how do I fix it? Thanks. Public Class MainWindow Dim...
Back
Top