How to create time table internet in vb6 programming?

Asked By 10 points N/A Posted on -
qa-featured

Hello Techyv members. I hope your day is great. I would like to know how to create time table internet in vb6 programming? What are the needed tools for this kind of project? I need simple, efficient and quick way on how to do this. If you can give me a reliable source code for this, then that would be awesome. Your comments and suggestions are welcome. 

SHARE
Best Answer by Huffman Serafin
Best Answer
Best Answer
Answered By 0 points N/A #150809

How to create time table internet in vb6 programming?

qa-featured

Hi Sabrina Becnel,

I have here the logic of creating your internet time table. The function to be use is the DateTime function. This date and time function lets you return the current date and time of your computer to your vb 6. To use it, use the syntax:

 

Dim DateToday as Date

DateToday = DateValue (Now)

Dim TimeToday as Date

TimeToday = TimeValue (Now)

 

This syntax will return your computer's date and time, You can use it to your internet time table and manipulate the values in it. You can add and subtract a number of hours.

 

Answered By 5 points N/A #150810

How to create time table internet in vb6 programming?

qa-featured

Hi Sabrina Becnel,

It seems, you are trying to develop time management system.

You need to develop calendar Chart by using VB6 Date Picker calendar control. 

Using the DateTimePicker Control in Visual Basic 6.

You have to use time value function for managing time schedule

You can get some help from simple time management system and hotel reservation system. 

You can download the source in VB6.

Hope this would help to develop your requirements by yourself.

 

Related Questions