| Adding Tray Icons and Context Menus |
| The Code Project |
| Beginner's Tutorial on adding tray icons and setting context menus. |
|
| BUG: The ContextMenu Control That Is Associated with the NotifyIcon Component Is Not Displayed When You Set the OwnerDraw Property of Menu Items in the ContextMenu Control to True |
| Microsoft Support |
| (827043) - You set the OwnerDraw property of menu items in the ContextMenu control to true , and then you set ContextMenu and the Icon properties of the NotifyIcon component. When you run the Microsoft Windows application and then you right-click the Notify icon... |
|
| ContextMenu (ASP.NET) |
| GotDotNet |
| A ContextMenu for ASP.NET. Allows a developer to handle menu item clicks either server-side or client-side. Fully configurable. |
|
| Cycle Choice Button |
| The Code Project |
| This article describes a CycleButton control. |
|
| Developing A C# Vector Drawing Application - Part 1 |
| C#Today |
| Computer drawing applications are one of the most popular applications. Examples of such applications are Corel Draw and FreeHand - Windows users even have one in their system: Microsoft Paint. Chances are you too have used it once in your life. How about developing one? That has probably been done by a few people and the thought of it could scare beginners. This series of three articles by Budi Kurniawan show us that it is not hard at all with C# and the .NET Framework Base Class Library to build a vector based drawing application. Read on. |
|
| Differences Between Visual Basic 6.0 and .NET Controls |
| MSDN |
| This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls. |
|
| Hardcore Visual Basic: VB-Helper: Hot Properties |
| MSDN |
| Rod Stephens of Hardcore Visual Basic shows off some of the cool new properties you can use to control your UI. |
|
| How Status Bar Notification Component works - A sample Program |
| The Code Project |
| The NotifyIcon component will display an icon in the status bar notification area, which you can use as notification purpose to alert users that an action or event has occured. You can write code in the Click or DoubleClick event handler or any of the event handler you like to associate your appln. |
|
| ListView that allows separate ContextMenu for column headers |
| GotDotNet |
| A ListView-derived class to provide the ability to have a different ContextMenu called when the cursor is in the column header portion of the ListView (something which, as of .NET 1.1, is very difficult to do). It also provides a method to get the ColumnHeader at a given point. |
|
| Mobility: Optimize Your Pocket PC Development with the .NET Compact Framework |
| MSDN |
| Learn tricks and techniques to increase performance and decrease load time and memory footprints when building applications in the .NET Compact Framework. |
|
| Picture Chat using C# |
| The Code Project |
| Chat program that support unicode inputs and picture transfer |
|
| Preparing Your Visual Basic 6.0 Applications For the Upgrade to Visual Basic.NET |
| MSDN |
| This document provides recommendations for Microsoft Visual Basic developers planning to upgrade their applications to Visual Basic.NET. It includes information on the Visual Basic.NET Upgrade Tool and discusses architectural guidelines for enabling a smooth upgrade from Visual Basic 6 to Visual Basic.NET. |
|
| Review: Peter's Date Package 1.1 |
| http://aspalliance.com/ |
| Almost every web form I build seems to require some sort of date data to be entered. Whether it's credit card expiration dates or start and end dates for a report, I run into this all the time, and the built-in ASP.NET Webcontrols for capturing this data are lacking, to put it mildly. Peter Blum (of PeterBlum.com) has a solution to this common problem with his Date Package, which I review here. It's not perfect, but it's definitely recommended. |
|
| Sending Emails from C# Application using default SMTP |
| The Code Project |
| Sending Mails from C# using System.Web.Mail using default SMTP |
|
| System.Windows.Forms.ContextMenu Control Sample |
| GotDotNet |
|
|
| Tray Bar Application |
| C# Corner |
| This is a very simple C# application which implements those very familiar Windows applications with a tray Icon . |
|
| Working with Menus in C# |
| C# Corner |
| An imperative part of the user interface in a Windows-based application is the menu.
In this article I elucidate how to adding menus and menuitem to Windows forms, Replacing, Cloning, Merging of menus and about Context menus (Popupmenus). |
|
| Yet Another VS.NET-like ToolBox |
| The Code Project |
| This article proposes another VS.NET-like ToolBox control based on the work of Iulian Serban |
|