Browsing Visual Basic 6
Time Difference
Displays the difference between two times in Hours Minutes and secondsOriginal Author: OnisanInputsStart time and End TimeReturnsReturns time as HH:NN:SSCodeSub Test() 'Start Time, End Time MsgBox TimeDiff("11:34:29", "20:32:20")End SubFunction TimeDiff(STime As Date, ETime As Date) As DateDim TimeSecs, Hrs As Double 'Get Total Number of seconds difference TimeSecs = DateDiff("S", STime, ETime) 'If Difference is a minus(-), add 24 hours worth of seconds.
cTreeView Class wrapper v02.03.00 (**Release 6 - Animated Graphic TreeBack Demo - UNIQUE!**)
Added BackMode, BackColor, BackPicture, BackFileName, DisableMultiSelect, New Tutorial (Disable Multi-Node Select), updated Tutorial 1 (demonstrate new Back features) and added Animated TreeView Image Background (YES - A first! Pretty unique huh!).
Open website with default web browser
Open your default web browser with any url.
Remove HTML + Optional Ingnore Tags
This function will strip a string of all html.
Simple Mail Transfer Protocol
This code will teach you Step-by-Step how to make a simple emailer.
Autorun a install CD
A very simple way of autorun.
[Stylist Toolbar OCX, with all credits to GONCHUKI] a long waited stuff of all PSCoder!
Stylist Toolbar Control OCX! The combination of the best button on PSC, GONCHUKI's Chameleon Button, and a systematic class toolbar management system.