Browsing Visual Basic 6
MSNClient 1.1/File Transfer
This next version of the MSNClient.
Fast Mask Fades and Single Picture Sprite Creation!
This little ap is a powerful addition to anyone'slibrary of code.
A New Cool Way To Load Browse For Folder Dialog(Updated)
Remember the old one page module to load Browse For Folder!? This code makes it in four or five lines :) Just a reference to shell32.
Dir Maker
Make any level directories, such as:MakeDir "c:abc1234aaaa11116666gggggggggddddddddddssssssss7676dsdsds"Original Author: Unruled BoyCodePublic Function MakeDir(Path As String) As BooleanOn Error Resume Next Dim o_strRet As String Dim o_intItems As Integer Dim o_vntItem As Variant Dim o_strItems() As String o_strItems() = Split(Path, "") o_intItems = 0 For Each o_vntItem In o_strItems() o_intItems = o_intItems + 1 If o_intItems = 1 Then o_strRet = o_vntItem Else o_strRet = o_strRet & "" & o_vntItem MkDir o_strRet End If Next MakeDir = (Err.
Flat Controls
These is an easy way to create your own ocx controls.
Attachment Ripper - Outlook
Outlook Attachment Ripper:This utility will allow you to extract the mails and the attachment from the Outlook folders.
Cool Direct X8 Side scroller
This is a very good side scrolling game which has lots of nice effects and a few enemies in it.