Using KeyPreview to handle form shortcut keys

If you need to trap shortcut keys in your application to perform misc tasks, use the following code to set KeyPreview to true and then in the KeyDown event handle the actual clicks:  private void Form_OnLoad(object sender, EventArgs e) {…

WordPress 2.7: Coming Soon

Just Spotted this on Janes Blog, hope she doesnt mind me putting it here 🙂 As you may know, we’ve been working behind the scenes on the design and development of version 2.7 of the WordPress software that powers your…