VB 6 Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/vb6/tutorials/ VB 6 Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 31 Jul 2012 08:27:00 GMT An Internal Application Message Bus in VB.Net Working with threads gets complicated quickly as you work to stop them falling over each other. One way to organise threads so that they co-operate without tripping over each other is to use a messaging mechanism to communicate between them. John Rivett-Carnac looks at one such implementation of internal application messaging. http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ Tue, 31 Jul 2012 08:27:00 GMT John Rivett-Carnac Prototypes in JavaScript Ian Elliot reveals another gem in the JavaScript collection, and how to use its prototype feature http://www.developerfusion.com/article/84521/prototypes/ http://www.developerfusion.com/article/84521/prototypes/ Mon, 28 Jun 2010 21:14:00 GMT Ian Elliot The Future of .NET Languages Wondered why Microsoft always seems to release different language features for each language? Discover how .NET 4.0 will reduce the disparity between C# and VB.NET with some great new features for both languages, plus a new dynamic language runtime and new functional and parallel programming languages. http://www.developerfusion.com/article/9576/the-future-of-net-languages/ http://www.developerfusion.com/article/9576/the-future-of-net-languages/ Fri, 09 Jan 2009 16:37:00 GMT Damon Armstrong New C# 3.0 Language Features Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. http://www.developerfusion.com/article/7556/new-c-30-language-features/ http://www.developerfusion.com/article/7556/new-c-30-language-features/ Thu, 28 Feb 2008 21:26:00 GMT Scott Guthrie Have you seen the Silverlight? So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft. http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Mon, 17 Sep 2007 20:49:00 GMT Dave Wheeler Custom Combo in Visual Basic 2005 If you miss the Drive ComboBox control that used to be in VB6, the good news is that it's easy to create your own in VB 2005 http://www.developerfusion.com/article/84364/custom-combo-in-visual-basic-2005/ http://www.developerfusion.com/article/84364/custom-combo-in-visual-basic-2005/ Wed, 31 May 2006 00:00:00 GMT Ian Elliot Creating Applications for Handheld Devices Using eMbedded Visual Basic A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs. http://www.developerfusion.com/article/5071/creating-applications-for-handheld-devices-using-embedded-visual-basic/ http://www.developerfusion.com/article/5071/creating-applications-for-handheld-devices-using-embedded-visual-basic/ Fri, 17 Feb 2006 11:37:00 GMT Rob Bickel High-Performance .NET Application Development & Architecture This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices. http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ Wed, 15 Feb 2006 15:25:00 GMT Dimitrios Markatos Visual Basic 6.0 - How to create a Slide Menu Visual Basic 6.0 - How to create a Slide Menu. The first is a bare-bones approach and second example is focused on layout and design. http://www.developerfusion.com/article/5379/visual-basic-60-how-to-create-a-slide-menu/ http://www.developerfusion.com/article/5379/visual-basic-60-how-to-create-a-slide-menu/ Tue, 14 Feb 2006 19:17:00 GMT conwayjd Visual Basic 6.0 - Exporting a DataReport to Microsoft Word This article is a simple yet effective way to export a DataReport to MIcrosoft Word using the DataEnvironment and DataReport. This walk-through starts with creating a simple database in Microsoft Access and then creating a User Interface in Visual Basic 6.0. http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ Sat, 11 Feb 2006 00:32:00 GMT conwayjd DataGrid/GridView Paging and Sorting Using A DataReader This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all, and includes ASP.NET 2.0 GridView version! http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ Thu, 26 Jan 2006 15:07:00 GMT Dimitrios Markatos Multithreading in VB.NET Multithreading, a very powerful technique, is essential for modern software development. Software users expect to work with a very responsive program that they don’t have to wait on, which is a very reasonable demand with the processor speeds that are currently available. Enter multithreading. This article shows you how. http://www.developerfusion.com/article/5184/multithreading-in-vbnet/ http://www.developerfusion.com/article/5184/multithreading-in-vbnet/ Mon, 09 Jan 2006 22:32:00 GMT John Spano Generate Thumbnail Images from PDF Documents in .NET This article presents VB.NET code to create thumbnail images from a directory of Adobe Acrobat PDF documents using the .NET Framework. http://www.developerfusion.com/article/5091/generate-thumbnail-images-from-pdf-documents-in-net/ http://www.developerfusion.com/article/5091/generate-thumbnail-images-from-pdf-documents-in-net/ Wed, 21 Dec 2005 15:12:00 GMT Jonathan Hodgson Number Systems Most programmers are aware of a few number systems. Decimal, Binary, Octal, etc. VB.NET allows you to work with these number systems, but these alone. What about Duodecimal, Quinquevigesimal, or Roman Numerals? A proof of concept article. http://www.developerfusion.com/article/5046/number-systems/ http://www.developerfusion.com/article/5046/number-systems/ Fri, 16 Dec 2005 00:48:00 GMT Mitch ★ Collection Controls with Rich Design Time Support This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls. http://www.developerfusion.com/article/4665/collection-controls-with-rich-design-time-support/ http://www.developerfusion.com/article/4665/collection-controls-with-rich-design-time-support/ Wed, 09 Feb 2005 17:41:00 GMT Tim Dawson Using ADO.NET with SQL Server An extensive examination of using ADO.NET to access SQL Server databases, from establishing connections and executing stored procedures, to connection pools, data readers and data sets. http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ Mon, 16 Feb 2004 15:41:00 GMT James Crowley Make your Classic ASP code work like in ASP.NET Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way? By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET! http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Sun, 15 Feb 2004 08:37:00 GMT Christian Calderon Introduction to Designers Designers are essential in creating professional controls with polished design time behaviour. This article serves as an introduction to writing your own. http://www.developerfusion.com/article/4411/introduction-to-designers/ http://www.developerfusion.com/article/4411/introduction-to-designers/ Mon, 09 Feb 2004 09:19:00 GMT Tim Dawson Hosting Windows Forms Designers Shows how to write the code needed to host the Windows Forms Designers in your own application. Sample code is provided to display a form in design mode and allow normal editing like in Visual Studio. http://www.developerfusion.com/article/4351/hosting-windows-forms-designers/ http://www.developerfusion.com/article/4351/hosting-windows-forms-designers/ Tue, 27 Jan 2004 15:45:00 GMT Tim Dawson The Quick & Dirty .NET Guide to C#/VB OOP Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming. Moreover, even though this article may be slightly geared more towards C#, all important VB assessments or similarities are addressed and demonstrated. By the way, keep in mind C# is very case sensitive. Incidentally, don't be put off at the length of this article, a lot of it is simply repeated code examples for both languages. http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ Mon, 26 Jan 2004 12:16:00 GMT Dimitrios Markatos