CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: UI Thread [WPF]

  1. #1
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    UI Thread [WPF]

    Hi all...

    Is there any method to get the UI dispatcher? I need to update my UI from the object that run in the background thread...

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: UI Thread [WPF]

    See the WPF Threading Samples in Msdn.

  3. #3
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    Re: UI Thread [WPF]

    Thanks arjay...

    I already read that article before, my problem is How I can get the UI Dispatcher, Is there any static method in .Net to get the UI dispather... because with my software architecture I need to update the UI from the background thread without any information about the UI.

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

Featured