Hello Madam/Sir,
Please help me, I creating program for the appliances controller using the parallel port, actually the 7 pin are okay or functioning already, but the other one pin for alarm in the last part that you can see now is not functioning… can you give me an idea what function or codes I need to use for the alarm.
The format of my program is like this:
I have Checkbox, timer,
...
User Profile
Collapse
-
how to control an alarm using vb
-
codes for Alarm Clock
Hello Madam/Sir,
Please help me, I creating program for the appliances controller using the parallel port, actually the 7 pin are okay or functioning already, but the other one pin for alarm in the last part that you can see now is not functioning… can you give me an idea what function or codes I need to use for the alarm.
The format of my program is like this:
I have Checkbox, timer,
... -
you connect that to the parallel port?
if that case in every pin
there is a corresponds value
pin o = PortOut &H378, 1
pin1 = PortOut &H378, 2
pin 2 = PortOut &H378, 4
pin 3 = PortOut &H378, 8
pin 4 = PortOut &H378,16
pin 5= PortOut &H378, 32
pin 6 = PortOut &H378, 64
pin 7 = PortOut &H378, 128
and use the... -
I'll use Date different
my program works already to the 2 condition but but it will not work if the user will input first to the time
her is the format
hour = 2
start time = 05:00 AM
end time = ?
thank you......Leave a comment:
-
-
How to Calculate time
hi!! hello sir Madam,
Im currently a Computer Science Student year 3 my teacher give an assingment to create a program.. can you help me? ...my problem is how to calculate the time ...I'll used Combo box for start then another combo box for The end and textbox for the Total hour..what code Iwill use :
here the format of my program
cbo1.AddItem " 06:00 AM " and so on.. = starting time
...
No activity results to display
Show More
Leave a comment: