Hi guys,

I'm builing this nice Clinic Register for Doctors, and one of the things
they asked me is a property that I can't know how to implement...

They want me to show a paint board (kind like MSN Messenger but simpler)
with a pencil and a rubber, so they can design the family tree of the
pacient...


I already serched Google with no luck in such property.... Does anyone
have ideias?

--



Bruno Alexandre
(Sintra, PORTUGAL)

RE: Creating a Paint Screen by DickDonny

DickDonny
Tue Nov 15 05:18:02 CST 2005

Hi Bruno,

I hope I have understood what you are loooking for. Apologies if I have the
wrong end of the stick.

There is no inherent tool within the framework that I am aware of to provide
this functionality as a plugin to your application, however writing such a
beast is trivial in .NET.

Please check out owner drawn controls using GDI+. The control class exposes
all the events you will need to interact with the user, and drawing lines,
curves, rectangles etc is simple using the methods of the
System.Drawing.Graphics class.

I hope this helps to start you on the right path and that you have the
confidence to investigate the System.Drawing namespace.

"Bruno Alexandre" wrote:

> Hi guys,
>
> I'm builing this nice Clinic Register for Doctors, and one of the things
> they asked me is a property that I can't know how to implement...
>
> They want me to show a paint board (kind like MSN Messenger but simpler)
> with a pencil and a rubber, so they can design the family tree of the
> pacient...
>
>
> I already serched Google with no luck in such property.... Does anyone
> have ideias?
>
> --
>
>
>
> Bruno Alexandre
> (Sintra, PORTUGAL)
>
>
>
>
>

Re: Creating a Paint Screen by Bruno

Bruno
Tue Nov 15 05:36:27 CST 2005

it's a place to start...
I will try and find examples using GDI+


thank you for the thought.

--



Bruno Alexandre
(Sintra, PORTUGAL)



"Dick Donny" <DickDonny@discussions.microsoft.com> escreveu na mensagem
news:FE661B82-3599-491A-B089-10D8DDFB4B43@microsoft.com...
> Hi Bruno,
>
> I hope I have understood what you are loooking for. Apologies if I have
> the
> wrong end of the stick.
>
> There is no inherent tool within the framework that I am aware of to
> provide
> this functionality as a plugin to your application, however writing such a
> beast is trivial in .NET.
>
> Please check out owner drawn controls using GDI+. The control class
> exposes
> all the events you will need to interact with the user, and drawing lines,
> curves, rectangles etc is simple using the methods of the
> System.Drawing.Graphics class.
>
> I hope this helps to start you on the right path and that you have the
> confidence to investigate the System.Drawing namespace.
>
> "Bruno Alexandre" wrote:
>
>> Hi guys,
>>
>> I'm builing this nice Clinic Register for Doctors, and one of the
>> things
>> they asked me is a property that I can't know how to implement...
>>
>> They want me to show a paint board (kind like MSN Messenger but
>> simpler)
>> with a pencil and a rubber, so they can design the family tree of the
>> pacient...
>>
>>
>> I already serched Google with no luck in such property.... Does
>> anyone
>> have ideias?
>>
>> --
>>
>>
>>
>> Bruno Alexandre
>> (Sintra, PORTUGAL)
>>
>>
>>
>>
>>