[Solved] Application dispaly alert in C#

Java, C++, C#, Delphi... - Using the UNO bridges
Locked
winchell
Posts: 10
Joined: Thu Mar 31, 2022 5:45 am

[Solved] Application dispaly alert in C#

Post by winchell »

I have worked with a program to replace excel with calc.
But to display alert. I only find there are examples with vb as following:

Code: Select all

application.displayalerts=true
For C#, i didnt find the class or function to display alert or not.
Is there any available api or class member that i can use to accomplish this?
Last edited by MrProgrammer on Tue Apr 12, 2022 4:12 pm, edited 2 times in total.
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
OpenOffice 7.3 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31363
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Application dispaly alert in C#

Post by Villeroy »

Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Locked