My application shows an image in a picture box.
When scrolling from record to record, a window briefly pops up with the
message "Importing xxx.jpg".
This is the code I'm using to load the picture box
Me![imgMap].Picture = Me![txtMapFilename]
When many records are scrolled rapidly (about 10-15), this window remains
locked on the screen, even if Access itself is shut down. (The only way
to kill it is through Task Manager)
Question 1: Can I supress this window in the first place?
Question 2: Has anybody got a solution for killing the rogue window? I
can only think of using APIs (FindWindow, DestroyWindow)
Thanks
Alister