Home All Groups Group Topic Archive Search About

Windows GDI vb.net web app

Author
5 Nov 2006 4:49 AM
bryan.chong
Hi guys,
           I need some help regarding windows GDI.  I need your help on
some errors.
                           1. webform1.aspx has one button
                           2. user press the button

                           3. the pic with the gdi lines will be
shown(Ive create a memorystream to store the image)
                           4. the webform1.aspx button will b gone

Anyway where i can retain the button at webform1.aspx? Is it anyway
where i can allocate a space in the webpage to display the form? OR can
i use javascript to open a window where i can show the image with the
GDI lines?

Tks for helping =)

Author
5 Nov 2006 7:07 AM
Cor Ligthert [MVP]
Bryan,

Before we can answer, how did you get that GDI in your browser.
Did you by instance use an Windows image control for that?

If you just have sent the image, than it is only a raw bitmap, that is
showed, you cannot do much with that than some standard area html for that.

Cor

Show quoteHide quote
"bryan.chong" <Hongste***@gmail.com> schreef in bericht
news:1162702173.549195.71090@m73g2000cwd.googlegroups.com...
> Hi guys,
>           I need some help regarding windows GDI.  I need your help on
> some errors.
>                           1. webform1.aspx has one button
>                           2. user press the button
>
>                           3. the pic with the gdi lines will be
> shown(Ive create a memorystream to store the image)
>                           4. the webform1.aspx button will b gone
>
> Anyway where i can retain the button at webform1.aspx? Is it anyway
> where i can allocate a space in the webpage to display the form? OR can
> i use javascript to open a window where i can show the image with the
> GDI lines?
>
> Tks for helping =)
>