Results 1 to 5 of 5

Thread: vehicle graphic timetable

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Posts
    2

    Question vehicle graphic timetable

    hello all,
    it great to be here. anyway currently i'm doing a project about train drver scheduling i want to know wheteher it is possible to develope a program that can display graphic vehicle timetable graph? can vb suport this?or is they any vb application that can be used to create a graphic vehicle timetable?i hope someone can help me on this..
    tq!

    antgelic

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    Sorry, but could you be a bit more specific! What do you mean by an "graphic vehicle timetable" ? Just give an example, that would help.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  3. #3
    Frenzied Member Jotaf98's Avatar
    Join Date
    Jun 2000
    Location
    I'm not gonna give you my IP address! Ok... Portugal, South-Western Europe, 3rd rock from the sun (our star is easy to find, a 47 Ursae Majoris in the Milky Way :p )
    Posts
    1,457
    Heh, you mean something like this?

    Code:
        ____
     __/    \_
    /         \
               \
                \____/
    Yes, actually it's easy... all we need is the value that will be used in the Y coords and the value that will be used in the X coords (like distance/time)
    Code:
    Temp = Me.GetIQ()
    'Error 9: Overflow
    'DON'T PANIC! :eek:

    To learn how to use realistic effects in your games like fire, rain, snow and magic effects, read my article on particles systems here.


    Jotaf's Theories!
    "Cats land on their feet. Toast lands peanut butter side down. A cat with toast strapped to its back will hover above the ground in a state of quantum indecision."

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Posts
    2
    first of all tq for your reply. Jotaf98, how can u apply that in a system?.....what tools can i used to create that graphic?..what application i should use?can i apply it in VBA?can u give me some examples?..tq very much!!

  5. #5
    Frenzied Member Jotaf98's Avatar
    Join Date
    Jun 2000
    Location
    I'm not gonna give you my IP address! Ok... Portugal, South-Western Europe, 3rd rock from the sun (our star is easy to find, a 47 Ursae Majoris in the Milky Way :p )
    Posts
    1,457
    Do you know how to mess with arrays? That would help a lot
    And how are you loading the values? From a database, right?

    The ideal would be if you can load the values to an array (like, one array for the X and another for the Y). That way it would be a lot easier. I never worked with databases before, so I probably won't be of any help in that part of the code
    Code:
    Temp = Me.GetIQ()
    'Error 9: Overflow
    'DON'T PANIC! :eek:

    To learn how to use realistic effects in your games like fire, rain, snow and magic effects, read my article on particles systems here.


    Jotaf's Theories!
    "Cats land on their feet. Toast lands peanut butter side down. A cat with toast strapped to its back will hover above the ground in a state of quantum indecision."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width