View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Engin H. Engin H. is offline
external usenet poster
 
Posts: 1
Default is there any way to avoid displaying alert pop-up in DSOFramer?

Hello everybody
i am developing an application in .NET and i am using DSOFramer.ock component.
i protect my worksheet that i open with DSOframer in a web page.
but when user double-click on sheet, a pop-up message about protection
appears.
and i want to block such pop-up alerts.
"excel.DisplayAlerts = False" is not working.
"FramerControl.ActiveDocument.Application.DisplayA lerts = False" is also not
working. (cannot find displayalerts property)
can anybody help me to solve this problem?
Thanks
Engin H.