Is there any way of turning off the Wait Window beep - its drives me nuts!!
Cheers, Peter
Well that's interesting. Your comment made me think that, maybe, I was triggering something else in my environment however when I look at our library code for showing / hiding the wait window the only thing extra it does is change the form's Cursor.Current property which doesn't cause a beep.
I guess I will await SF's confirmation that the wait window doesn't beep then delve a bit deeper into my environment.
Me.Cursor = Cursors.WaitCursorMe.WaitWindow1.Message = "Please wait, Creating Invoice Number " & Me.BizServiceCalls1.InvoiceNumber & "..."
Of course there is more code prior to ShowMessage and HideWaitwindow.