﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>GetDotNetCode's Code Packages and Articles</title><link>http://www.getdotnetcode.com</link><pubDate>Sat, 07 Nov 2009 05:49:21 GMT</pubDate><description>The latest articles and source code from Get Dot Net Code.</description><copyright>(c) 2009aZ Software Developers LLP.</copyright><ttl>5</ttl><item><title>Validation and the Windows Forms ErrorProvider Component</title><description>Lear how to use the ErrorProvider component that provides a user interface for indicating that a control on a form has an error associated with it.</description><link>http://www.getdotnetcode.com/nexDotNet/020036/020036.htm</link><pubDate>Sat, 10 Oct 2009 00:00:00 GMT</pubDate></item><item><title>Silverlight 2 Blog Post 2 - Hello World</title><description>This describes how to use Visual Studio 2008 SP1 to create a Silverlight 'Hello World' application.</description><link>http://www.getdotnetcode.com/nexDotNet/020035/020035.htm</link><pubDate>Mon, 25 May 2009 00:00:00 GMT</pubDate></item><item><title>Country List ComboBox from .NET Globalization C# 2005</title><description>This code package demonstrates how to use the  CultureInfo and RegionInfo classes from the .NET Globalization namespace can to create a SortedDictionary list and how to bind it to a Windows Forms ComboBox control.</description><link>http://www.getdotnetcode.com/nexDotNet/000385/000385.htm</link><pubDate>Tue, 21 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Country List ComboBox from .NET Globalization VB 2005</title><description>This code package demonstrates how to use the  CultureInfo and RegionInfo classes from the .NET Globalization namespace can to create a SortedDictionary list and how to bind it to a Windows Forms ComboBox control.</description><link>http://www.getdotnetcode.com/nexDotNet/000384/000384.htm</link><pubDate>Tue, 21 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Create Word 2003 Documents with .NET</title><description>The sample code in this attached projects demonstrates how to do the following: Insert paragraphs with text and formatting;  browse and modify various ranges within a document; insert tables, format tables, and populate the tables with data; and adding a chart.
</description><link>http://www.getdotnetcode.com/nexDotNet/020033/020033.htm</link><pubDate>Tue, 14 Apr 2009 00:00:00 GMT</pubDate></item><item><title>LINQ to SQL Server Express 2008 in a Visual Basic 2008 Win Forms App</title><description>Learn how to perform CRUD (create, retrieve, update, and delete) operations on data in a Sql Server Express 2008 database via a Visual Studio 2008 Windows Forms application created with Visual Basic 2008.  Solution includes a list page and a edit form that are populated via Linq to Sql. Database records are created, retrieved, updated, and deleted via the edit form. Includes a IsDirty flag that is used to control Save operations.</description><link>http://www.getdotnetcode.com/nexDotNet/000382/000382.htm</link><pubDate>Sun, 29 Mar 2009 00:00:00 GMT</pubDate></item><item><title>LINQ to SQL Server Express 2008 in a C# 2008 Win Forms App</title><description>Learn how to perform CRUD (create, retrieve, update, and delete) operations on data in a Sql Server Express 2008 database via a Visual Studio 2008 Windows Forms application created with C# 2008.  Solution includes a list page and a edit form that are populate via Linq to Sql. Database records are created, retrieved, updated, and deleted via the edit form. Includes a IsDirty flag that is used to control Save operations.</description><link>http://www.getdotnetcode.com/nexDotNet/000383/000383.htm</link><pubDate>Sun, 29 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Edit Mode Strategy using a Windows Forms GroupBox Control</title><description>An edit mode strategy is a strategy for enabling and disabling data editing controls on an application form. The Windows Form GroupBox control is a container control; it can be used to logically group a collection of controls on a form. This solution demonstrates how to use a GroupBox to switch between editing allowed and editing not allowed.</description><link>http://www.getdotnetcode.com/nexDotNet/020032/020032.htm</link><pubDate>Fri, 20 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Linq to Multiline TextBox VB2008</title><description>Example show how to select lines by content, order lines, add line numbers, collect lines as a comma delimited list, and more.  A good example for those wanting to use Linq to manipulate the lines in a multiline TextBox or just wanting to learn more about Linq.</description><link>ProductDetails.aspx?productID=378</link><pubDate>Mon, 16 Feb 2009 00:00:00 GMT</pubDate></item><item><title>Place a Transparent Label Over PictureBox VB2008</title><description>This Visual Basic 2008 source code shows how to place a transparent label over a PictureBox. Included are two examples; one that places a Label centered at the top of a PictureBox, the other that places a Label centered at the bottom of a PictureBox.</description><link>ProductDetails.aspx?productID=379</link><pubDate>Mon, 16 Feb 2009 00:00:00 GMT</pubDate></item><item><title>Implement Browser History in Win Forms VB2005</title><description>This example demonstrates how to implement back and forward functionality with the WebBrowser control. See product image for more details.</description><link>ProductDetails.aspx?productID=380</link><pubDate>Mon, 16 Feb 2009 00:00:00 GMT</pubDate></item><item><title>Implement Browser History in Win Forms VB2008</title><description>This example demonstrates how to implement back and forward functionality with the WebBrowser control. See product image for more details.</description><link>ProductDetails.aspx?productID=381</link><pubDate>Mon, 16 Feb 2009 00:00:00 GMT</pubDate></item><item><title>Free Line and Shape Controls for Visual Basic 2005</title><description>Do you get frustrated trying to add graphics to you .NET Windows Forms applications? For relief try Microsoft's Line and Shape Controls for Visual Basic 2005</description><link>http://www.getdotnetcode.com/nexDotNet/020030PowerPackLineAndShapeControlsVB2005/PowerPackLineAndShapeControlsVB2005.htm</link><pubDate>Sat, 06 Oct 2007 00:00:00 GMT</pubDate></item><item><title>Generic List Code Set 1 - C# Code Examples for Win Forms</title><description>Generics were one of the most powerful additions to .NET in .NET 2.0 and the generic List class is the most powerful of the generic collection classes that was included. This code package provides 36+ C# 2.0 generic List class examples for Win Forms in Microsoft.NET 2.0 and 3.0.  Click on the screen shot link to see a partial listing of the code examples included in this package, each of which demonstrates how to use a generic List class constructor or property or method.  The application included with the examples will run a demo of each example and will explain where to find the code behind the demo in the application code.</description><link>ProductDetails.aspx?productID=373</link><pubDate>Wed, 30 May 2007 00:00:00 GMT</pubDate></item><item><title>Generic List Code Set 1 - VB Code Examples for Win Forms</title><description>Generics were one of the most powerful additions to .NET in .NET 2.0 and the generic List class is the most powerful of the generic collection classes that was included. This code package provides 36+ VB 8.0 (Visual Basic 2005) generic List class examples for Win Forms in Microsoft.NET 2.0 and 3.0.  Click on the screen shot link to see a partial listing of the code examples included in this package, each of which demonstrates how to use a generic List class constructor or property or method.  The application included with the examples will run a demo of each example and will explain where to find the code behind the demo in the application code.</description><link>ProductDetails.aspx?productID=374</link><pubDate>Wed, 30 May 2007 00:00:00 GMT</pubDate></item><item><title>Generic List Code Set 1 - C# Code Examples for Web</title><description>Generics were one of the most powerful additions to .NET in .NET 2.0 and the generic List class is the most powerful of the generic collection classes that was included. This code package provides 36+ C# 2.0 generic List class examples for Web (ASP.NET 2.0) in Microsoft.NET 2.0 and 3.0.  Click on the screen shot link to see a partial listing of the code examples included in this package, each of which demonstrates how to use a generic List class constructor or property or method.  The application included with the examples will run a demo of each example and will explain where to find the code behind the demo in the application code.</description><link>ProductDetails.aspx?productID=375</link><pubDate>Wed, 30 May 2007 00:00:00 GMT</pubDate></item><item><title>Generic List Code Set 1 - VB Code Examples for Web</title><description>Generics were one of the most powerful additions to .NET in .NET 2.0 and the generic List class is the most powerful of the generic collection classes that was included. This code package provides 36+ VB 8.0 (Visual Basic 2005) generic List class examples for Web (ASP.NET 2.0)  in Microsoft.NET 2.0 and 3.0.  Click on the screen shot link to see a partial listing of the code examples included in this package, each of which demonstrates how to use a generic List class constructor or property or method.  The application included with the examples will run a demo of each example and will explain where to find the code behind the demo in the application code.</description><link>ProductDetails.aspx?productID=376</link><pubDate>Wed, 30 May 2007 00:00:00 GMT</pubDate></item><item><title>Build an ASP.NET 2.0 Web Site Navigation System Pt3</title><description>This is part three of a three part article that demonstrates how to build an ASP.NET navigation system. In part one, web pages were added to a web site and then referenced in a ASP.NET 2.0 SiteMap file. In part two an ASP.NET 2.0 Menu control was tied to the SiteMap file created in part one. In part three an ASP.NET SiteMapPath (bread crumbs menu) is tied to the SiteMap created in part one and the Menu added in part two.</description><link>http://www.getdotnetcode.com/nexDotNet/020029Build_ASP.NET_Navigation_System_Pt3/Build_ASP.NET_Navigation_System_Pt3.htm</link><pubDate>Thu, 03 May 2007 00:00:00 GMT</pubDate></item><item><title>ADO.NET 2.0 The Series - Part One</title><description>This is part one of a multi-part article about ADO.NET 2.0. Part one introduces the ADO.NET 2.0 Object Model and provides source code which implements the ADO.NET Connection, Command, and Reader objects using the System.Data.SqlClient data provider.</description><link>http://www.getdotnetcode.com/nexDotNet/020027ADO_NET_2_Series_Part1/ADO_NET_2_Series_Part1.htm</link><pubDate>Wed, 07 Feb 2007 00:00:00 GMT</pubDate></item><item><title>Build an ASP.NET 2.0 Web Site Navigation System Pt2</title><description>This is part two of a three part article that demonstrates how to build an ASP.NET navigation system. In part one, web pages were added to a web site and then referenced in a ASP.NET 2.0 SiteMap file. In part two an ASP.NET 2.0 Menu control will be tied to the SiteMap file created in part one. In part three an ASP.NET SiteMapPath (bread crumbs menu) will be tied to the SiteMap created in part one and the Menu added in part two.</description><link>http://www.getdotnetcode.com/nexDotNet/020026Build_ASP.NET_Navigation_System_Pt2/Build_ASP.NET_Navigation_System_Pt2.htm</link><pubDate>Sun, 04 Feb 2007 00:00:00 GMT</pubDate></item><item><title>DAL For MS Access Databases - Part 6</title><description>Part six provides demonstrates how to how to use a BindingNavigator class with the custom AjaxCustomer BindingSource create in part five and provides a diagram of the major components of the DataService project and the Windows Forms project that consumes services from the DataService.</description><link>http://www.getdotnetcode.com/nexDotNet/020025Dal_For_MSAccess_Pt6/Dal_For_MSAccess_Pt6.htm</link><pubDate>Wed, 31 Jan 2007 00:00:00 GMT</pubDate></item><item><title>Build an ASP.NET 2.0 Web Site Navigation System Pt1</title><description>This is part one of a three part article that demonstrates how to build an ASP.NET navigation system. In part one, web pages are added to a web site and then referenced in a ASP.NET 2.0 SiteMap file. In part two an ASP.NET 2.0 Menu control will be tied to the SiteMap file created in part one. In part three an ASP.NET SiteMapPath (bread crumbs menu) will be tied to the SiteMap created in part one and the Menu added in part two.</description><link>http://www.getdotnetcode.com/nexDotNet/020024Build_ASP.NET_Navigation_System_Pt1/Build_ASP.NET_Navigation_System_Pt1.htm</link><pubDate>Sat, 27 Jan 2007 00:00:00 GMT</pubDate></item><item><title>Expression List Variations Select..Case Statement VB 2002-2005</title><description>Visual Basic 2002, 2003, and 2005 provide various forms that can be used in a case's expression list clause in a Select..Case statement.  This article demonstrates how use the various forms to control matches in a Select..Case statement.</description><link>http://www.getdotnetcode.com/nexDotNet/020023VariationsSelectCaseVB20002-2005/VariationsSelectCaseVB20002-2005.htm</link><pubDate>Mon, 15 Jan 2007 00:00:00 GMT</pubDate></item><item><title>Map Network Drive Win Forms VB2005</title><description>The Windows Scripting Host  (WSH) can be used to map a network drive. This Visual Studio 2005 solution demonstrates how to map a network drive with WSH and Visual Basic 2005.</description><link>ProductDetails.aspx?productID=372</link><pubDate>Thu, 04 Jan 2007 00:00:00 GMT</pubDate></item><item><title>Multiple BindingNavigators on Same Windows Form VB 2005</title><description>You must sometimes manually add a BindingNavigator for a Windows Forms DataSource. This article and source code explains how to manually add a Binding Navigaor.
</description><link>http://www.getdotnetcode.com/nexDotNet/020022MultipleBindingNavigatorsOnSameFormVB2005/MultipleBindingNavigatorsOnSameFormVB2005.htm</link><pubDate>Tue, 02 Jan 2007 00:00:00 GMT</pubDate></item><item><title>How To Run an ASP.NET Web Site Project as Top-Level Root Site</title><description>Scott Guthrie explains how to run an ASP.NET web-site project as a top-level root "/" site using the built-in VS web-server and the VS 2005 Web Site Project model.
</description><link>http://www.getdotnetcode.com/nexDotNet/020021AspWebSiteAsTopLevelRootSite/AspWebSiteAsTopLevelRootSite.htm</link><pubDate>Sun, 31 Dec 2006 00:00:00 GMT</pubDate></item><item><title>DAL For MS Access Databases - Part 5</title><description>This part of the article explains:
How to create a custom BindingSource class that can be used to bind a DataTable in the DAL to a Windows Forms controls such as a DataGridView.
How to bind a custom BindingSource class to a DataGridView.
How to extend a TableAdapter by adding additional queries to it.
How to modify and/or extend a TableAdapter via its partial class.
</description><link>http://www.getdotnetcode.com/nexDotNet/020020DalForMSAccessPart5/DalForMSAccessPart5.htm</link><pubDate>Fri, 29 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Generate Thumbnail Images with .NET Image Class and Visual Basic 2005</title><description>The .NET Image class' GetThumbnailImage method returns a thumbnail for an image. This Visual Studio 2005 Windows Forms Visual Basic solution demonstrates how to generate scaled thumbnail images from image files.</description><link>http://www.getdotnetcode.com/nexDotNet/020019GetThumbnailImageVB2005/GetThumbnailImageVB2005.htm</link><pubDate>Thu, 28 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Create 'Find' Form With Visual Basic 2005 and .NET Win Forms BindingSource Class</title><description>The Windows Forms BindingSource class, new in .NET 2.0, includes a Find method which returns the index of an item in the binding source's backing list with the specified property name and value. This source code explains how to implement a Windows Form that provides the end user with two ways to find an employeed in a database; by last name and by employee ID.</description><link>http://www.getdotnetcode.com/nexDotNet/020018FindFormBindingSourceFindMethod/FindFormBindingSourceFindMethod.htm</link><pubDate>Tue, 19 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Parse Tab Delimited Log Files With Visual Basic 2005 'My' Namespace</title><description>Article and source code that shows how Visual Basic 2005 programmers can parse tab delimited files with the TextFieldParser class, a part of the Visual Basic 2005 namespace in Microsoft .NET 2.0.</description><link>http://www.getdotnetcode.com/nexDotNet/020017ParseTabDelFileVBTextFieldParser/ParseTabDelFileVBTextFieldParser.htm</link><pubDate>Thu, 14 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Microsoft AJAX Series Part 6 - PageRequestManager</title><description>This article introduces the Microsoft Ajax PageRequestManager object and demonstrates how to handle its pageLoaded event to it trigger an animation when a page is updated after an asynchronous post back.</description><link>http://www.getdotnetcode.com/nexDotNet/020016AjaxBeta2SeriesPart6/AjaxBeta2SeriesPart6.htm</link><pubDate>Wed, 13 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Draw Text with GDI+ and Visual Basic 2003 (Visual Basic.NET)</title><description>A Visual Studio 2003 Windows Forms solution demonstrates how to brush, shadow, offset, emboss, engrave, block text, transform, shear, reflect, and draw text with GDI+  in Microsoft.NET.</description><link>http://www.getdotnetcode.com/nexDotNet/020015UseGDIPlusToManipulateText/UseGDIPlusToManipulateText.htm</link><pubDate>Tue, 12 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Count Occurences of Words and Terms in a String</title><description>Two custom class 'WordAndTermCounter' and 'TermCount' demonstrate how to use the .NET RegEx, Generices List(Of T), and  HashTable classes to count occurrences of words and terms in a string.  There are many reasons to count the occurences of words and terms in a string for example, to determine which words and terms search engines will recognize on a web page.</description><link>http://www.getdotnetcode.com/nexDotNet/020014CountOccurWordNTerm/CountOccurWordNTerm.htm</link><pubDate>Mon, 11 Dec 2006 00:00:00 GMT</pubDate></item><item><title>DAL For MS Access Databases - Part 4</title><description>Part four of the article explains how to centralize CRUD operations (create, retrieve, update, and delete database data) in the DAL component. In addition, part four of the article explains how to use Microsoft.NET 2.0 partial types to modify and extend the behavior of the AjaxDataSet.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Data/DAL/MSAccess/DalForMSAccessPart4/DalForMSAccessPart4.htm</link><pubDate>Thu, 07 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Microsoft ASP.NET AJAX the Series Part 5 - Call Web Service With JavaScript</title><description>This article and source code introduces the Microsoft Ajax asynchronous communication layer and demonstrates how to use it to call a web service, from a client, using JavaScript.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/AspNet/AJAXSeriesPart5CallWebServiceWithJavaScript/AJAXSeriesPart5CallWebServiceWithJavaScript.htm</link><pubDate>Tue, 05 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Learn Visual Basic and .NET with the FREE VB Express Dev. Environment</title><description>Whether you are a Visual Basic 6.0 veteran looking to upgrade, an experienced programmer interested in learning Visual Basic for the first time, or even someone brand new to computer programming, Microsoft Visual Basic 2005 Express Edition has been designed for you. More than just a stripped-down version of Visual Basic, Microsoft Visual Basic 2005 Express Edition was built expressly to make programming easier—and more fun—than ever before.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/VisualBasic/VBExpress2005Reference.htm</link><pubDate>Sat, 02 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Formatting Types and Parsing String with Visual Basic in Microsoft.NET</title><description>The .NET Framework provides a formatting mechanism as a means for you to represent any of the numeric, enumeration, and date and time base data types as a string, and a parsing mechanism to convert a string that represents a .NET Framework base type into an actual .NET Framework base type.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/DotNet/FormatAndParse/IntroFormatAndParseVBDotNet.htm</link><pubDate>Thu, 30 Nov 2006 00:00:00 GMT</pubDate></item><item><title>DAL For MS Access Databases - Part 3</title><description>Part three of the article demonstrates how to use the the DAL component - from code in the sample Windows Forms application - to create, update, and delete data in the Access Ajax database.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Data/DAL/MSAccess/DalForMSAccessPart3.htm</link><pubDate>Thu, 30 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Performance Improving Operators for Visual Basic in Microsoft.NET</title><description>This article is intended to help developers improve the run-time performance of their Visual Basic applications running in .Net by explaining how to choose the correct operators for certain common operations. One of the primary goals of each new version of Visual Basic is to perform faster than previous versions. But performance still depends on how you design your program. This article describes some important considerations that can help you optimize your application's performance.

</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Performance/OptimizationOperatorsVBinDotNet.htm</link><pubDate>Wed, 29 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Microsoft AJAX Series Part 4 - Nested UpdatePanels With Nested GridViews</title><description>Nesting Microsoft ASP.NET Ajax UpdatePanel controls can give you a finer level of control over partial page rendering. The 'UpdatePanelNestedGridView.aspx' web form in this example demonstrates this by nesting an UpdatePanel that contains a GridView, within another UpdatePanel that contains a GridView.
</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/AspNet/AJAXSeriesPart4NestUpdatePanelsGridViews/AJAXSeriesPart4NestUpdatePanelsGridViews.htm</link><pubDate>Tue, 28 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Beginning Game Development for VB and C# Programmers</title><description>This articles series from Microsoft lives up to its claim that - "This series as aimed at beginning programmers who are interested in developing a game for their own use with the .NET Framework and DirectX. The goal of this series is to have fun creating a game and learn game development and DirectX along the way. Game programming and DirectX have their own terms and definitions that can be difficult to understand, but after awhile, you’ll crack the code and be able to explore a new world of possibilities."</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Games/BeginningGameDevelopment.htm</link><pubDate>Mon, 27 Nov 2006 00:00:00 GMT</pubDate></item><item><title>DAL For MS Access Databases - Part 2</title><description>A basic data access layer component (DAL) for Microsoft Access databases was created in part one. 
In part two the DAL component will be extended and then used for the first time by a Windows Forms application.

</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/free/DalForMSAccessPart2/DalFormMSAccessPart2.htm</link><pubDate>Sun, 26 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Get Started With Drawing Using GDI+ and Microsoft .Net</title><description /><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Graphics/IntroToGdiPlus.htm</link><pubDate>Sun, 26 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Use .NET GDI+ and Visual Basic 2005 to Manipulate Images</title><description>Visual Basic source code that demonstrates how to: 1) browse for and open images in a PictureBox; 2) set the PictureBox SizeMode; 3) zoom in and out; 4) fit an image in the PictureBox according to the image's true aspect ratio; 5) crop images; 6) save a PictureBox image to file, either at normal size or as a thumbnail - and more.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Graphics/UseGDIPlusttoManipulateImagesVB2005/UseGDIPlusttoManipulateImagesVB2005.htm</link><pubDate>Sun, 26 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Use .NET GDI+ and Visual Basic 2003 to Manipulate Images</title><description>Visual Basic source code that demonstrates how to: 1) browse for and open images in a PictureBox; 2) set the PictureBox SizeMode; 3) zoom in and out; 4) fit an image in the PictureBox according to the image's true aspect ratio; 5) crop images; 6) save a PictureBox image to file, either at normal size or as a thumbnail - and more.</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Graphics/UseGDIPlusttoManipulateImagesVB2003/UseGDIPlusttoManipulateImagesVB2003.htm</link><pubDate>Sun, 26 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Game Dev. Resource - ExtremeVbTalk .Net Forum</title><description>An active forum for .NET game developers looking for help with applying Microsoft .NET Framework technologies such as GDI+ and .NET Framework types in game programming.  

This forum also includes a DirectX sub-forum.
</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/Resources/DotNet/Games/ExtremeVbTalkDotNetGameProgramming.htm</link><pubDate>Fri, 24 Nov 2006 00:00:00 GMT</pubDate></item><item><title>DAL For MS Access Databases - Part 1</title><description>Along the way the article will explain when a DAL may be appropriate and some of the roles ADO.NET and Visual Studio data technologies can play in a DAL.
This first installment provides instructions and a downloadable example that can be used to create a basic class library (DLL) that will be extended in future installments to become a data access layer for Microsoft Access databases.
</description><link>http://getdotnetco.web119.discountasp.net/GdncStore/free/DalForMSAccessPart1/DalFormMSAccessPart1.htm</link><pubDate>Mon, 20 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Trk Win Form TextBox Change To Prompt User To Save VB2005</title><description>Managing changes made by a user on a form is a very important aspect of form programming. How can you track changes to Windows Forms TextBoxes so you can prompt your user to save or cancel the changes they make? Using the TextBox TextChanged event is not enough; what if a user types into a TextBox but leaves the text the same? TextChange will can not tell the difference. What you need is the classic programming 'IsDirty' mechanism to track changes to prompt the user to save or cancel changes. With this mechanism, all changes are caught, a Save button is provided to save the changes and a Cancel button is provided to restore original values. This Visual Studio 2005 solution provides well commented source code to show you how to create and use this mechanism.</description><link>ProductDetails.aspx?productID=371</link><pubDate>Tue, 07 Nov 2006 00:00:00 GMT</pubDate></item><item><title>Windows Service - FileWatcher VB 2005</title><description>The purpose of this demo is to show, with as little code as possible, and in as few steps as possible, how to write, install, and start a FileWatcher Windows Service. The FileWatcher Windows Service in this demo can be configured to watch a directory, and optionally its sub directories, for changes being made to the file system.  The types of files watched can be filtered.  The service can log changes to the Windows Event Viewer and optionally to a text file. This project provides code to create a Windows Service executable with installation code built in. This project includes a MOVIE which shows how to install a Windows Service executable and start it up.  </description><link>ProductDetails.aspx?productID=368</link><pubDate>Sat, 26 Aug 2006 00:00:00 GMT</pubDate></item><item><title>Windows Service - FileWatcher VB 2002/2003</title><description>The purpose of this demo is to show, with as little code as possible, and in as few steps as possible, how to write, install, and start a FileWatcher Windows Service. The FileWatcher Windows Service in this demo can be configured to watch a directory, and optionally its sub directories, for changes being made to the file system.  The types of files watched can be filtered.  The service can log changes to the Windows Event Viewer and optionally to a text file. This project provides code to create a Windows Service executable with installation code built in. This project includes a MOVIE which shows how to install a Windows Service executable and start it up.  </description><link>ProductDetails.aspx?productID=288</link><pubDate>Sat, 26 Aug 2006 00:00:00 GMT</pubDate></item><item><title>Windows Service - FileWatcher CSharp 2002/2003</title><description>This is a CSharp package.  The purpose of this demo is to show, with as little code as possible, and in as few steps as possible, how to write, install, and start a FileWatcher Windows Service. The FileWatcher Windows Service in this demo can be configured to watch a directory, and optionally its sub directories, for changes being made to the file system.  The types of files watched can be filtered.  The service can log changes to the Windows Event Viewer and optionally to a text file. This project provides code to create a Windows Service executable with installation code built in. This project includes a MOVIE which shows how to install a Windows Service executable and start it up.  </description><link>ProductDetails.aspx?productID=287</link><pubDate>Sat, 26 Aug 2006 00:00:00 GMT</pubDate></item><item><title>Lightweight System Tray Application</title><description>This demonstration code implements an application that runs in the System Tray.  Learn how to create a system tray application with an icon, a menu, and a pop up form using a component as an application. This application could be modified to create a utility program e.g. a reminder, a notebook, or any number of applications you would like to keep handy there in the System Tray.</description><link>ProductDetails.aspx?productID=86</link><pubDate>Thu, 13 Jul 2006 00:00:00 GMT</pubDate></item><item><title>Sort Windows Forms ListView by a Column</title><description>The Windows Forms ListView control provides only the capability to sort by its first column and only by the text in that column. This Visual Studio solution demonstrates how to sort a ListView by any one of its columns and can sort the column chosen if it is contains text, numeric, or date values.</description><link>ProductDetails.aspx?productID=367</link><pubDate>Wed, 12 Jul 2006 00:00:00 GMT</pubDate></item><item><title>Smooth Progress Bar for Windows Forms VB 2005</title><description>This package includes a project for 1) SmoothProgress UserControl and 2) a project that demonstrates the SmoothProgress control in use. SmoothProgress represents progress as a solid block of color like the Microsoft Windows Common Controls ActiveX control.</description><link>ProductDetails.aspx?productID=366</link><pubDate>Tue, 20 Jun 2006 06:50:00 GMT</pubDate></item><item><title>Environment Class - VB 2005</title><description>The Environment class "provides information about, and means to manipulate, the current environment and platform." This project introduces the Evironment class and demonstrates many of its properties and methods including new line, path to special folders, NetBios computer name, user domain name, OS version, CLR version, and more.</description><link>ProductDetails.aspx?productID=365</link><pubDate>Thu, 15 Jun 2006 11:29:00 GMT</pubDate></item><item><title>ToolStripMenuItem Help for Windows Forms - VB 2005</title><description>This demonstration project shows how to show help for a ToolStripMentuItem in a Windows Form StatusStrip control when a user moves the ToolStripMenuItem.</description><link>ProductDetails.aspx?productID=364</link><pubDate>Wed, 14 Jun 2006 04:23:00 GMT</pubDate></item><item><title>Double Click DataGrid to Lookup SQL Record - VB</title><description>This Net.DemoProject includes code and a demonstration that shows how to capture a double-click on a DataGrid row header to open a detail editing form for a record from a MS SQL Server table.  The end-user opens a lookup form with a DataGrid loaded with supplier records.  Using a search box, the user types one or more letters of a supplier name.  In a DataGrid the matching supplier records are shown.  The user double clicks one of the matching records to open a detail form to edit the supplier record.</description><link>ProductDetails.aspx?productID=337</link><pubDate>Wed, 07 Jun 2006 17:51:00 GMT</pubDate></item><item><title>Menu Item Help for Windows Forms - VB</title><description>This demonstration project shows how to show help in a Windows Forms form status bar when a user moves over a menu item.</description><link>ProductDetails.aspx?productID=363</link><pubDate>Wed, 07 Jun 2006 17:41:00 GMT</pubDate></item><item><title>DataSet as a Database - Win Forms CS</title><description>The project provides code and a demonstration that show how to use a DataSet as a Database. The code defines a simple DataSet that is used to work with data in memory and as a container of data that is written to file. Examples include how to load the DataSet from a file, how to add, modify, and delete records in the DataSet; and how to save the DataSet to file. Use a DataSet as a simple 'database' for small Windows Forms applications.</description><link>ProductDetails.aspx?productID=362</link><pubDate>Sat, 03 Jun 2006 16:11:00 GMT</pubDate></item><item><title>PictureBox - Transparent Label Over PictureBox</title><description>This Visual Basic source code shows how to place a transparent label over a PictureBox. Just placing a TextBox over a PictureBox and setting its BackColor to transparent will not work. A TextBox will not accept the Color.Transparent for its BackColor property and will obscure part of the PictureBox. Included are two examples; one that places a Label centered at the top of a PictureBox, the other that places a Label centered at the bottom of a PictureBox.</description><link>ProductDetails.aspx?productID=1</link><pubDate>Sun, 11 Dec 2005 00:00:00 GMT</pubDate></item></channel></rss>