Clickable map?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin

    Clickable map?

    I want a graphic that is the map of our grounds. I want the user to be
    able to click on a portion of that map and bring up a schedule for
    that area or display certain areas in a different color if their
    schedule is full.

    Does anyone know how I can go about doing this?
  • Cor Ligthert [MVP]

    #2
    Re: Clickable map?

    Kevin,

    Tat depends what you want, you can forever stretch a picturebox to any size.
    You can as well cut any piece of an image using the methods from that (the
    image methods) it is in the namespace system.drawing.

    Cor

    "Kevin" <Kevinp@nospam. cfl.rr.comschre ef in bericht
    news:cqd2l2tm8b 2t7skvgtmg1qipk 215prajm4@4ax.c om...
    >I want a graphic that is the map of our grounds. I want the user to be
    able to click on a portion of that map and bring up a schedule for
    that area or display certain areas in a different color if their
    schedule is full.
    >
    Does anyone know how I can go about doing this?

    Comment

    • Kevin

      #3
      Re: Clickable map?

      It's possible to make a picturebox with a diagonal line and place it
      next to another picturebox with a diagonal line of the same angle?


      On Wed, 8 Nov 2006 07:00:37 +0100, "Cor Ligthert [MVP]"
      <notmyfirstname @planet.nlwrote :
      >Kevin,
      >
      >Tat depends what you want, you can forever stretch a picturebox to any size.
      >You can as well cut any piece of an image using the methods from that (the
      >image methods) it is in the namespace system.drawing.
      >
      >Cor
      >
      >"Kevin" <Kevinp@nospam. cfl.rr.comschre ef in bericht
      >news:cqd2l2tm8 b2t7skvgtmg1qip k215prajm4@4ax. com...
      >>I want a graphic that is the map of our grounds. I want the user to be
      >able to click on a portion of that map and bring up a schedule for
      >that area or display certain areas in a different color if their
      >schedule is full.
      >>
      >Does anyone know how I can go about doing this?
      >

      Comment

      • Cor Ligthert [MVP]

        #4
        Re: Clickable map?

        Kevin,

        If you change the image that is in it, yes

        And than again the image or the GDI methods.

        Cor

        "Kevin" <kmahoney@firea cademy.orgschre ef in bericht
        news:klj3l2h94j 1ints3onloi56bv js929h9bb@4ax.c om...
        It's possible to make a picturebox with a diagonal line and place it
        next to another picturebox with a diagonal line of the same angle?
        >
        >
        On Wed, 8 Nov 2006 07:00:37 +0100, "Cor Ligthert [MVP]"
        <notmyfirstname @planet.nlwrote :
        >
        >>Kevin,
        >>
        >>Tat depends what you want, you can forever stretch a picturebox to any
        >>size.
        >>You can as well cut any piece of an image using the methods from that (the
        >>image methods) it is in the namespace system.drawing.
        >>
        >>Cor
        >>
        >>"Kevin" <Kevinp@nospam. cfl.rr.comschre ef in bericht
        >>news:cqd2l2tm 8b2t7skvgtmg1qi pk215prajm4@4ax .com...
        >>>I want a graphic that is the map of our grounds. I want the user to be
        >>able to click on a portion of that map and bring up a schedule for
        >>that area or display certain areas in a different color if their
        >>schedule is full.
        >>>
        >>Does anyone know how I can go about doing this?
        >>

        Comment

        Working...