Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Destroying persistent window


Message #1 by "Alister Neave" <ahneave@b...> on Sat, 23 Nov 2002 00:09:34
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

  Return to Index