473,386 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Image Viewer Control

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

Oct 9 '07 #1
4 6394
check this out !

http://www.c-sharpcorner.com/UploadF...rinCSharp.aspx
cheers !
Husam Al-a'araj
www.aaraj.net

"Rinu Gopalakrishna Pillai" wrote:
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
Oct 9 '07 #2
also take alook here
http://www.codeproject.com/aspnet/Th...werControl.asp

Cheers
Husam Al-a'araj
www.aaraj.net

"Rinu Gopalakrishna Pillai" wrote:
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
Oct 9 '07 #3
Liz

"Husam Al-A''araj" <Hu**********@discussions.microsoft.comwrote in message
news:3D**********************************@microsof t.com...
check this out !

http://www.c-sharpcorner.com/UploadF...rinCSharp.aspx
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#"
Oct 10 '07 #4
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

"Husam Al-A''araj" wrote:
also take alook here
http://www.codeproject.com/aspnet/Th...werControl.asp

Cheers
Husam Al-a'araj
www.aaraj.net

"Rinu Gopalakrishna Pillai" wrote:
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
Oct 10 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Shumit Rehman | last post by:
Hi I have a table which has path names to photos I would like to view. I would like to open some/any kind of image viewer(Paint) to see the picture when I click the pathname. The pictures are...
2
by: John Fryatt | last post by:
Hi, Before I go on, let me just say I'm fairly new at this so excuse me if I say the wrong thing or use the wrong term. Anyway, what I am trying to do is to set up something where I can have a...
1
by: Dan | last post by:
I must develop a (C-sharp) winforms application which should display some relatively large (e.g. 2~5 MB JPEG each) photographic images together with a rich set of related information: the...
0
by: Jerry J | last post by:
I have a third party image viewer that can display various types of images. The image viewer is ActiveX and lives inside of Internet Explorer. To get the image viewer to retrieve an image, java...
4
by: Troy | last post by:
Hi all, Im a little new to ASP.NET. I'm looking to create an image viewer that zooms in, pretty common. But I need to draw a box on the 1:1 scale image and 'zoom in' on another picture box. ...
2
by: Jayender | last post by:
Hello , I need to add a ActiveX control ...the Dicomviewer in ASP>net .. I am able to do it fine in C# project but not in web application I add that Dicom dll (.ocx file) in my ASP.Net form I...
5
by: mikez | last post by:
Hi, We recently built a very basic file management system for a client in Access 2003 (to use with incoming tif scans). In it we used Microsoft's Document Imaging activex viewer (from Office...
1
by: zee | last post by:
hello Is it possible to use Document Image Viewer Control in ASP.NET(2.0) because 1. The IDE is not adding this component in the toolbox and 2. when i use it so it give me following error ...
4
by: =?Utf-8?B?RnJhbmsgVXJheQ==?= | last post by:
Hi all I need to do a image viewer, just to view and zoom pictures in jpeg. I do not need to edit or save the picture. I am sure, there are some controls already made. I am thankful for any...
0
by: marcellus7 | last post by:
Im looking for an image viewer that supports most types of image formats, including PDFs, and has the ability to rotate/zoom, and draw on an image. I've been looking but to no avail. Does anyone have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.