Home All Groups Group Topic Archive Search About
Author
8 Nov 2006 1:50 AM
Kevin
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?

Author
8 Nov 2006 6:00 AM
Cor Ligthert [MVP]
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

Show quoteHide quote
"Kevin" <Kevinp@nospam.cfl.rr.com> schreef in bericht
news:cqd2l2tm8b2t7skvgtmg1qipk215prajm4@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?
Author
8 Nov 2006 12:35 PM
Kevin
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]"
<notmyfirstn***@planet.nl> wrote:

Show quoteHide quote
>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.com> schreef in bericht
>news:cqd2l2tm8b2t7skvgtmg1qipk215prajm4@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?
>
Author
8 Nov 2006 5:45 PM
Cor Ligthert [MVP]
Kevin,

If you change the image that is in it, yes

And than again the image or the GDI methods.

Cor

Show quoteHide quote
"Kevin" <kmaho***@fireacademy.org> schreef in bericht
news:klj3l2h94j1ints3onloi56bvjs929h9bb@4ax.com...
> 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]"
> <notmyfirstn***@planet.nl> wrote:
>
>>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.com> schreef in bericht
>>news:cqd2l2tm8b2t7skvgtmg1qipk215prajm4@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?
>>