I am trying to write a app and service which monitor a given set of services and a) makes sure they are running and b) based on certain criteria, restart them as needed.
I\'m looking for an iPhone control that can simply display some text and detect URL\'s (http, email, tel) inside that text. UILabel doesn\'t support URL
I am creating a simple form. I have created two simple classes, Question and QuestionSection. I then create some subclasses of question, e.g. SimpleQuestion, MultipleChoiceQuestion, with different be
I am developing a C# ASP.Net project. And I would like to do som开发者_Python百科ething very similar to what is shown in the following website.
I need to u开发者_StackOverflow中文版se an existing WPF docking library. There are several libraries:
Lets say I have an AutoCompleteBox with 1000 items. A user first types two characters returning a broad result set (for example, 100 items).
I would like to use Model View Presenter pattern for a library containing user controls which will be used in other projects.
I have a Silverlight application that contains a calendar control.I\'m wanting to \'black out\' days for which we have no data available, using the BlackoutDates property.
As I get myself ready to move my Winform applications to XAML, I was wondering what 开发者_JS百科are the must-have third party XAML controls that will save me developing time and will make my app look
In MOSS 2007 I want to add a custom control to the global link section of a master page and have it only visible to a particular audience.