i had this open but reopened it cause its still a problem. the following code when ran in the timer every minute forces focus back to the app. is there another way where the code is run but doesnt force itself back on top and take focus away from other apps that might be open, or is this just the way it is?
timer code
Code:intNumberOfBOLOS = CInt(NumFiles(MainForm.strDataPath & "\BOLO\")) If intBoloCountTimer > intNumberOfBOLOS Then intBoloCountTimer = 1 ' reset it cause we have gone over so restart End If Form4.AcroPDF1.LoadFile (MainForm.strDataPath & "\BOLO\Bolo" & intBoloCountTimer & ".pdf") Form4.AcroPDF1.setShowToolbar False


Reply With Quote
