K
kelvin.koogan
I am having difficulty persuading MessageBoxes to appear over my
application (using C++/CLI in VS2005). I would expect
MessageBox::Show(this, "Some message");
to cause the message box to appear over the Form pointed to by this,
but it doesn't seem to work, it appears centered on the screen.
Any idea what I might be doing wrong?
TIA,
KK
application (using C++/CLI in VS2005). I would expect
MessageBox::Show(this, "Some message");
to cause the message box to appear over the Form pointed to by this,
but it doesn't seem to work, it appears centered on the screen.
Any idea what I might be doing wrong?
TIA,
KK