You can update a GUI from any thread of execution. If false, explain why.
What will be an ideal response?
False. When updating a control from a non-GUI thread, you must schedule that update
to be performed by the GUI thread. To do so, you check the Form’s inherited
InvokeRequired property. If this property’s value is true, the code is executing in a
non-GUI thread and must not update the GUI directly. Instead, you call Form’s inherited
Invoke method, which receives as an argument a Delegate representing a
method to invoke.
You might also like to view...
All of the following are sections in an Access report EXCEPT:
A) Report Header section B) Report Footer section C) Report Detail section D) Report Calculated section
To move a file between folders on two different disk drives, you will need to ____________________-drag a file.
Fill in the blank(s) with the appropriate word(s).