Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Studio 2005 > Visual Basic 2005 > Code Management
Search:
What's New - What's Hot


Streamline Your Code and Simplify Localization Using an XML-Based GUI Language Parser        
Total Hits: 47  |  Today: 0 Author: Paul DiLascia       Rating:  
Read Reviews | Write Review |   Your Rating: 

While Windows Forms in .NET has lots of cool features, if you're used to MFC, there are a couple of things you'll find missing, like doc/view, command routing, and UI update. The .NET answer to this is a code generator that writes new code for every single element. But there's a better way. In this article, Paul DiLascia shows how to develop an XML-based GUI language parser for .NET that lets you code resources, menus, toolbars, and status bars in XML instead of with procedural code. He also sho...

Developing Long Running Tasks Using Asynchronous Programming with VB.NET 2005        
Total Hits: 145  |  Today: 0 Author: Jagadish Chaterjee       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article gives you a practical understanding of asynchronous programming. It also gives you a simple template for developing asynchronous-based applications in a very easy manner....

Exploring the Forms Designer generated code        
Total Hits: 137  |  Today: 0 Author: Exforsys       Rating:  
Read Reviews | Write Review |   Your Rating: 

As you create a new project in the Visual Basic, the IDE generally automatically adds lots of lines of code on its own. Visual Basic 2005 comes with an option to skip over this behavior of the Visual Basic IDE. The default option comes with this behavior enabled. These codes are introduced with an aim that the user can continue to use the form without bothering about write codes to instantiate the form with a function new() and also the code includes the declaration and instantiation of all the ...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net