Is开发者_如何学C there any way that I can get keyboard keys status (esp. for games) in Mac using only Mono C#?
I have an application working under MonoTouch 3.2.6; the same application, under MonoTouch 4.0.1, crashes when launching any touch event.
I have C# code to talk to an FTP server which has authentication disabled (takes any username and password):
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'ve recently begun doing ASP.NET MVC work with others using Visual Studio. While MonoDevelop can open their project workspace files (.sln from MSVS2010) and build the projects just fine, I\'m curiou
is there a possibility to run the Galasoft MVVM Light Toolk开发者_StackOverflowit on Mono/Monodroid?MVVM Light Toolkit uses a number of interfaces in the WindowsBase.dll of .Net that might not be impl
Can I write a Microsoft .NET programm with a FileSystemWatcher and expect it to work under Mac OS X with 开发者_高级运维Mono without changes?Yes, it will work without changes. Mono includes a FileSyst
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Currently working on a project that is being developed in VS2010. I\'m running Windows in a VM, where I\'ve done most .NET dev, but I\'m now working on a new project that is ASP.NET MVC3 based so I th
I required a custom tab-switching view for my application, so i made a .xib with a UIScrollView and a UITabBar.