Windows GDI vb.net web app

  • Thread starter Thread starter bryan.chong
  • Start date Start date
B

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 =)
 
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
 
Back
Top