W
wingers
Guest
Hi
Converting some code from a WPF GUI to my WinForm GUI and mostly all working fine
But it uses line similar to below a few times:-
Await Dispatcher.InvokeAsync(AddressOf selectedSessionChanged)
Which gives error of
Error BC30469 Reference to a non-shared member requires an object reference.
What is the equivalent in a Winform project please
Thanks
Darren Rose
Continue reading...
Converting some code from a WPF GUI to my WinForm GUI and mostly all working fine
But it uses line similar to below a few times:-
Await Dispatcher.InvokeAsync(AddressOf selectedSessionChanged)
Which gives error of
Error BC30469 Reference to a non-shared member requires an object reference.
What is the equivalent in a Winform project please
Thanks
Darren Rose
Continue reading...