Click here to Skip to main content
15,887,355 members
Home / Discussions / C#
   

C#

 
GeneralRe: An array of valuetypes that contain ponters to other valuetypes in an array. Pin
Christian Graus24-Oct-09 23:23
protectorChristian Graus24-Oct-09 23:23 
GeneralRe: An array of valuetypes that contain ponters to other valuetypes in an array. Pin
miss YY25-Oct-09 23:33
miss YY25-Oct-09 23:33 
Questioncaptcha image from WebBrowser into a picturebox Pin
yogesh_softworld12324-Oct-09 5:17
yogesh_softworld12324-Oct-09 5:17 
AnswerRe: captcha image from WebBrowser into a picturebox Pin
Abhishek Sur24-Oct-09 7:24
professionalAbhishek Sur24-Oct-09 7:24 
GeneralRe: captcha image from WebBrowser into a picturebox [modified] Pin
yogesh_softworld12324-Oct-09 7:33
yogesh_softworld12324-Oct-09 7:33 
GeneralRe: captcha image from WebBrowser into a picturebox Pin
Abhishek Sur24-Oct-09 7:38
professionalAbhishek Sur24-Oct-09 7:38 
GeneralRe: captcha image from WebBrowser into a picturebox Pin
yogesh_softworld12324-Oct-09 8:15
yogesh_softworld12324-Oct-09 8:15 
GeneralRe: captcha image from WebBrowser into a picturebox Pin
Abhishek Sur24-Oct-09 9:10
professionalAbhishek Sur24-Oct-09 9:10 
Hey ultimately it goes to a handler right. So calling the handler again will create a new image.

If javascript calles the handler then it should create an img tag. In your case, if you have an HTTPhandler you can easily write the captcha image in the output stream and through javascript create an img tag and place the image.

Now place a button to enlarge the existing image using

var img = document.getElementById('yourimgkey');
img.style.width = '100px';
img.style.height = '100px';

That will do the trick I think. why do you require to request to the server again. I know its an issue when you are hitting the server side again, the captcha image will change.

If still have problems, Please drop some code that you have done for your website so that I could get more about the actual problem you are facing. Smile | :) Smile | :) Thumbs Up | :thumbsup:

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords
/xml>

GeneralRe: captcha image from WebBrowser into a picturebox Pin
yogesh_softworld12324-Oct-09 9:39
yogesh_softworld12324-Oct-09 9:39 
GeneralRe: captcha image from WebBrowser into a picturebox Pin
Christian Graus24-Oct-09 10:18
protectorChristian Graus24-Oct-09 10:18 
GeneralRe: captcha image from WebBrowser into a picturebox Pin
Abhishek Sur24-Oct-09 22:34
professionalAbhishek Sur24-Oct-09 22:34 
AnswerRe: captcha image from WebBrowser into a picturebox Pin
dan!sh 24-Oct-09 23:58
professional dan!sh 24-Oct-09 23:58 
Questioncolumn headers not showing Pin
Zap-Man24-Oct-09 4:45
Zap-Man24-Oct-09 4:45 
AnswerRe: column headers not showing Pin
Zap-Man24-Oct-09 4:54
Zap-Man24-Oct-09 4:54 
GeneralRe: column headers not showing Pin
Ravi Sant4-May-11 23:45
Ravi Sant4-May-11 23:45 
QuestionHow to convert Image to Byte and Byte to Image(to pass the image to another PC while working on Socket Programming )? Pin
CoderForEver24-Oct-09 2:46
CoderForEver24-Oct-09 2:46 
AnswerRe: How to convert Image to Byte and Byte to Image(to pass the image to another PC while working on Socket Programming )? Pin
vaghelabhavesh24-Oct-09 3:00
vaghelabhavesh24-Oct-09 3:00 
QuestionMake tabpage invisible Pin
_Madmatt24-Oct-09 2:38
_Madmatt24-Oct-09 2:38 
AnswerRe: Make tabpage invisible Pin
Dave Kreskowiak24-Oct-09 3:06
mveDave Kreskowiak24-Oct-09 3:06 
QuestionCSharp com interop wrapper events... [modified] Pin
Arish rivlin23-Oct-09 23:45
Arish rivlin23-Oct-09 23:45 
QuestionSending Raw Ethernet packet over Dial up (Modem) Pin
spiritboy23-Oct-09 22:28
spiritboy23-Oct-09 22:28 
AnswerMessage Closed Pin
23-Oct-09 22:38
stancrm23-Oct-09 22:38 
GeneralRe: Sending Raw Ethernet packet over Dial up (Modem) Pin
spiritboy23-Oct-09 23:36
spiritboy23-Oct-09 23:36 
GeneralMessage Closed Pin
23-Oct-09 23:39
stancrm23-Oct-09 23:39 
GeneralRe: Sending Raw Ethernet packet over Dial up (Modem) Pin
spiritboy26-Oct-09 1:44
spiritboy26-Oct-09 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.