Hi,

How do I stop a window from coming to the foreground whilst refreshing it.
I have a modeless form open while I am working on my main application. Depending upon the options clicked in the main application I need to refresh the option buttons and load some pdfs in the modeless form. Whenever I try to do this the modeless window comes to the foreground.
i tried using,
frmmodeless.show vbmodelesss , Me
but this didn't help.

Any solutions?

thanks