[RESOLVED] How to use Picturebox's Invoke method in C++
Hi,
The language that I'm using is C++. I have a backgroundworker to prevent my UI from crashing. However, within the background function I need to update my UI. I read that using the control's Invoke will do the trick. However, I can't seem to make it work. The code is as follows:
Bookmarks