https://www.developerfusion.com/t/vb6/tutorials/sort/popularity/ VB 6 Tutorials & Articles from Developer Fusion 2008-02-28T21:26:00.00Z http://www.developerfusion.com/article/2459/creating-a-database-connection/ Creating a database connection 2002-10-28T12:17:00.00Z Creating connections and all your data objects are really easy Design-Time, but what if you need it for runtime? Here's how. Tony Ho http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ Visual Basic 6.0 - Exporting a DataReport to Microsoft Word 2006-02-11T00:32:00.00Z 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. conwayjd http://www.developerfusion.com/article/32/data-types/ Data Types 2001-07-14T14:47:00.00Z Appendix of all the standard data types available in VB. James Crowley http://www.developerfusion.com/article/7556/new-c-30-language-features/ New C# 3.0 Language Features 2008-02-28T21:26:00.00Z Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. Scott Guthrie http://www.developerfusion.com/article/30/visual-basic-tutorial/ VB 6 Tutorial 2001-07-14T23:00:00.00Z Completely new to Visual Basic? Overwhelmed with the confusing instructions? Read this tutorial and get a head start - learn what VB is, what you can do with it, how much it costs, and how to get star James Crowley http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ Using Optional Parameters in VBScript 2001-10-08T18:02:00.00Z A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword. Michael Balloni http://www.developerfusion.com/article/8/select-case-statement/ Select Case statement 2001-07-14T14:47:00.00Z How to use the Select Case statement. James Crowley http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ A comparison of C/C++ and C# 2001-10-16T10:53:00.00Z Is C# a new programming language or a new version of C/C++ ? John Godel http://www.developerfusion.com/article/67/number-functions/ Number Functions 2001-07-14T14:48:00.00Z How to use number functions in VB James Crowley http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Have you seen the Silverlight? 2007-09-17T20:49:00.00Z 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. Dave Wheeler http://www.developerfusion.com/article/59/instr-command/ InStr Command 2001-07-14T14:47:00.00Z Use the InStr command to find text within another string James Crowley http://www.developerfusion.com/article/6/input-box-function/ Input Box function 2001-07-14T14:47:00.00Z How to use the Input Box function to get input from the user. James Crowley http://www.developerfusion.com/article/2328/creating-a-datagrid-class-in-classic-asp/ Creating a Datagrid Class in classic ASP 2002-04-30T09:41:00.00Z Well we've all heard of the wonderful Datagrid in ASP.Net and it's pretty handy to say the least. Then again some of you like me may still be stuck with poor old ASP for the moment. But it's not all bad. With vbscript classes in ASP you can acomplish many things. So I got the urge to try and create my own version of the datagrid. Brian O'Connell http://www.developerfusion.com/article/50/file-time-date-stamps/ File Time Date Stamps 2001-07-14T14:47:00.00Z Learn about the Time & Date stamps of files in a new tutorial by Chris Velazque. Dmitry Apukhtin http://www.developerfusion.com/article/2940/api-programming-series-3-bring-a-window-to-top/ API Programming Series #3 - Bring a Window to Top 2003-01-09T05:47:00.00Z The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic. Though there are no hard and fast rules regarding the content of these articles, generally one article can be expected to contain explanation of one or more API calls with generously commented code snippets. Depending on the subject, these code samples may expand to become a full-fledged application. In this article we see how to bring a window to top. Sreejath S. Warrier http://www.developerfusion.com/article/3899/skinning-bitblt-introduction/ Skinning (BitBlt Introduction) 2004-01-21T12:39:00.00Z Want to make your app look as good as Media Player or Winamp? This tutoral hopes to get you going to a fully skinned killer app! Marc Pritchard http://www.developerfusion.com/article/1968/using-ole-automation-in-vb/ Using OLE Automation in VB 2002-02-24T11:03:00.00Z The article demonstrates how to use OLE automation in VB. We can launch word, create a new document and let the user save it all from our VB program! S.S. Ahmed http://www.developerfusion.com/article/86/printing-in-vb/ Printing in VB 2001-07-14T23:00:00.00Z Learn how to print graphics, text and RTF in Visual Basic, as well as printer & graphics options James Crowley http://www.developerfusion.com/article/5/fornext-statement/ For...Next statement 2001-07-14T14:47:00.00Z How to use the For...Next statement to loop through code a certain number of times. James Crowley http://www.developerfusion.com/article/4411/introduction-to-designers/ Introduction to Designers 2004-02-09T09:19:00.00Z Designers are essential in creating professional controls with polished design time behaviour. This article serves as an introduction to writing your own. Tim Dawson