Tools Links Login

Browsing Visual Basic 6

Prev   Next

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.
Posted:2003-06-01, 100 views

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!).
Posted:2003-06-01, 89 views

Open website with default web browser
Open your default web browser with any url.
Posted:2003-06-01, 90 views

Remove HTML + Optional Ingnore Tags
This function will strip a string of all html.
Posted:2003-06-01, 100 views

Simple Mail Transfer Protocol
This code will teach you Step-by-Step how to make a simple emailer.
Posted:2003-06-01, 87 views

Autorun a install CD
A very simple way of autorun.
Posted:2003-06-01, 98 views

[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.
Posted:2003-06-01, 98 views

Prev   Next