https://www.developerfusion.com/t/vb6/code/ VB 6 Sample code from Developer Fusion 2006-05-05T05:42:00.00Z http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ VB Express Color Object to Hex String 2006-05-05T05:42:00.00Z This function takes one color type variable and returns the hex code in a string. Chris Buske http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Developing your first Visual WebGui application 2006-04-29T15:57:00.00Z An introduction to Visual WebGui through a sample application. Guy Peled http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Visual WebGui a unique approach to AJAX development 2006-04-29T15:45:00.00Z Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". Guy Peled http://www.developerfusion.com/code/5475/create-dynamic-menu-in-vb/ Create Dynamic Menu in VB 2006-03-07T05:18:00.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/5430/convert-decimal-integer-values-to-binary-string-in-vb6/ Convert Decimal Integer Values to Binary String in VB6 2006-02-22T13:52:00.00Z A small function to convert decimal integer values to a binary string. The number of bits can be optionally specified but this will be increased if insufficient. Alex Etchells http://www.developerfusion.com/code/5426/vb6-nmea-interpreter-class-for-reading-gps/ VB6 NMEA Interpreter Class for Reading GPS 2006-02-22T08:19:00.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/code/5322/working-with-excel-files-using-vb6/ Working with Excel Files Using VB6 2006-02-01T00:49:00.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/5303/precise-net-server-content-caching/ Precise .NET Server Content Caching 2006-01-29T11:38:00.00Z A simple demonstration of how to programatically use the caching facilities that ASP.NET offers. Dimitrios Markatos http://www.developerfusion.com/code/5123/add-disappearing-effect-to-your-forms/ Add Disappearing Effect To Your Forms 2006-01-01T20:54:00.00Z This is a simple piece of code to add continuously "disappearing" effect on your forms. Adil Hussain Raza http://www.developerfusion.com/code/5093/retrieving-the-summary-properties-of-a-file/ Retrieving the Summary properties of a file 2005-12-22T12:14:00.00Z How to fetch the Summary properties from a file, including Author, LastSavedBy, Subject, and LineCount using the DSOFile.OleDocumentProperties object. Praveena http://www.developerfusion.com/code/5066/messenger-client-coding/ Messenger Client Coding 2005-12-17T06:06:00.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/code/4722/showhide-desktop-icons/ Show/Hide Desktop Icons 2005-10-15T11:18:00.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 2005-02-20T10:24:00.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 http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ Sending email from ASP.NET 2005-01-17T02:09:00.00Z One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. This demonstrates how in ASP.NET. Orcs Web http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ Forms Authentication Against An XML File 2005-01-17T02:03:00.00Z The code demonstrates how to validate a username and password against an XML file. Orcs Web http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Debug ASP.NET pages using Tracing 2005-01-07T08:48:00.00Z Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. Julian Roberts http://www.developerfusion.com/code/3472/listboxhscroll-class/ ListBoxHScroll class 2004-02-26T18:57:00.00Z Adding the horizontal scroll bar to a list box dynamically taking into account its font (using the IFont interface) and the vertical scroll bar visibility (by analyzing the WS_VSCROLL flag of the listbox styles) 10Tec Company http://www.developerfusion.com/code/3169/list-network-computers/ List Network Computers 2004-02-26T18:53:00.00Z This source code will show you how to list all the computers on your local network Jonathon Rossi http://www.developerfusion.com/code/2453/send-receive-emails-using-winsock-and-pop3/ Send & Receive Emails using Winsock and POP3 2004-02-26T18:38:00.00Z Demonstrates how to send & receive emails from a POP3 server using the Winsock control. Kym Manson http://www.developerfusion.com/code/4181/return-parent-directory-for-files-and-folders/ Return Parent Directory for Files and Folders 2004-02-07T19:02:00.00Z This short snippet of code will return the parent directory of a directory input, or the directory of a filename input. Michael Wales