Click here to Skip to main content
15,907,149 members

Comments by bosco_boom (Top 9 by date)

bosco_boom 7-Feb-11 8:25am View    
On "stackoverflow" I got the answer I needed...I managed to convert the code from Java to C#, and now it's working...thank you for your help
bosco_boom 22-Jan-11 23:51pm View    
forgot the parentheses...:D...thank you
bosco_boom 22-Jan-11 23:38pm View    
I tried that and now I get this error: Cannot convert method group 'ToArgb' to non-delegate type 'int'. Did you intend to invoke the method?
bosco_boom 21-Jan-11 20:21pm View    
maybe I didn`t explain myself...I want to draw it using the mouse(with my own hand)...after the image is loaded...
bosco_boom 21-Jan-11 19:42pm View    
and this I have to put in

private void pictureBox1_Click(object sender, EventArgs e)

or in

private void pictureBox1_Paint(object sender, EventArgs e)