<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
	<channel>
		<title>TrooBloo - Visual Basic</title>
		<description>Articles and tutorials regarding Visual Basic</description>
		<link>http://www.troobloo.com/tech/visualbasic.shtml</link>
		<language>en-us</language>

		<item>
			<title>VB Editions - Visual Basic</title>
			<link>http://www.developerfusion.com/show/41/</link>
			<description>by James Crowley on Visual Basic Read Comments Rate this resource Viewed 6965 times Rating: 53 users 4.46 out of 5 Next &gt; Visual Basic is the main VB program. It lets you create your own applications for running on your own, or another PC. The programs you create can be used to manipulate databases, files, the internet or almost anything else you want it to do! There are 3 editions of VB, which are explained later (see VB Editions), which you can purchase starting at around &amp;pound;90....</description>
		</item>

		<item>
			<title>Creating an HTML File List with VB</title>
			<link>http://www.devarticles.com/c/a/Visual-Basic/Creating-an-HTML-File-List-with-VB/</link>
			<description>( Page 1 of 5 ) You just got that shiny new digital camera, and then you downloaded a bunch of digital pictures to your computer. Next you want to create a simple Hypertext Markup Language (HTML) file so that you can burn the picture and HTML files to a CD that you can send to all your friends and family. How do you do this without having to manually code the HTML file? The following instructions will show you how. What you will need: Visual Basic 5.0 or higher (screenshots were created...</description>
		</item>

		<item>
			<title>Visual Basic Programming For Windows CE</title>
			<link>http://www.wirelessdevnet.com/channels/pda/training/vbce.html</link>
			<description>by Marc Robards Introduction The Microsoft Windows CE Toolkit for Visual Basic 6.0 (the Toolkit for VB 5.0 is severely limited compared to the 6.0 release, upgrade now!) is everything and more you need to develop applications completely in Visual Basic for almost any device running Windows CE, including H/PC (running Windows CE 2.0 or later), H/PC Pro (running Windows CE 2.11 or later), P/PC (running Windows CE 2.11 or later), and even embedded CE devices. Confidently living up to it's...</description>
		</item>

		<item>
			<title>Access the Power of VB.NET From C#</title>
			<link>http://www.fawcette.com/vsm/2004_08/magazine/columns/gettingstarted/</link>
			<description>Posted June 4, 2004 Technology Toolbox: VB.NET, C# T he dust has settled, and an uneasy peace lies across the land. Visual Basic .NET developers continue to struggle to remain loyal to VB. They know intellectually that VB is truly a first-class language in .NET but somehow they still don't quite believe it. Meanwhile, C++ developers have largely stayed aloof from the language wars, too busy trying to decode a multitude of language extensions such as: typedef __gc __managed __confused...</description>
		</item>

		<item>
			<title>Create a GUI for an FTP Client with VB.NET</title>
			<link>http://www.developer.com/net/vb/article.php/3428901</link>
			<description>By Paul Kimmel Go to page: 1 2 3 Next This Visual Basic Today column builds on the previous column, &quot; Write an FTP Client with VB.NET to Bridge Legacy Software ,&quot; which introduced an FTP client with some basic FTP capabilities. It extends that FTP client and begins the implementation of a Windows FTP GUI. I could probably write an entire book on building a Windows FTP application if I elected to cover design, implementation, patterns, GUI design techniques, and testing and deployment...</description>
		</item>

		<item>
			<title>Leverage the .NET Framework with Visual Basic.NET - Introduction</title>
			<link>http://www.developerfusion.com/show/2161/</link>
			<description>by G.Gnana Arun Ganesh on VB.NET Read Comments Rate this resource Viewed 28649 times Rating: 163 users 4.24 out of 5 Next &gt; Using the .NET Framework, Microsoft Visual Basic developers can build robust applications that were very difficult to write in previous versions of Visual Basic. This article will discuss the the powerful features of the Visual Basic.NET and it`s Data types. Need for Framework Framework refers to the foundation on which you build and run applications. Having such a...</description>
		</item>

		<item>
			<title>New Object-Oriented Capabilities in VB.NET</title>
			<link>http://www.developerfusion.com/show/1047/</link>
			<description>Author Wrox Press Introduction This is a sample chapter from Programming in VB.NET with the Public Beta When Visual Basic 4.0 was released, it introduced a whole new era of programming for VB. Object-oriented (OO) programming was finally a possibility. Unfortunately, few OO features were included in the VB language at that point. Most notably lacking were inheritance capabilities, one of the key defining criteria for any OO language. VB was also missing a large number of secondary...</description>
		</item>

		<item>
			<title>Creating a Server Component with VB - Redesigned - Part 1</title>
			<link>http://www.15seconds.com/issue/010730.htm</link>
			<description>By Doug Dean Rating: 4.5 out of 5 Rate this article email this article to a colleague Overview This article is for ASP developers and Visual Basic (VB) programmers who want to combine both technologies to write compiled VB components for ASP pages. When I reread my initial article, &quot;Creating a Server Component with Visual Basic&quot; (see http://www.15seconds.com/Issue/980930.htm ), it struck me that a lot of code has flowed under the bridge since then. I also realized that the way I code a...</description>
		</item>

		<item>
			<title>Use Interop Code and Overlap Fields with the Union Construct in VB.NET</title>
			<link>http://www.developer.com/net/vb/article.php/3602621</link>
			<description>By Paul Kimmel There are few idioms and constructs that Visual Basic .NET cannot touch. Although not especially good at pointers and addresses, VB.NET and C# enable a developer to emulate, contrive, or precisely reproduce almost everything else that even the most complex languages, like C++, offer. One such construct is the union. A union is like a structure, but it permits all its fields to share the same starting address. Consider a union with character and integer fields. The union...</description>
		</item>

		<item>
			<title>Introduction to OOP in VB.NET</title>
			<link>http://www.oreillynet.com/pub/a/dotnet/2002/09/22/vb-oop.html</link>
			<description>by Budi Kurniawan 09/23/2002 Visual Basic .NET offers its users, among many other things, a fully object-oriented programming (OOP) experience. Some former VB6 developers have prepared themselves well to embrace this new version of the language. Others, however, need more time and guidance in taking on this new challenge and opportunity. In this VB.NET OOP series, Budi Kurniawan introduces many facets of object-oriented design and programming to VB programmers new to OOP. Discussions...</description>
		</item>

		<item>
			<title>Discovering Visual Basic .NET: Repeating Code</title>
			<link>http://www.developer.com/net/asp/article.php/3462751</link>
			<description>By Bill Hatfield Go to page: 1 2 Next In the previous article in this series, Discovering Visual Basic .NET: Making Decisions , you found out how to make your programs smarter by letting them make their own decisions. In the this article, I'll introduce the topic of looping and show you how to get your program to execute several lines of code again and again. VB.NET has two types of loops. The For...Next loop counts off a certain number of times and then quits. The Do...Loop uses a...</description>
		</item>

		<item>
			<title>VB.NET Single Sign-On with DIGEST, BASIC and LDAP</title>
			<link>http://www.eggheadcafe.com/articles/20040317.asp</link>
			<description>VB.NET: Single Sign-On with DIGEST, BASIC and LDAP By Peter A. Bromberg, Ph.D. Printer - Friendly Version In my article about ASP.NET Digest authentication here , I published a piece with an HttpModule for Digest Authentication in VB.NET, which was based primarily on an original piece in C# done by Greg Reinacker on his blog page. Since then, I've received a number of thanks for wiring up the database code and providing a schema and a sample test web application. One of the most common...</description>
		</item>

		<item>
			<title>Visual Basic Business Objects - A Primer</title>
			<link>http://www.asp101.com/articles/visible/vbbizobjprimer/default.asp</link>
			<description>Visible Systems Corporation Visual Basic Business Objects - A Primer Introduction When software visionaries promote the benefits of distributed architectures the term &quot;business object&quot; is frequently used. Somewhere in their discourse any number of the following terms are used in every possible permutation: 3-tier, N-tier, software component, and ActiveX. The message, while inspiring, frequently provides a view equivalent to surveying the landscape at an elevation of 30,000 feet. Sorting...</description>
		</item>

		<item>
			<title>Switching From VB to PHP</title>
			<link>http://www.phpbuilder.com/columns/peter20000629.php3</link>
			<description>Peter When you switched from pedaling a bicycle to driving a car, what was the hardest thing to learn? Changing programming languages is exactly the same. This article focuses on the switch from Visual Basic to PHP. First we look at the bicycle to car changeover then specific help for VB programmers starting out with PHP. On my first time in a car, I fount it hard to remember to use the indicator. There was no equivalent on my bicycle. Braking was even harder. My bicycle had brake...</description>
		</item>

		<item>
			<title>Debugging in Visual Basic .NET</title>
			<link>http://www.msdnaa.com/Resources/display.aspx?ResID=2434</link>
			<description>by Microsoft Corporation July 2003 Applies to: Microsoft&#xC2;&#xAE; Visual Studio&#xC2;&#xAE; .NET Microsoft Visual Basic&#xC2;&#xAE; .NET Summary: Learn creative ways to debug applications such as using debug windows, making changes while debugging and using the command and output windows. Debugging in VS.NET changes the way developers work with and debug applications. Part of this change results from the migration from the VB 6 environment to VS.NET environment. Contents Introduction Creating the Life Insurance...</description>
		</item>

		<item>
			<title>Tutorials: Discover Visual Basic</title>
			<link>http://www.developer.com/net/vb/article.php/3464411</link>
			<description>By Bill Hatfield New to Visual Basic .NET? In this five part series, best-selling Dummies author Bill Hatfield teaches you the basics of Visual Basic .NET. This is your chance to discover this programming language first hand. No experience is required! You can check out each of the following articles in order. When you've completed these, then you'll want to check out the Visual Basic section of Developer .com for additional articles. You can also join the VB discussions ! Discovering...</description>
		</item>

		<item>
			<title>Polymorphism in VB - Introduction</title>
			<link>http://www.developerfusion.com/show/43/</link>
			<description>by James Crowley on Visual Basic Read Comments Rate this resource Viewed 23442 times Rating: 165 users 4.42 out of 5 Next &gt; Many of you will have heard of Polymorphism, but I also expect very few of you actually know what it is! In this tutorial, I try to explain exactly what polymorphism is, how to use it in Visual Basic, and why we should bother using it.... Next &gt; Rate this resource for us: Poor Excellent related resources ActiveX controls Polymorphism Example recent comment previews...</description>
		</item>

		<item>
			<title>Delegates in VB.NET</title>
			<link>http://www.developerfusion.com/show/5251/</link>
			<description>Author John Spano What are Delegates? In your Visual Basic.NET journey, you have definitely encountered a well used but little understood phenomenon called a delegate. You use them everyday, but might not know it. In this article, we will take a look at what a delegate is and how it will help you to develop better software. A delegate can be defined as a type safe function pointer. It encapsulates the memory address of a function in your code. Whenever you create or use an event in...</description>
		</item>

		<item>
			<title>Using OpenGL with VB.NET</title>
			<link>http://www.oreillynet.com/pub/a/dotnet/2003/04/28/opengl.html</link>
			<description>by Jacek Artymiak 04/28/2003 Although VB.NET is not the first programming language that comes to mind when you are thinking of writing applications that use the OpenGL API , it is possible (and not that difficult), if you are willing to dip your toes in the warm waters of open source software. OpenGL was originally developed by SGI , and is now available in commercial and free incarnations. In case you have never heard of it, OpenGL is an industry standard multi-platform API for 3D...</description>
		</item>

		<item>
			<title>Gather multi-selected VB ListBox items</title>
			<link>http://www.developerfusion.com/show/148/</link>
			<description>by ElementK Journals on Visual Basic Read Comments Rate this resource Viewed 8868 times Rating: 18 users 4.39 out of 5 Next &gt; Conventional Visual Basic wisdom states that in order to gather the selected items from a multi-select ListBox, you should loop through all the items and test the Selected property. As with all loops, however, this can potentially bog down slower CPU's. As a much faster and more elegant alternative, you can use the SendMessage() API function instead. As you...</description>
		</item>

		<item>
			<title>Planning Form Layout in VB.NET - Introduction</title>
			<link>http://www.developerfusion.com/show/2088/</link>
			<description>by Benny K. Mathew on VB.NET Read Comments Rate this resource Viewed 30042 times Rating: 274 users 4.26 out of 5 Next &gt; This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a dash of code. Most of you would have heard of, and even used the new anchoring and docking properties available to the windows form controls in VB.NET. They enable controls to resize or reposition themselves as the form resizes, without writing code....</description>
		</item>

		<item>
			<title>Read Registry values in VB without API</title>
			<link>http://www.developerfusion.com/show/202/</link>
			<description>by ElementK Journals on Visual Basic Read Comments Rate this resource Viewed 11973 times Rating: 47 users 4.09 out of 5 Next &gt; Often you'll want to manipulate the Windows registry in Visual Basic without resorting to lengthy API calls. Fortunately you can with the Registry Access Functions (RegObj.dll) library. This DLL lets you create a Registry object with which you can manipulate specific keys. For example, in a previous tip we showed you how to use the WebBrowser control to display...</description>
		</item>

		<item>
			<title>Determining the size of a VB dynamic array</title>
			<link>http://www.developerfusion.com/show/1136/</link>
			<description>by ElementK Journals on Visual Basic Read Comments Rate this resource Viewed 24259 times Rating: 98 users 4.43 out of 5 Next &gt; Dynamic arrays are great tools for creating a collection of values on the fly. However, you may have run into trouble when trying to determine if the array contains any items. The UBound() function provides one way to tell if it does. However, if the array doesn't officially exist yet--that is, you haven't redimensioned it with even a single item--then this...</description>
		</item>

		<item>
			<title>Magnifying The Desktop With Visual Basic - Introduction</title>
			<link>http://www.developerfusion.com/show/2191/</link>
			<description>by Mitchell Harper on Visual Basic Read Comments Rate this resource Viewed 15528 times Rating: 163 users 4.43 out of 5 Next &gt; This article was contributed by Jason Brimblecombe from devArticles.com . If you're after free programming eBooks then please click here . A very handy application that's included with the Windows operating system is the magnifier, which you can find in the accessibility folder. Basically, the windows magnifier is designed for computer users who suffer from any...</description>
		</item>

		<item>
			<title>Karl Moore's Visual Basic .NET: The Tutorials</title>
			<link>http://www.eggheadcafe.com/articles/20020508.asp</link>
			<description>for any beginning programmer who wants to get familiar with the .NET Framwork and Visual Basic .NET in particular, and to have fun doing so. Peter Bromberg is a Senior Programmer /Analyst at Fiserv, Inc. in Orlando and a co-developer of the EggheadCafe.com developer website. He can be reached at pbromberg@yahoo.com Copyright &#xA9; 2002 EggHeadCafe.com. Privacy Policy Contact Us Print This Page</description>
		</item>

		<item>
			<title>Understanding Access Modifiers in VB 2005</title>
			<link>http://www.developer.com/net/vb/article.php/3582961</link>
			<description>By Paul Kimmel Access modifiers in Visual Basic .NET are represented by the four words-public, protected, friend, and private-that support a cornerstone of object-oriented programming (OOP): encapsulation. Encapsulation supports information hiding, and the general purpose of an access modifier is to determine who has access to what (or from whom certain information in your code is hidden). The reason you want to limit access is because all access, all the time is a very bad thing. Just...</description>
		</item>

		<item>
			<title>Custom Exceptions in VB 2005</title>
			<link>http://www.developer.com/net/vb/article.php/3590931</link>
			<description>By Josh Fitzgerald Go to page: 1 2 Next Structured exception handling was introduced to Visual Basic programmers with the first .NET version of the language. Structured exception handling is important for two reasons: It simply makes code more readable by using a syntax that is more congruent with the rest of the language compared to the old On Error Goto... statement. It is much more powerful than the On Error Goto... statement and provides a greater level of flexibility and control....</description>
		</item>

		<item>
			<title>Discovering Visual Basic .NET: Working with Variables</title>
			<link>http://www.developer.com/net/asp/article.php/3450401</link>
			<description>By Bill Hatfield Go to page: 1 2 Next In the first article in this series, you set up everything you need to begin programming with the Visual Basic .NET language. You even created, compiled, and ran you first program. In this article, you are going to begin exploring the Visual Basic .NET language with variables and data types. The first program you created looked like this: Imports System Module HelloWorld Public Sub Main() Console.WriteLine(&quot;Hello, World!&quot;) End Sub End Module In the...</description>
		</item>

		<item>
			<title>Make the Transition from Traditional Visual Basic Error Handling to the Object-Oriented Model in .NET</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/02/11/NETExceptions/default.aspx</link>
			<description>Jesse Liberty This article assumes you're familiar with Visual Basic .NET Level of Difficulty 1 2 3 SUMMARY If you're used to Visual Basic 6.0 and you're making the transition to Microsoft .NET, you will find that error handling is quite different from what you've used for years. Visual Basic .NET uses a more object-oriented solution to signaling and responding to unexpected problems while your program is running. This approach, called structured exception handling, has a number of...</description>
		</item>

		<item>
			<title>Visual Basic Client Versus ASP Client</title>
			<link>http://www.15seconds.com/issue/010420.htm</link>
			<description>By 15 Seconds Discussion List Rating: 4.1 out of 5 Rate this article email this article to a colleague Arthur Asks: I'm trying to decide if the client for an app I'm designing would best be built as a standalone VB executable or a web-based ASP app. The application will basically consist of a SQL Server DB housed off site and accessible via TCP/IP. The client will be used to view data, modify data etc.--nothing too fancy. There will only be a half-dozen users or so. Having never built a...</description>
		</item>

		<item>
			<title>Taking the Visual out of Visual Basic</title>
			<link>http://www.developer.com/net/vb/article.php/3082491</link>
			<description>By Karl Moore Very few developers ever attempted to create DOS-style console applications by using previous versions of Visual Basic because it was just too darn difficult. Ever craving for a challenge, I went the whole hog&amp;mdash;and even wrote an entire magazine feature showing exactly how it could be done. But, admittedly, it was bloomin' difficult. Thankfully, with the release of Visual Studio .NET, Microsoft has realized console applications are back in fashion&amp;mdash;and added...</description>
		</item>

		<item>
			<title>Security Concerns for Visual Basic .NET and Visual C# .NET Programmers</title>
			<link>http://www.msdnaa.com/Resources/display.aspx?ResID=2217</link>
			<description>Robin Reynolds-Haertle Visual Studio Team Microsoft Corporation January 2002 Summary: This article focuses on key security issues that Visual Basic .NET and Visual C# .NET developers need to address as they begin working with the .NET Framework. This overview discusses both Windows and Web applications, and the implementation, debugging, and deployment phases of development. The article applies to the final release versions of Visual Studio .NET and the .NET Framework. If you are using...</description>
		</item>

		<item>
			<title>Build Your Own ASP.NET Website Using C# &amp; VB.NET</title>
			<link>http://www.asp101.com/articles/sample_chapters/sitepoint_byoaspnet/default.asp</link>
			<description>from SitePoint Build Your Own ASP.NET Website Using C# &amp; VB.NET by Zak Ruvalcaba Softcover - 763 pages Published by SitePoint Pty Ltd Date Published: March 2004 ISBN: 0957921861 Buy a Copy Matt from SitePoint contacted me recently about doing a review of their new book, &quot;Build Your Own ASP.NET Website Using C# &amp; VB.NET&quot;. Since I haven't yet had the chance to check out any of their books, I agreed to take a look at it. While I'm waiting to receive (and find the time to read) my reviewers...</description>
		</item>

		<item>
			<title>My Feature in Visual Basic 2005</title>
			<link>http://www.15seconds.com/issue/050223.htm</link>
			<description>By Thiru Thangarathinam Rating: 4.2 out of 5 Rate this article email this article to a colleague suggest an article download source code One of the new features introduced with Visual Basic 2005 is the My namespace. My namespace is aimed at making the common development tasks very easy to perform. Also with the My namespace, the code you write will be much easier to understand and maintain when a new developer looks at it for the first time. For example, prior to .NET, if you want to...</description>
		</item>

		<item>
			<title>.NET Remoting and Event Handling in VB .NET, Part 2</title>
			<link>http://www.developer.com/net/vb/article.php/3487111</link>
			<description>By Paul Kimmel Go to page: 1 2 Next Part 1 of the three-part .NET Remoting and Event Handling in VB .NET series introduced a Singleton remote server with published events as a text-chat server. The basic idea is that all clients connect to and register with the single server. When a client sends a message, the server broadcasts the message to all of the connected clients. Part 2 continues the tutorial with an implementation of the client. It completes the remotable, shared client code,...</description>
		</item>

		<item>
			<title>Discover a Series of Fortunate Event Handlers in Visual Basic</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/05/06/EventHandling/default.aspx</link>
			<description>Ken Getz This article discusses: How events work in Visual Basic 6.0, Visual Basic .NET, and Visual Basic 2005 How Visual Basic .NET events are compiled Exceptions and manual invocation of event handlers Writing custom events This article uses the following technologies: Visual Basic, .NET Framework Code download available at: EventHandling.exe (158KB) vents are an integral part of your coding arsenal, whether you're using Visual Basic &#xC2;&#xAE; 6.0, Visual Basic .NET 2002, Visual Basic .NET...</description>
		</item>

		<item>
			<title>.NET Remoting and Event Handling in VB .NET, Part 3</title>
			<link>http://www.developer.com/net/vb/article.php/3487776</link>
			<description>By Paul Kimmel Go to page: 1 2 3 Next This final installment of the .NET Remoting and Event Handling in VB .NET series takes a closer look at some of the supporting code in the simple chat client and server application that Parts 1 and 2 demonstrated, including the use of the command, observer, singleton, and factory patterns. The previous installments also externalized the text for the client help by using an XML resource file and the resource manager, a feature that supports...</description>
		</item>

		<item>
			<title>Overloading Operators in VB.NET 2.0</title>
			<link>http://www.developer.com/net/vb/article.php/3512311</link>
			<description>By Paul Kimmel Go to page: 1 2 Next Although you do not need to write overloaded operators every day, this feature certainly puts the latest version of VB.NET (whether you call it 2.0 or 8.0 there is some confusion in this area) on par with even the most powerful object-oriented languages. This article demonstrates a step-by-step process for writing custom operators, including a brief explanation for neophytes. Of course, if you didn't like VB.NET because of its differences from VB6,...</description>
		</item>

		<item>
			<title>uuEncode and uuDecode in VB.NET and C#</title>
			<link>http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=351</link>
			<description># Printer Friendly Version One of our posters was looking for a C# implementation of uuEncode and uuDecode. I found some old code and ported it to both VB.NET and C#, along with a Winforms test harness. here is the C# code: using System; namespace CSUUCodec { public class CSUUCodec { public CSUUCodec() { } public string uuDecode(string sBuffer) { string str1=String.Empty; int j = sBuffer.Length ; for (int i = 1; i &lt;= j; i += 4) { str1 = String.Concat(str1,...</description>
		</item>

		<item>
			<title>Data Binding in Visual Basic .NET</title>
			<link>http://www.msdnaa.com/Resources/display.aspx?ResID=2372</link>
			<description>Ken Spencer This article was previously published on MSDN Magazine . Download the code for this article: AdvancedBasics0308.exe (223KB) Q How can I get the most out of data binding in the applications I write in Visual Basic&#xC2;&#xAE; .NET? A As I mentioned in last month's installment of Advanced Basics, data binding is alive and well in the Microsoft&#xC2;&#xAE; .NET Framework and it's a great technology that makes dealing with data more useful in many types of applications. Let's pick up where I left...</description>
		</item>

		<item>
			<title>A Primer on Creating Type-Safe References to Methods in Visual Basic .NET</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/03/02/Delegates/default.aspx</link>
			<description>Jesse Liberty This article assumes you're familiar with Visual Basic .NET Level of Difficulty 1 2 3 Download the code for this article: Delegates.exe (36KB) SUMMARY Delegates, new in Visual Basic .NET, are type-safe, object-oriented references to methods. By using delegates, you make your methods accessible to others and therefore more extensible. This article provides an introduction to delegates, their benefits, and how they are used. Here the author shows you how to declare, create,...</description>
		</item>

		<item>
			<title>An Orcas Preview: Go Inside the Next Version of VB</title>
			<link>http://www.developer.com/net/vb/article.php/3618141</link>
			<description>By Josh Fitzgerald Go to page: 1 2 Next Microsoft is promising some exciting new features for Visual Basic 9 (codename: Orcas). The enhancements will include better-integrated support for handling data, increased support for dynamic typing, and language features that will reduce code redundancy and improve programmer productivity. In fact, the release offers too many great new features for any one article to cover, so this preview focuses on a few of my favorites: Object initializers...</description>
		</item>

		<item>
			<title>Get a Lean, Mean Dev Machine with the Express Editions of Visual Basic and SQL Server 2005</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/04/09/ExpressEditions/default.aspx</link>
			<description>Brian A. Randell This article is based upon prerelease versions of Visual Basic 2005 Express Edition and SQL Server 2005 Express Edition. All information contained herein is subject to change. This article discusses: What's inside these new versions Building a Windows Forms application Powerful tools and Starter Kits Creating and accessing data Calling a Web service asynchronously This article uses the following technologies: Visual Basic and SQL only vaguely remember the first time I...</description>
		</item>

		<item>
			<title>A Primer on Building a Color Picker User Control with GDI+ in Visual Basic .NET or C#</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/03/07/GDIColorPicker/default.aspx</link>
			<description>Ken Getz This article assumes you're familiar with C# and Visual Basic .NET Level of Difficulty 1 2 3 Download the code for this article: GDIColorPicker.exe (395KB) SUMMARY Although most developers and APIs use the RGB scheme when working with colors, it's not the only available way to represent or select colors. For instance, the standard Windows color-selection dialog box allows you to work with the HSL color scheme in an indirect way. In this article, the author describes several...</description>
		</item>

		<item>
			<title>Crawl Web Sites and Catalog Info to Any Data Store with ADO.NET and Visual Basic .NET</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/02/10/SpiderinNET/default.aspx</link>
			<description>Mark Gerlach This article assumes you're familiar with Visual Basic, .NET, and ADO Level of Difficulty 1 2 3 Download the code for this article: SpiderInNet.exe (549KB) SUMMARY Visual Basic .NET comes loaded with features not available in previous versions, including a new threading model, custom class creation, and data streaming. Learn how to take advantage of these features with an application that is designed to extract information from Web pages for indexing purposes. This article...</description>
		</item>

		<item>
			<title>Discovering Visual Basic .NET: Using Functions and Arguments</title>
			<link>http://www.developer.com/net/vb/article.php/3453181</link>
			<description>By Bill Hatfield Go to page: 1 2 3 4 5 Next In the previous article in this series , you discovered how to use variables to store information, do math and other operations, and how to display the results. In this article, you'll explore the use of functions and arguments. Commands in VB.NET come in two flavors: statements and functions. A statement is a command that stands on its own and simply does something. Dim, which declares variables, is a statement: Dim Artist, CD As String A...</description>
		</item>

		<item>
			<title>A Primer on Creating Type-Safe References to Methods in Visual Basic .NET</title>
			<link>http://www.msdnaa.com/Resources/display.aspx?ResID=2225</link>
			<description>Jesse Liberty This article was previously published on MSDN Magazine . This article assumes you're familiar with Visual Basic .NET Download the code for this article: Delegates.exe (36KB) SUMMARY Delegates, new in Visual Basic .NET, are type-safe, object-oriented references to methods. By using delegates, you make your methods accessible to others and therefore more extensible. This article provides an introduction to delegates, their benefits, and how they are used. Here the author...</description>
		</item>

		<item>
			<title>Centralizing Database Access With Visual Basic ActiveX DLL's</title>
			<link>http://www.asp101.com/articles/carvin/dataaccess/default.asp</link>
			<description>by Carvin Wilson Overview By centralizing database code within ActiveX DLL's, you can simplify your development efforts, and decrease the learning curve for new developers. In this article, we will create a Visual Basic ActiveX DLL that controls database functionality for our Active Server Page (ASP) demo. Why should I use COM? Reason #1 By utilizing ActiveX DLL's, you can finally create that three-tiered application everyone talks about. By separating database functionality from ASP...</description>
		</item>

		<item>
			<title>Incorporating the Data Link Properties Editor into a VB.NET App.</title>
			<link>http://www.developer.com/db/article.php/2241031</link>
			<description>By Paul Kimmel If you want to learn a bit about COM Interop or how to incorporate the Data Link Properties applet seamlessly into your Visual Basic .NET application then this is a good article for you. Introduction Working on CodeDOMinator, a Rapid Application Development tool, we needed to provide the user with an easy way to dynamically connect to a data source. From experience I knew that there are native ODBC calls that will return aliases and datasources and the ODBC.ini files...</description>
		</item>

		<item>
			<title>VB.NET TCP Client - Server Socket Communications</title>
			<link>http://www.eggheadcafe.com/articles/20020323.asp</link>
			<description>By Peter A. Bromberg, Ph.D. Printer Friendly Version Often we need to use TCP over IP sockets to do communications instead of the familiar HTTP protocol that web developers are used to. Prior to the arrival of the .NET platform, this usually involved a ton of Winsock code and C - style API declarations. I recently had to rewrite a TCP socket client class from VB 6.0 into .NET for communication to a mainframe system. I knew that if I ran the original VB 6.0 DLL project through the VB.NET...</description>
		</item>

	</channel>
</rss>
