A couple things to look at include: 1) using a modal popup with a progress bar in it. Just popup it up when the server call is made, destroy it when complete. 2) Application.enabled = false
DK On Nov 15, 2007 7:38 AM, Mark <[EMAIL PROTECTED]> wrote: > 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 > > > -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

