Click here to Skip to main content
15,906,645 members

Comments by ali_vampire (Top 17 by date)

ali_vampire 4-Apr-14 13:52pm View    
thanks bro,,,please explain your solution with f(6) or f(5)
ali_vampire 4-Dec-13 16:55pm View    
my problem is how to detect a pixel of a point when i click on it,,,dont important about performance of commands,,,
ali_vampire 4-Dec-13 16:37pm View    
for example when i clicked on a(204,305) on the form,,,i need getpixel of these points,,,
ali_vampire 4-Dec-13 16:06pm View    
so how can i use getpixel?
i use this line but i have an error again

bmp.SetPixel(x,y, Color.Blue);
ali_vampire 3-Dec-13 16:26pm View    
i solved it,,,thanks bro,,,