I have recently implemented a scrolling text across an area of limited screen estate using a timers repeating every 100ms, and some simple string appending.
Here is my problem. If I use only one Windows Forms project and call only - Settings.Default.Save() when running it, Mono creates a user.config file with the default value for each setting. It is fine
I need to expose some C++ classes to C# (I am building on Linux, using mono, so COM is not an option)
I have a worker thread spawned from a GUI (for GUI performance), how do I access GUI, such as spawning new windows/widgets from the thread itself?开发者_Python百科
This is the error I get when I start my ASP.NET application in Mono: System.InvalidOperationException: The process must exit before getting the requested information.
I have some C#.NET code to take a string contain开发者_Python百科ing custom color codes and use them show colorized text in a RichTextBox.It works great on Windows, but running under Linux on Mono 2.4
To store application settings, I am using the Settings tab in the project properties. In the code, I write Settings.Default.FontSize = size; and then Settings.Default.Save();
I have a Mono application that should not show on the dock, but will occasionally show a window.I want neither menu bar nor dock icon to show for this application.I have my application wrapped in an a
Just wondered how many application are written with MonoT开发者_如何学运维ouch and published in App Store?
As it currently stands, this question is not a g开发者_StackOverflow中文版ood fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question wil