VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Philippines-based Computer rental system. Complete with timers and billing charges It features a Co

by the name of "CristofferMarx  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Wed 16th March 2005   Mon 8th February 2021

Philippines-based Computer rental system. Complete with timers and billing charges It features a Counter (for Play 'n Pay modes), a countdown

API Declarations


'Written by : Kristopher Mark S. Advincula
' : [email protected]
'Project Started : December 18, 2004
'Project Completed : February 24, 2005
'Tittle : Cyber Computer Timer (Computer Rental System)
' : Microsystems Institute of Technology
' : Daet, Camarines Norte, Philippines
' : AY 2004 - 2005
'

'
'Note:
'
' -This is only a part of the project.
' -The timer has 2 modes, Play'n Pay & Time mode.
' -Play 'n pay (Open Session) is a counter which counts time usage
' -Time mode is a countdown timer with pre-set time codes
' -It calculates your usage and compute your bill
' -I also included a voice (pre-recorded voices) prompt to this project, but they are deactivated,
' to activate them, just de-comment all neccessary parameters
' -Hope this project will help a lot to novice VB programmers
' -For comments & suggestions, email me at [email protected]
'
'------------------------------------------------------------

'== This for playing a .Wav file as an alram ==
'Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
'(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
'Dim fileName As String
'== Discount ==
Dim rdis As Integer
Dim idis As Integer
'== Billing for LAN ==
Dim r15 As Single
Dim r30 As Single
Dim r40 As Single
Dim r1 As Single
Dim r1up As Single
'== Billing for Online ==
Dim i15 As Single
Dim i30 As Single
Dim i40 As Single
Dim i1 As Single
Dim i1up As Single
'== For PC5 ==
Dim today5 As Date
Dim oras5 As Date
Dim hrs5 As Integer
Dim mins5 As Integer
Dim secs5 As Integer
Dim minuse5 As Integer
Dim hruse5 As Integer
Dim mbr5 As Integer
Dim hbr5 As Integer
Dim mbi5 As Integer
Dim hbi5 As Integer
Dim tbr5 As Single
Dim tbi5 As Single
Dim hb5 As Integer
Dim mb5 As Integer

Rate Philippines-based Computer rental system. Complete with timers and billing charges It features a Co (1(1 Vote))
Philippines-based Computer rental system. Complete with timers and billing charges It features a Co.bas

Philippines-based Computer rental system. Complete with timers and billing charges It features a Co Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters