Hi,
I am showing a WinForm in Excel using
VB.NET. I am using:
myForm.ShowDialog()
and eventually using
myForm.Dispose() (or Me.Dispose() from the form itself)
but the Excel application's title bar never highlights again unless the mouse passes over the Windows Taskbar. Everything runs fine, but this is kind of pesky. Thanks.