G
Guest
I am using 2003 .NET and have a simple form that when encounters an error it
will
bring up the MessageBox to display the error. I want that message box to
pop up over the calling form, but it always pops up in middle of my screen.
My understanding of the documenation implies that this can be done by passing
a IWin32Windows parameter.
I can not figure out how to get this data from my form. The microsoft
examples show just passing "this" for the parameter, but I tried that and it
still just poped up in middle of my screen. So if some one could tell me how
to get the screen to pop up over the calling form I would greatly appreciate
it
Thanks,
Brian
will
bring up the MessageBox to display the error. I want that message box to
pop up over the calling form, but it always pops up in middle of my screen.
My understanding of the documenation implies that this can be done by passing
a IWin32Windows parameter.
I can not figure out how to get this data from my form. The microsoft
examples show just passing "this" for the parameter, but I tried that and it
still just poped up in middle of my screen. So if some one could tell me how
to get the screen to pop up over the calling form I would greatly appreciate
it
Thanks,
Brian