Monday, August 30, 2004

Flash Window

Sample code that shows how to alert the user to a particular Window by causing it to flash on its Title Bar and on the Taskbar

See this content on www.pocketnerd.net -->

Thursday, August 26, 2004

Integrate your Spell Checker

A lot of enterprises deploy Microsoft Office. Why not make the most of it and use the Spell Checker in your applications

See this content on www.pocketnerd.net -->

Saturday, August 07, 2004

PocketProd and Reflector

This article shows how easy it is to add support tools to specific context menus in VS.NET. The article describes the process for adding Lutz Roeder's.NET Reflector to the assembly References items, but also acts as a general example for adding external tools to VS.NET using PocketProd.

See this content on www.pocketnerd.net -->

Custom HTML Wizards

This article builds on the previous VS.NET Wizard Overview to show you how to create and deploy custom HTML Wizards. In particular, the article describes creating a C#-COM Class that can be used to perform Excel Integration.

Even if you are not interested in the Wizards, the COM Wizard installer may prove useful so why not download and install it!

See this content on www.pocketnerd.net -->

Sunday, June 27, 2004

Auto Complete Run-like Combo Box

Everybody that uses Windows is familiar with the functionality of the Start-->Run dialog that allows a user to enter the name of an application or document and quickly launch it.

This bit of code contains an extended combo box that implements all of the auto complete and memory capabilities of the Run dialog

See this content on www.pocketnerd.net -->

Saturday, June 26, 2004

Excel C# Custom File Properties

Sample code that shows how to get and set Custom File Properties using C# in an Excel Spreadsheet

See this content on www.pocketnerd.net -->

VS.NET Wizard Overview

Wizards are probably one of the most widely used tools within the Visual Studio.NET IDE. This article goes into detail to explain how VS.NET wizards work as a pre-cursor to future articles that look at how to create custom Wizards and extend the Wizard Framework.

See this content on www.pocketnerd.net -->

Monday, April 19, 2004

Dynamic Code Generation and Execution

Sample code that shows how to dynamically create an assembly in memory, using code from a text box, and execute a method on it

See this content on www.pocketnerd.net -->

Wednesday, April 07, 2004

Windows Service Remoting

This article is similar to the Remoting Publisher-Subscriber article below however if focuses on hosting remote objects in a Windows Service. This is quite an in depth look at Remoting from solution structure to remote delegates.

See this content on www.pocketnerd.net -->

Sunday, March 28, 2004

Saving User Settings Between Sessions

Sample code that shows how to save user settings, preferences and choices between application sessions

See this content on www.pocketnerd.net -->

Sunday, March 21, 2004

Windows Service Interaction

Sample code that shows how to interact with a Windows Service; Stop, Start and Pause a Service

See this content on www.pocketnerd.net -->

Tuesday, March 16, 2004

Defult TextBox Context Menu

Sample code that shows how to implement the default functionality of the TextBox ContextMenu

See this content on www.pocketnerd.net -->

Saturday, March 13, 2004

Embedding Resources into an Assembly

Sample code that shows how to embed resources such as XML Files and Images into a Resource file

See this content on www.pocketnerd.net -->

Tuesday, March 09, 2004

Desktop Images and XML

Sample code that shows how to capture a desktop Image and store images in a XML file

See this content on www.pocketnerd.net -->

Active Directory Authentication

Sample code that shows how to authenticate against Active Directory

See this content on www.pocketnerd.net -->

Monday, March 08, 2004

NotifyIcon Balloon ToolTips

Sample code that shows how to display a Balloon ToolTip from a NotifyIcon

See this content on www.pocketnerd.net -->

Wednesday, February 25, 2004

TextBox Balloon ToolTips

Sample code that shows how to display a Balloon ToolTip from a TextBox

See this content on www.pocketnerd.net -->

Sunday, February 01, 2004

Windows Forms Max and Min Behaviour

Sample code that shows how to detect and override the default Windows Forms Maximize and Minimize behaviour before it occurs

See this content on www.pocketnerd.net -->

Triple DES File Cryptography

Sample code that shows how to encrypt and decrypt a File on disk using the Triple DES cyptography provider

See this content on www.pocketnerd.net -->

Triple DES String Cryptography

Sample code that shows how to encrypt and decrypt a string using the Triple DES cyptography provider

See this content on www.pocketnerd.net -->