For some reason my normal, standard Msgbox doesn't popup and the center of
the screen anymore.
I can't think of any reason why this suddenly is different.
This is a completely standard Msgbox, so for example this will do it in a
new project with only one
module and nil else:
Sub test()
MsgBox ""
End Sub
Any ideas why this could happen and how to fix it?
RBS
RB Smissaert - 22 Jan 2006 15:42 GMT
OK, a computer re-start has sorted this out.
Still, I would be interested to know what could have caused this.
It started well before I started playing with the MessageBox API.
RBS
> For some reason my normal, standard Msgbox doesn't popup and the center of
> the screen anymore.
[quoted text clipped - 10 lines]
>
> RBS