Image Viewer Control

G

Guest

Hi All,

I have an ASP.net based application; one of my tasks is to show images on
the page and do some image processing work (like Rotate, Zoom, Clip etc).

For the above process I would like to write an Image control in C#. Can any
one help me to write a control or any one can suggest any other options.

Please help me!

Thanks and Regards

RGP
 
L

Liz

Husam Al-A''araj said:

this is pretty cool to learn a few things from but I had to make a couple of
adjustments:

add [STAThread] attribute to Main

change the declaration

RadioButton bnRotNone
to
RadioButton rbnRotNone

the instructions are a little funky too ... but just create an empty C#
project, dump the source into a .cs code file and go

If you want to learn some Windows graphics programming, read Charles
Petzold's "Programming Windows with C#"
 
G

Guest

Hi All,

Thanks a lot for quick response.

I am looking for tips for creating a web control for ASP.net web
pages.(ie, not a window control).

Plz help if you have any idea.

Thanks and Regards
RGP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top