Thread overview
Images
Sep 02, 2003
Angelo Moscati
Sep 03, 2003
J C Calvarese
Sep 04, 2003
Angelo Moscati
September 02, 2003
Hi to all.
I'm new at D language but it semms to me very powerful.
I want to know how I can put an image in a form.
I looked for in the dig library but i didn't find any example.
Can someone help me?
Thanks.


September 03, 2003
Angelo Moscati wrote:
> Hi to all.
> I'm new at D language but it semms to me very powerful.
> I want to know how I can put an image in a form.
> I looked for in the dig library but i didn't find any example.
> Can someone help me?
> Thanks.

I don't have any idea how to do this in context of D, but I can show how to use BMP files with a classic C technique.  It's ugly, but it works.

I put an example on a website: http://jcc_7.tripod.com/d/.  I called it "Bitmap on a form" (bmpfrm.zip).  Also download my modified version of Mike Wynn's Win32 headers (win32.zip) and install it in \dmd\src\win32.

Hope this helps.

Justin

September 04, 2003
Thanks.

"J C Calvarese" <jcc7@cox.net> wrote in message news:bj3bra$qb4$1@digitaldaemon.com...
> Angelo Moscati wrote:
> > Hi to all.
> > I'm new at D language but it semms to me very powerful.
> > I want to know how I can put an image in a form.
> > I looked for in the dig library but i didn't find any example.
> > Can someone help me?
> > Thanks.
>
> I don't have any idea how to do this in context of D, but I can show how to use BMP files with a classic C technique.  It's ugly, but it works.
>
> I put an example on a website: http://jcc_7.tripod.com/d/.  I called it "Bitmap on a form" (bmpfrm.zip).  Also download my modified version of Mike Wynn's Win32 headers (win32.zip) and install it in \dmd\src\win32.
>
> Hope this helps.
>
> Justin
>