
Contents tagged with programming
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
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
Outlook AddIn - Prosperoware Zone
An Outlook Extension we created for ProsperoWare
The users of this Addin can display documents of a Document Management System in a TaskPane that can be hidden and showed using a button in the RibbonUI.When users creating new emails, they can open a … more
Office Extension - SimplePaper
An Office Extension we created for Rainer Förster AKTENSERVICE GmbH
We built an Office Extension that allows a User to upload the current Document as well as Emails to a Online Document Management System available at www.Simplepaper.de
The Extension is available in … more
Outlook AddIn - InsureCGI
An Outlook Extension for C.G.I. Consumers' Guarantee Insurance
We built an Outlook Extension for C.G.I. Consumers' Guarantee Insurance seated on Bahamas.The Extension allows the employers to assign Emails to Claims or Policies and saves the Emails and/or the … 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
Electronic Components
We design electronic components for control applications. Typically we construct electronic devices using self designed SMD-PCB's for rough environments like fairgrounds. These units are used to … more
Programming: Serialize/Deserialize to/from XML
Sometimes you need to store data. We use this snippet to serialize and deserialize objects and store settings in a Database.So we can use a simple Name/Value combination for our settings. public … more
SQL: Abhaengigkeiten einer Tabelle finden
Aus gegebenem Anlass. Ein Datensatz soll aus einer Tabelle entfernt werden.Bei einem großen Projekt kann man aber nicht sagen, ob eine andere Tabelle und deren Daten diesen Datensatz … more