Browse by Tags
All Tags »
General (
RSS)
This article describes three approaches to parsing the sentences from a body of text; three approaches are shown as a means of describing the pros and cons for performing this task using each different approach.
SlickEdit Inc. demonstrates the Code Project Browser Add-in for Visual Studio 2005 and 2008, which lets developers browse The Code Project and open them directly.
Rudi Grobler tries his hand at creating a real world line-of-business application using WPF, only WPF, and nothing else.
This article presents tips on how to write WPF controls that consistently apply styles and templates.
This is the second in a series of articles on writing WPF business applications in VB.NET using Visual Studio 2008. In it I cover the FormNotification control, binding to objects that implement IDataErorrInfo, rendering the Form Notification popup in...
This is the first in a series of articles on writing WPF business applications in VB.NET using Visual Studio 2008. In it I cover the following topics: Application Structure, Skinning, and Custom ToolBar Button Controls.
This article describes the framework that WPF offers and also tells the differences between Browser based and Windows based installed applications.
In this article I will provide brief introductions to the following: The difference between CLR properties and dependency Properties (DPs from here on in), Dependency Properties, Dependency Property Value Precedence, Dependency Property Value Inheritence...
In this article I will provide brief introductions to the following: RoutedEvents (what they are, how they work, how to consume/create them), RoutedCommands (what they are, how they work, how to consume/create them), Automation Peers, and Demo Applications...
In this article I will discuss: what to do in XAML, what to do in code, how to reference classes/assemblies from XAML, markup extensions, what are resources and how they can help you, and how to use resource files.
In this article, I will discuss Layout in WPF: Layout (this article), XAML vs Code/Markup Extensions and Resources, Commands And Events, Dependency Properties, DataBinding, and Styles/Templates.
Playing audio and video is easier in version 2 of the framework, but the basic capabilities available still leave a lot to be desired. Fortunately, the free MediaPlayer component provided here demonstrates a more feature-rich solution to your multimedia...
In this article my aim is to guide a relative Visual Basic .NET "newbie" through the process of creating a simple Photo Browser application. We will gradually build up the application, examining a number of the techniques available to you in...
This tip describes how to add a MDI list to a System.Windows.Forms.ContextMenu instance using Visual C#,
This article shows how to subclass MenuItem to add a Tag property.
Next page »