Need Help in Vb.net
-
Hi please some body help I am unable to Write this line of code into VB.Net..... picImage.PSet (r, c), RGB(clrr, clrg, clrb) where picimage is a bitmap and r,c can be any points and Clrr,clrg,clrb are the RGB colors if I am writing the above code in Vb.net like this...: picImage.SetPixel(r, c, New Color(clrr, clrg, clrb)) then it Gives this Error: "Type System.drawing.color has no Constructs".. Please any body can Guide me...
-
Hi please some body help I am unable to Write this line of code into VB.Net..... picImage.PSet (r, c), RGB(clrr, clrg, clrb) where picimage is a bitmap and r,c can be any points and Clrr,clrg,clrb are the RGB colors if I am writing the above code in Vb.net like this...: picImage.SetPixel(r, c, New Color(clrr, clrg, clrb)) then it Gives this Error: "Type System.drawing.color has no Constructs".. Please any body can Guide me...
This isn't a post a question get a immediate response. Members check and respond to the questions when they get to them. You already asked this question below so stop spamming the boards.
Any suggestions, ideas, or 'constructive criticism' are always welcome. "There's no such thing as a stupid question, only stupid people." - Mr. Garrison
-
Hi please some body help I am unable to Write this line of code into VB.Net..... picImage.PSet (r, c), RGB(clrr, clrg, clrb) where picimage is a bitmap and r,c can be any points and Clrr,clrg,clrb are the RGB colors if I am writing the above code in Vb.net like this...: picImage.SetPixel(r, c, New Color(clrr, clrg, clrb)) then it Gives this Error: "Type System.drawing.color has no Constructs".. Please any body can Guide me...
Read the error message, use objectbrowser