OK this is probably insane, but I want to be able to have a check box at the very top of every row in my tree view. This box will \"disable\" or \"enable\" the ability to use the column. Oh I think it
For downloading and installing .NET/dll, all I need is copying the dll to a specific directory, and let the .NET know about it. Is this correct?
I downloaded System.Data.SQLite, and tried to compile the following sample code. using System; using System.Data;
I\'ve downloaded latest source from mono project, compiled it and everything works (c# projects, mod_mono, xsp) except vb.net. Vbnc, mono\'s vb.net compiler does not exist开发者_JAVA技巧 after compili
I know WPF libraries aren´t implemented by mono cl开发者_StackOverflow中文版ass library, however(as far as I know) the mono 2.6 runtime is fully compatible with the .NET 2.0/3.5 runtime, so if the WP
I am quite blocked about an exception. I am using Active Record and Monorail. I was able to use the scaffold controllers in monorail, until I add new models.
I have a C# command-line application that I need to run in win开发者_C百科dows and under mono in unix.At some point I want to launch a subprocess given a set of arbitrary paramaters passed in via the
I\'ve managed to get a C# asp page running under ubuntu/apache/mono, but I don\'t want to write my framework in these ASP pages, I want to use straight C# and then I\'ll use a templating language for
Please suggest me a C# cross-platform solution to copy a File with progress. The method should be able to copy the file on Mono as well on .NET.
my question is quite simple: Our C# application has one MainForm with a menu and several keyboard shortcuts associated with the menu entries.