User Profile

Collapse

Profile Sidebar

Collapse
novercent
novercent
Last Activity: Mar 28 '08, 04:54 AM
Joined: Mar 16 '08
Location: In the Dormitory in our School
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • novercent
    started a topic how to control an alarm using vb

    how to control an alarm using vb

    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,
    ...
    See more | Go to post

  • novercent
    started a topic codes for Alarm Clock

    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,
    ...
    See more | Go to post

  • novercent
    replied to Suggest Me the Best Option To Use
    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...
    See more | Go to post

    Leave a comment:


  • novercent
    replied to How to Calculate time
    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......
    See more | Go to post
    Last edited by Killer42; Mar 18 '08, 01:59 AM. Reason: Corrected "aldo" to "also" in quote block

    Leave a comment:


  • novercent
    replied to How to Calculate time
    thank you!! it helps me a lot !!!...
    See more | Go to post

    Leave a comment:


  • novercent
    started a topic How to Calculate time

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...