View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sunbank Sunbank is offline
external usenet poster
 
Posts: 4
Default Image Click Invokes Picture Toolbar

Hi there

I am displaying a modal userform that displays a logo within an image
control amongst several other controls - listboxes, command buttons,
etc.

Double clicking the logo is set up to make the Excel application
invisible - so the user sees nothing but the application implemented
via the forms. This has been working fine.

Since starting to use Office XP (2002, I think) on a Windows XP
machine, then double clicking the logo now makes the Picture Toolbar
visible. Because the form is modal, it is not possible to bring focus
to the toolbar and delete it.

Not a great issue, but irritating nevertheless.

Does anyone have any ideas on how I can stop this happening?

Thanks in advance.