tags:

views:

578

answers:

2

What do i use instead of

Me.Invoke

when i use wpf?

A: 

Just looked on google

Found this

Fredou
+4  A: 

You'll be using Dispatcher.Invoke in WPF.

MSDN Documentation

Graeme Bradbury