RE: How to pop MsgBox in front of all other windows? by AnandVVN
AnandVVN
Fri Apr 15 09:21:04 CDT 2005
Hi Ianem
Are you automating word through VB.Net, in case you are I am not sure its a
good idea to popup a message box as it might slow down the application. But
then again I am not sure as I have not worked in vb.net.
Insted of messagebox why not try a dialogbox with systemmodal or something.
Are you calling the messagebox usign the modal option?
I am not quite sure if this is a correct respone, if its not I am sorry.
Hope it helped you.
Anand
"lanem" wrote:
> I have a vb.net program that is doing some stuff with Word. I want to pop up
> a MsgBox from time to time to get the user's interaction. When I do, it is
> behind other windows and I have to find the window to see the MsgBox. How
> can I make it pop in front of all the other windows? Thanks.