https://www.developerfusion.com/t/vb6/code/sort/popularity/ VB 6 Sample code from Developer Fusion 2006-02-22T13:52:00.00Z http://www.developerfusion.com/code/2007/simple-key-logger/ Simple Key logger 2002-03-08T12:48:00.00Z I'm working on a real keylogger, and I was researching how to do them, and after a bit of thinking I came up with this code... Jamie Lindgren http://www.developerfusion.com/code/1628/get-host-name-from-ip-address-and-vice-versa/ Get host name from IP address, and vice versa 2001-08-13T12:54:00.00Z Resolve a host name to it's IP address, and an IP address to its host name with this re-usable class module James Crowley http://www.developerfusion.com/code/278/open-a-fileurl-with-its-default-program/ Open a file/url with its default program 2001-07-14T14:48:00.00Z How to open a file, url or email address with its default program James Crowley http://www.developerfusion.com/code/180/convert-rtf-to-html/ Convert RTF to HTML 2001-07-14T14:48:00.00Z A visual basic module allowing you to convert a formatted RTF file to HTML! Brady H 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/141/close-a-message-box-automatically/ Close a message box automatically 2001-07-14T14:48:00.00Z How to automatically close a message box after a number of seconds. James Crowley 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/4325/on-error-resume-next-considered-harmful/ "On Error Resume Next" considered harmful 2004-01-21T04:23:00.00Z Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications. Palo Mraz http://www.developerfusion.com/code/1823/remove-the-selected-items-in-a-listbox/ Remove the selected items in a ListBox 2001-10-26T12:37:00.00Z How to remove the selected items in a listbox Kym Manson http://www.developerfusion.com/code/2043/winzip-command-line-information/ WinZip Command Line Information 2002-03-06T08:19:00.00Z Winzips description to how to use VB with Winzip from the command line Mike J http://www.developerfusion.com/code/1988/capture-video/ Capture Video 2002-02-21T12:47:00.00Z A simple piece of code that can capture live video from a web cam. Alex http://www.developerfusion.com/code/4142/compact-repair-ms-access-database/ Compact & repair MS Access database 2004-01-26T11:28:00.00Z Simple snippet of code to compact and repair any MS Access database. Mike J http://www.developerfusion.com/code/211/common-dialog-example/ Common Dialog Example 2001-07-14T14:48:00.00Z How to show the Open, Save, Select Color and Print common dialogs. James Crowley http://www.developerfusion.com/code/202/read-registry-values-in-vb-without-api/ Read Registry values in VB without API 2001-07-14T14:48:00.00Z How to read Registry values in VB without complex API calls ElementK Journals http://www.developerfusion.com/code/173/msgbox-example/ Msgbox Example 2001-07-14T14:48:00.00Z This demonstrates displaying some message boxes using MsgBox James Crowley http://www.developerfusion.com/code/241/preserve-with-redim/ Preserve with ReDim 2001-07-14T14:48:00.00Z How to use Preserve and the ReDim statement to resize arrays whilst preserving existing items James Crowley http://www.developerfusion.com/code/258/output-text-to-a-form/ Output text to a form 2001-07-14T14:48:00.00Z An example of how to 'print' text onto a form. James Crowley http://www.developerfusion.com/code/117/ubound-and-lbound/ UBound() and LBound() 2001-07-14T14:48:00.00Z Using LBound() and UBound() when iterating Visual Basic arrays ElementK Journals http://www.developerfusion.com/code/1607/counting-lines-in-a-multiline-textbox/ Counting lines in a multi-line textbox 2001-07-18T18:16:00.00Z How to count the number of lines in a multi-line textbox ElementK Journals http://www.developerfusion.com/code/4003/basic-adodc-example/ Basic ADODC Example 2004-01-14T15:18:00.00Z Too all you newbies out there, This is something I wrote for a friend of mine, teaching how to use the basic extraction-from-db utilities. It shows how you can link an Access database using the ADODC Component. It includes thorough explanations and examples. It really is teaching the basics of ADODC components - nothing fancy - I just remembered my own time as a beginner, trying to search for new ways to learn. I hope it will help you :) ~moo Moriel Schottlender