Community
Dears,
Could you help me how to call this box with API?
I'm trying with this code, but didn't get the result.
Throw New InvalidOperationException("")
Thanks!
Solved! Go to Solution.
Solved by JelteDeJong. Go to Solution.
try this:
Dim errorManager = ThisApplication.ErrorManager
errorManager.AddMessage("message here", True)
errorManager.Show("Your title here", False, False)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com
Can't find what you're looking for? Ask the community or share your knowledge.