VB 6 Sample code from Developer Fusion https://www.developerfusion.com/t/vb6/code/ VB 6 Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Fri, 05 May 2006 05:42:00 GMT VB Express Color Object to Hex String This function takes one color type variable and returns the hex code in a string. http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ Fri, 05 May 2006 05:42:00 GMT Chris Buske Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Visual WebGui a unique approach to AJAX development 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". http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Sat, 29 Apr 2006 15:45:00 GMT Guy Peled Create Dynamic Menu in VB 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 http://www.developerfusion.com/code/5475/create-dynamic-menu-in-vb/ http://www.developerfusion.com/code/5475/create-dynamic-menu-in-vb/ Tue, 07 Mar 2006 05:18:00 GMT Hari K Convert Decimal Integer Values to Binary String in VB6 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. http://www.developerfusion.com/code/5430/convert-decimal-integer-values-to-binary-string-in-vb6/ http://www.developerfusion.com/code/5430/convert-decimal-integer-values-to-binary-string-in-vb6/ Wed, 22 Feb 2006 13:52:00 GMT Alex Etchells VB6 NMEA Interpreter Class for Reading GPS 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. http://www.developerfusion.com/code/5426/vb6-nmea-interpreter-class-for-reading-gps/ http://www.developerfusion.com/code/5426/vb6-nmea-interpreter-class-for-reading-gps/ Wed, 22 Feb 2006 08:19:00 GMT Alex Etchells Working with Excel Files Using VB6 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! http://www.developerfusion.com/code/5322/working-with-excel-files-using-vb6/ http://www.developerfusion.com/code/5322/working-with-excel-files-using-vb6/ Wed, 01 Feb 2006 00:49:00 GMT Adil Hussain Raza Precise .NET Server Content Caching A simple demonstration of how to programatically use the caching facilities that ASP.NET offers. http://www.developerfusion.com/code/5303/precise-net-server-content-caching/ http://www.developerfusion.com/code/5303/precise-net-server-content-caching/ Sun, 29 Jan 2006 11:38:00 GMT Dimitrios Markatos Add Disappearing Effect To Your Forms This is a simple piece of code to add continuously "disappearing" effect on your forms. http://www.developerfusion.com/code/5123/add-disappearing-effect-to-your-forms/ http://www.developerfusion.com/code/5123/add-disappearing-effect-to-your-forms/ Sun, 01 Jan 2006 20:54:00 GMT Adil Hussain Raza Retrieving the Summary properties of a file How to fetch the Summary properties from a file, including Author, LastSavedBy, Subject, and LineCount using the DSOFile.OleDocumentProperties object. http://www.developerfusion.com/code/5093/retrieving-the-summary-properties-of-a-file/ http://www.developerfusion.com/code/5093/retrieving-the-summary-properties-of-a-file/ Thu, 22 Dec 2005 12:14:00 GMT Praveena Messenger Client Coding 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. http://www.developerfusion.com/code/5066/messenger-client-coding/ http://www.developerfusion.com/code/5066/messenger-client-coding/ Sat, 17 Dec 2005 06:06:00 GMT Hari K Show/Hide Desktop Icons This code uses API calls to Hide/Unhide icons on the desktop. This code uses FindWindowEx & ShowWindow API Calls to do the job. http://www.developerfusion.com/code/4722/showhide-desktop-icons/ http://www.developerfusion.com/code/4722/showhide-desktop-icons/ Sat, 15 Oct 2005 11:18:00 GMT Adil Hussain Raza Large Number Operations 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. http://www.developerfusion.com/code/4670/large-number-operations/ http://www.developerfusion.com/code/4670/large-number-operations/ Sun, 20 Feb 2005 10:24:00 GMT Eric Sending email from ASP.NET 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. http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ Mon, 17 Jan 2005 02:09:00 GMT Orcs Web Forms Authentication Against An XML File The code demonstrates how to validate a username and password against an XML file. http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ Mon, 17 Jan 2005 02:03:00 GMT Orcs Web Debug ASP.NET pages using Tracing Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Fri, 07 Jan 2005 08:48:00 GMT Julian Roberts ListBoxHScroll class 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) http://www.developerfusion.com/code/3472/listboxhscroll-class/ http://www.developerfusion.com/code/3472/listboxhscroll-class/ Thu, 26 Feb 2004 18:57:00 GMT 10Tec Company List Network Computers This source code will show you how to list all the computers on your local network http://www.developerfusion.com/code/3169/list-network-computers/ http://www.developerfusion.com/code/3169/list-network-computers/ Thu, 26 Feb 2004 18:53:00 GMT Jonathon Rossi Send & Receive Emails using Winsock and POP3 Demonstrates how to send & receive emails from a POP3 server using the Winsock control. http://www.developerfusion.com/code/2453/send-receive-emails-using-winsock-and-pop3/ http://www.developerfusion.com/code/2453/send-receive-emails-using-winsock-and-pop3/ Thu, 26 Feb 2004 18:38:00 GMT Kym Manson Return Parent Directory for Files and Folders This short snippet of code will return the parent directory of a directory input, or the directory of a filename input. http://www.developerfusion.com/code/4181/return-parent-directory-for-files-and-folders/ http://www.developerfusion.com/code/4181/return-parent-directory-for-files-and-folders/ Sat, 07 Feb 2004 19:02:00 GMT Michael Wales