i have a timer that fires every minute that loads a pdf file in a mdi form within the parent form. the problem is when it fires, the app gets focus and if your working on another app my app is now on top. is there anyway to prevent this?
Printable View
i have a timer that fires every minute that loads a pdf file in a mdi form within the parent form. the problem is when it fires, the app gets focus and if your working on another app my app is now on top. is there anyway to prevent this?
never mind it was a refresh call that was doing it and i didn't need it anyway