Introduction The Exchange EWS managed API is very easy to use but there are some hurdles that may make it a little hard to get started.
Introduction It is easy to place a web browser component into an application and use the features of OWA (Outlook Web Application) as a built in organiser, contacts manager and email client.
A number can be formatted in a XAML binding.
To remove a header from a WPF ListView, a style needs to be created targeting the GridViewColumnHeader.
Introduction With the introduction of Mono a while back, A large number of Windows only applications are being ported to Linux. The problem with C# at the moment in regards to GUI tool kits are the number of GUI tool kit bindings available and the cross platform ability.
Introduction After the Apache web server has been set up with mono, the next thing to do is check if it works. I have a simple project that I put on the web server to check if it is working. This article will show how to create a similar ASP web application in a few [...]
Introduction Information can be sent from a class to a parent class. This can be done by setting up delegates. The delegate will describe the function and a parameter will let the parent class connect to it.
Before I could find a media center application that I really liked, I used to create playlist’s and use mplayer to play the playlist’s randomly. Because new episodes come out and I did not want to have to create new playlists I created a script automatically generate the playlist’s and play them using mplayer randomly. [...]
In Ubuntu I was having trouble with the wireless broadband device MF626 freezing. When it froze the operating system needed to be rebooted to get back onto the internet.
Someone in Ubuntu Forums posted that they wanted to create a deb package full of useful scripts and was asking for help. In his post he also said that one of the scripts he was after was a sleep timer so I decided to post one in his thread for him.