Hi out there,
I have a problem around a usercontrol that I've developed.
On a Form I have several instances of the usercontrol. On changing a combo on that control it gets data from a database, populates some controls on the form. fills some classes etc.
This takes some time, and as long as it takes, the form should be visible but not availabe while showing the usual hourglass.
I tried form.enabled = false but then the hourglas disappears