Tools Links Login

Browsing Visual Basic 6

Prev   Next

MSNClient 1.1/File Transfer
This next version of the MSNClient.
Posted:2002-06-01, 82 views

Fast Mask Fades and Single Picture Sprite Creation!
This little ap is a powerful addition to anyone'slibrary of code.
Posted:2002-06-01, 73 views

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.
Posted:2002-06-01, 161 views

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.
Posted:2002-06-01, 102 views

Flat Controls
These is an easy way to create your own ocx controls.
Posted:2002-06-01, 109 views

Attachment Ripper - Outlook
Outlook Attachment Ripper:This utility will allow you to extract the mails and the attachment from the Outlook folders.
Posted:2002-06-01, 105 views

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.
Posted:2002-06-01, 81 views

Prev   Next