I have a web service that's getting data to fill comboBoxes then the "real" data. This takes a few seconds. I'm using the showBusyCursor on the service, but the user can actually still click buttons. Is there a way to blur the screen out during this time like when using a pop- up window?
Thanks, Mark

