Hello:
Is there a way to have a MsgBox Stay on top while the user goes to a different application?. I've design a macro that pops a message giving the user some information needed to find a value they will need to input so the macro can continue to run. It would help them if this message could "stay on top" while they switch applications.
I've seen this:
OnTop = SetWindowPos(FrmID.hWnd, HWND_TOPMOST, 0, 0, 0, 0, FLAGS)
But I have no idea if this is what I'm looking for or how to blend it with a MsgBox.
Thank you for your time.
M.
Is there a way to have a MsgBox Stay on top while the user goes to a different application?. I've design a macro that pops a message giving the user some information needed to find a value they will need to input so the macro can continue to run. It would help them if this message could "stay on top" while they switch applications.
I've seen this:
OnTop = SetWindowPos(FrmID.hWnd, HWND_TOPMOST, 0, 0, 0, 0, FLAGS)
But I have no idea if this is what I'm looking for or how to blend it with a MsgBox.
Thank you for your time.
M.