https://www.developerfusion.com/t/vb6/ Latest Visual Basic 6 developer content from Developer Fusion 2013-03-19T10:07:26.00Z http://www.developerfusion.com/media/150455/podcast-45-keeping-it-sharp/ Podcast #45 – Keeping it Sharp 2013-03-19T10:07:26.00Z Our guest this week is Eric Lippert – language architect extraordinaire and famous for all his work at Microsoft in developing their languages Eric joined Microsoft right out of college and was originally working on VB It’s time for everyone’s favorite game: Name the Worst Feature of that Microso. James Crowley http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ An Internal Application Message Bus in VB.Net 2012-07-31T08:32:54.00Z 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. John Rivett-Carnac http://www.developerfusion.com/media/123142/launch-of-visual-studio-lightswitch-2011-with-beth-massi/ Launch of Visual Studio LightSwitch 2011 with Beth Massi 2011-07-29T02:37:28.00Z CodeCast Episode 109: Launch of Visual Studio LightSwitch 2011 with Beth MassiIn this episode of CodeCast, Ken Levy talks with Beth Massi, a senior program manager at Microsoft on the BizApps team who build the Visual Studio tools for Azure, Office, SharePoint, and LightSwitch. Beth is also a. James Crowley http://www.developerfusion.com/article/122079/learn-f-programming/ Learn F# Programming 2011-07-12T11:25:29.00Z Providing both leading-edge functional programming and familiar object-oriented capabilities, F# gives the developer more power to solve problems -- all in fewer lines of code, thanks to succinct syntax. Ted Neward and Jessica Kerr http://www.developerfusion.com/news/120834/official-kinect-sdk-finally-available/ Official Kinect SDK finally available 2011-06-23T14:06:07.00Z Integrate Kinect with your desktop applications Chris Alexander http://www.developerfusion.com/media/118120/visual-studio-lightswitch-with-beth-massi/ Visual Studio LightSwitch with Beth Massi 2011-06-07T14:04:12.00Z CodeCast Episode 104: Visual Studio LightSwitch with Beth MassiIn this episode of CodeCast, Ken Levy interviews Beth Massi, a senior program manager at Microsoft on the BizApps team who build the Visual Studio tools for Azure, Office, SharePoint, and Visual Studio LightSwitch. Beth is also a James Crowley http://www.developerfusion.com/book/90120/microsoft-adonet-4-step-by-step-step-by-step-microsoft/ Microsoft ADO.NET 4 Step by Step (Step By Step (Microsoft) 2011-02-10T11:26:33.00Z Teach yourself how to use ADO.NET 4, the data access technology that helps you create data-focused software faster and easier. With STEP BY STEP, you set the pace -- building and practicing the skills you need, just when you need them!Gain a firm understanding of the fundamental concepts and tools provided with ADO.NET 4.0, one feature at a time. With clear discussions and hands-on examples written in Visual Basic and C#, you'll move step-by-step through the learning process. Tim Patrick http://www.developerfusion.com/news/90390/windows-phone-developers-get-new-tools-for-building-mobile-apps/ Windows Phone developers get new tools for building mobile apps 2011-02-10T11:26:31.00Z Support for VB and Expression Blend improve powerful development kit Chris Alexander http://www.developerfusion.com/book/46501/murachs-visual-basic-2005-training-reference/ Murach's Visual Basic 2005: Training & Reference 2011-02-10T11:26:28.00Z Visual Basic 2005is designed for productivity…and so is this new addition to Murach's bestselling VB series. It moves at a professional pace to teach you how to develop Windows Forms applications using all the time-saving new features in Visual Basic 2005 and Visual Studio 2005.That means you'll learn how to:• create database applications using the new data sources feature and new data controls that are now layered on top of ADO. Anne Boehm http://www.developerfusion.com/code/5475/create-dynamic-menu-in-vb/ Create Dynamic Menu in VB 2011-02-10T11:26:23.00Z This coding is useful for VB Developer who are interesting to create Dynamic menu. Steps: Add form - Name - frmMain Image List - Name - imglstImages Label - Name - lblLabel Class- mcPopupMenu Hari K http://www.developerfusion.com/code/5426/vb6-nmea-interpreter-class-for-reading-gps/ VB6 NMEA Interpreter Class for Reading GPS 2011-02-10T11:26:22.00Z A VB6 version of Jon Person's .NET NMEA Interpreter Class as referenced in 'How to Write a GPS Application'. GPStest.zip contains the class and a simple project demonstrating implementation. Alex Etchells http://www.developerfusion.com/article/5071/creating-applications-for-handheld-devices-using-embedded-visual-basic/ Creating Applications for Handheld Devices Using eMbedded Visual Basic 2011-02-10T11:26:21.00Z A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs. Rob Bickel http://www.developerfusion.com/article/5379/visual-basic-60-how-to-create-a-slide-menu/ Visual Basic 6.0 - How to create a Slide Menu 2011-02-10T11:26:20.00Z 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. conwayjd 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 2011-02-10T11:26:15.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/code/5322/working-with-excel-files-using-vb6/ Working with Excel Files Using VB6 2011-02-10T11:26:13.00Z This code snippet demonstrates how to open, read and write to excel files. The concept is very simple. Totally aimed at beginners and well commented! Adil Hussain Raza http://www.developerfusion.com/code/5123/add-disappearing-effect-to-your-forms/ Add Disappearing Effect To Your Forms 2011-02-10T11:26:08.00Z This is a simple piece of code to add continuously "disappearing" effect on your forms. Adil Hussain Raza http://www.developerfusion.com/code/5066/messenger-client-coding/ Messenger Client Coding 2011-02-10T11:25:26.00Z I hereby submit Messenger client side Coding . This is very useful for Beginners who are going to develop Messenger in VB. In this coding also i was using WinSock control. Datas are transfer between RemotPort. Hari K http://www.developerfusion.com/article/5046/number-systems/ Number Systems 2011-02-10T11:25:19.00Z 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. Mitch ★ http://www.developerfusion.com/code/4722/showhide-desktop-icons/ Show/Hide Desktop Icons 2011-02-10T11:25:19.00Z This code uses API calls to Hide/Unhide icons on the desktop. This code uses FindWindowEx & ShowWindow API Calls to do the job. Adil Hussain Raza http://www.developerfusion.com/code/4670/large-number-operations/ Large Number Operations 2011-02-10T11:25:19.00Z What do you do when you want to work with numbers that have a total length of digits that reach into the billions? You sure can't store those in a conventional variable, or perform normal operations on them. This module demonstrates how to perform these. Eric