
The Weblog
We share what we find usefull to the world...
RSSCatel MVVM: How to create a WPF fullscreen Application
Today we came across a problem while creating a new Application using the Catel-Framework. The Application is a Device-Application that should run standalone without a Windows user interface.A Window … more
How to integrate ReCaptcha in Orchard
Recently we had the problem getting lots of spam by our new website that we rebuilt using the Orchard-Framework.So we had to find a way to fight against Spam-bots. First we tried the Orchard.Captcha … more
Outlook: Programmatically select a custom Form Region
Hello, in this Article let me show you how to create a Custom Form Region, a Ribbon button and displaying this Form when you click on it.For this demo we are extending the standard Outlook Contact … more
Outlook: Programmatically select a Folder
The Microsoft Object Model has a method that allows you to select a folder inside the Outlook data structure."PickFolder" is the name of it and it is accessible via the NameSpace Object, that means … more
How to unshelve into another Branch using Team Foundation Power Tools
This BLOG entry is just a reminder for my own usage.Helmut, if you have different Branches and you have pending changes that should be moved from one Branch to another use this command: tfpt unshelve … more
Restart a BackroundWorker Pattern
If you use a BackgroundWorker in your .Net Application you probably need to cancel the running process and re-start it with new parameters.There is a Pattern that you should use, to avoid the … more
Notebook memory has never been cheaper...
For all you guys who can not put enough memory in their mobile gadgets aka notebooks e.g. for driving virtual machines and so on --> this is your time!
Some examples (from 2011-11-18): … more
Jumpstart with your new Kindle
Two weeks ago I got my new Kindle 4. Since this time I made good progress to know more about this device.
Here are some tipps'n tricks I share with you to get started.
Did you know there are about … more
Send Email by using .Net via SMTP-Server
Sometimes it’s easier to send an Email without using the Outlook Object Modell. The .Net Framework already has the capability to send emails using a SMTP-Server.This snippet sends an Email using … more
Send Email by Script or Batch command
Sometimes you want to send Email using a Script or a batch file. You can use an external .exe as a tool, but if you have a SMTP-Server in your network reachable, you can use this simple vbs script. … more