Daiko Games
✅ Avalonia Message Box
In Avalonia you can create a message box with this tool: https://github.com/AvaloniaCommunity/MessageBox.Avalonia, but how can I see what I clicked on the Message Box. Imagine I had a messagebox with Yes or No as an Option. How can I simply find what option I clicked and do something if i clicked either yes or no?
13 replies
How to run a Windows Forms project on Linux
I know I know, there are better ways than windows Forms, but i have a project which works with files and i want to know how it is possible to run the .exe file so the openfile dialog works on linux too. I know that .exe files are not 100% supported, but there are workarounds like wine or bottles. But how can I make Wine or Bottles or any application so that it gives me a legit open file dialog that works for Linux and it shouldn´t be something that is a open file dialog for windows on Linux. I asked some people and they told me mono would be a great option, but I don´t know.
113 replies