VB 6 Sample code from Developer Fusion https://www.developerfusion.com/t/vb6/code/sort/popularity/ VB 6 Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 22 Feb 2006 13:52:00 GMT Simple Key logger 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... http://www.developerfusion.com/code/2007/simple-key-logger/ http://www.developerfusion.com/code/2007/simple-key-logger/ Fri, 08 Mar 2002 12:48:00 GMT Jamie Lindgren Get host name from IP address, and vice versa Resolve a host name to it's IP address, and an IP address to its host name with this re-usable class module http://www.developerfusion.com/code/1628/get-host-name-from-ip-address-and-vice-versa/ http://www.developerfusion.com/code/1628/get-host-name-from-ip-address-and-vice-versa/ Mon, 13 Aug 2001 12:54:00 GMT James Crowley Open a file/url with its default program How to open a file, url or email address with its default program http://www.developerfusion.com/code/278/open-a-fileurl-with-its-default-program/ http://www.developerfusion.com/code/278/open-a-fileurl-with-its-default-program/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley Convert RTF to HTML A visual basic module allowing you to convert a formatted RTF file to HTML! http://www.developerfusion.com/code/180/convert-rtf-to-html/ http://www.developerfusion.com/code/180/convert-rtf-to-html/ Sat, 14 Jul 2001 14:48:00 GMT Brady H 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 Close a message box automatically How to automatically close a message box after a number of seconds. http://www.developerfusion.com/code/141/close-a-message-box-automatically/ http://www.developerfusion.com/code/141/close-a-message-box-automatically/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley 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 "On Error Resume Next" considered harmful Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications. http://www.developerfusion.com/code/4325/on-error-resume-next-considered-harmful/ http://www.developerfusion.com/code/4325/on-error-resume-next-considered-harmful/ Wed, 21 Jan 2004 04:23:00 GMT Palo Mraz Remove the selected items in a ListBox How to remove the selected items in a listbox http://www.developerfusion.com/code/1823/remove-the-selected-items-in-a-listbox/ http://www.developerfusion.com/code/1823/remove-the-selected-items-in-a-listbox/ Fri, 26 Oct 2001 12:37:00 GMT Kym Manson WinZip Command Line Information Winzips description to how to use VB with Winzip from the command line http://www.developerfusion.com/code/2043/winzip-command-line-information/ http://www.developerfusion.com/code/2043/winzip-command-line-information/ Wed, 06 Mar 2002 08:19:00 GMT Mike J Capture Video A simple piece of code that can capture live video from a web cam. http://www.developerfusion.com/code/1988/capture-video/ http://www.developerfusion.com/code/1988/capture-video/ Thu, 21 Feb 2002 12:47:00 GMT Alex Compact & repair MS Access database Simple snippet of code to compact and repair any MS Access database. http://www.developerfusion.com/code/4142/compact-repair-ms-access-database/ http://www.developerfusion.com/code/4142/compact-repair-ms-access-database/ Mon, 26 Jan 2004 11:28:00 GMT Mike J Common Dialog Example How to show the Open, Save, Select Color and Print common dialogs. http://www.developerfusion.com/code/211/common-dialog-example/ http://www.developerfusion.com/code/211/common-dialog-example/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley Read Registry values in VB without API How to read Registry values in VB without complex API calls http://www.developerfusion.com/code/202/read-registry-values-in-vb-without-api/ http://www.developerfusion.com/code/202/read-registry-values-in-vb-without-api/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Msgbox Example This demonstrates displaying some message boxes using MsgBox http://www.developerfusion.com/code/173/msgbox-example/ http://www.developerfusion.com/code/173/msgbox-example/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley Preserve with ReDim How to use Preserve and the ReDim statement to resize arrays whilst preserving existing items http://www.developerfusion.com/code/241/preserve-with-redim/ http://www.developerfusion.com/code/241/preserve-with-redim/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley Output text to a form An example of how to 'print' text onto a form. http://www.developerfusion.com/code/258/output-text-to-a-form/ http://www.developerfusion.com/code/258/output-text-to-a-form/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley UBound() and LBound() Using LBound() and UBound() when iterating Visual Basic arrays http://www.developerfusion.com/code/117/ubound-and-lbound/ http://www.developerfusion.com/code/117/ubound-and-lbound/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Counting lines in a multi-line textbox How to count the number of lines in a multi-line textbox http://www.developerfusion.com/code/1607/counting-lines-in-a-multiline-textbox/ http://www.developerfusion.com/code/1607/counting-lines-in-a-multiline-textbox/ Wed, 18 Jul 2001 18:16:00 GMT ElementK Journals Basic ADODC Example 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 http://www.developerfusion.com/code/4003/basic-adodc-example/ http://www.developerfusion.com/code/4003/basic-adodc-example/ Wed, 14 Jan 2004 15:18:00 GMT Moriel Schottlender