Laserstrahlvermessung

Zur Bestimmung des Strahlradius kann man eine Klinge benutzen die man mit einem Verschiebetisch in kleinen Abständen durch den Strahl führt und die Leistung dahinter in Abhängigkeit von der Klingenposition vermisst. Dabei ist allerdings zu beachten dass...

Syntaxhighlighting von LaTeX in Webseiten

Für WordPress existieren mehrere Pugins für den GeSHi – Generic Syntax Highlighter for php. Mit diesem lässt sich sehr einfach Quellcode in über 50 verschiedenen Sprachen farbig hervorgehoben auf Webseiten darstellen. Letztes Jahr habe ich...

WordPress Plugins for WP 2.1.x

[TOC] Pre Installed Plugins Update-Monitor Akismet Follow-URL o42-clean-umlauts 0.2.0 Time Zone Admin Maintenance Mode Plugin Admin Drop-down menus DB Manager Role Manager wp-cache wp-suchen-und-ersetzen-de search and exchange directly in the database...

Large and confusing wizard results

With MFC, one can use the wizard to generate a template from which one can proceed to code. Especially for a beginner like me this is a necessary tool. However such a template consists of a large amount of code which is hard to understand an makes it really difficult...

How to end the application

From Visual Basic I knew the simple command “end” to exit the application. A search in MSDN with similar phrases did not lead to a solution how to end a MFC application. The solution is the command following command, which calls a WM_DESTROY message:...