I am converting a windows application to WPF whole doing so i have kept some of the key controls hosted [ i have kept the windows forms controls as it is].
However, this application has a progress bar which has this.Invoke method which is failing.
Actually i want to keep the rest of the code as it is; how do i have this work.