Click here to Skip to main content
15,903,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to install windows service? Pin
#realJSOP15-Nov-09 3:49
professional#realJSOP15-Nov-09 3:49 
GeneralRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 4:03
N a v a n e e t h15-Nov-09 4:03 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 5:04
professionalChesnokov Yuriy15-Nov-09 5:04 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 14:44
N a v a n e e t h15-Nov-09 14:44 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 19:23
professionalChesnokov Yuriy15-Nov-09 19:23 
AnswerRe: How to install windows service? Pin
PIEBALDconsult15-Nov-09 5:50
mvePIEBALDconsult15-Nov-09 5:50 
QuestionWeb Services Pin
Brink Fourie15-Nov-09 2:12
Brink Fourie15-Nov-09 2:12 
AnswerRe: Web Services Pin
OriginalGriff15-Nov-09 2:24
mveOriginalGriff15-Nov-09 2:24 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 3:31
Brink Fourie15-Nov-09 3:31 
GeneralRe: Web Services Pin
OriginalGriff15-Nov-09 4:42
mveOriginalGriff15-Nov-09 4:42 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 5:05
Brink Fourie15-Nov-09 5:05 
GeneralRe: Web Services Pin
OriginalGriff15-Nov-09 5:26
mveOriginalGriff15-Nov-09 5:26 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 5:36
Brink Fourie15-Nov-09 5:36 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 5:36
Brink Fourie15-Nov-09 5:36 
QuestionWindows Form GridView Pin
moody12314-Nov-09 23:09
moody12314-Nov-09 23:09 
AnswerRe: Windows Form GridView Pin
binhvtt14-Nov-09 23:34
binhvtt14-Nov-09 23:34 
GeneralRe: Windows Form GridView Pin
moody12315-Nov-09 0:42
moody12315-Nov-09 0:42 
GeneralRe: Windows Form GridView Pin
binhvtt15-Nov-09 14:54
binhvtt15-Nov-09 14:54 
QuestionDifference B/w 3 types of Lines. Pin
lexical114-Nov-09 21:50
lexical114-Nov-09 21:50 
AnswerRe: Difference B/w 3 types of Lines. Pin
OriginalGriff14-Nov-09 21:56
mveOriginalGriff14-Nov-09 21:56 
GeneralRe: Difference B/w 3 types of Lines. Pin
binhvtt14-Nov-09 23:41
binhvtt14-Nov-09 23:41 
GeneralRe: Difference B/w 3 types of Lines. Pin
lexical115-Nov-09 2:47
lexical115-Nov-09 2:47 
well ok.. u mean that if user wana draw the linear line it will be a straight line and if the user wana draw a constant line it will be only a point and nothing else? is it? and the third one that is parabola..and it means that in which ever direction the mouse is moved it should draw parabola..?? will u plz tell em i right or not?
Actualy sumone told me this..

constant — This distribution will place an equal amount of paint at each pixel within the airbrush’s radius.

linear — This distribution will place a linearly decreasing amount of paint at each pixel as you move away from the center point. So at the center point, you will have full intensity of paint, whereas at radius pixels away from the center, no paint will be put on the canvas.

quadratic — This distribution will place a quadratically decreasing amount of paint at each pixel as you move away from the center point (i.e., the amount of paint used as you move away from the center decreases with the square of the distance). So, as with the linear distribution, the center point will have full paint intensity, whereas at radius pixels away from the center, almost no paint will be put on the canvas. There can be multiple ways to write the quadratic distribution. (Note: Your quadratic function should at least satisfy the property that when the distance x from the center of the circle is zero, the value of your function is "1", when the distance x is halfway to the radius, the value of your function is "1/4", and when the distance x is greater than or equal to the radius of your brush, the value of your function should be zero.)


i realy dnt understand these three points especially the last one..like how will decrease the intensity of the color..?? what i know is that v have a pen and assign sum color to it. like
Pen myPen = new Pen(Color.Red);
then how i will decrease the intensity of this color..??
GeneralRe: Difference B/w 3 types of Lines. Pin
binhvtt15-Nov-09 14:59
binhvtt15-Nov-09 14:59 
AnswerRe: don't use CreateGraphics Pin
Luc Pattyn14-Nov-09 23:39
sitebuilderLuc Pattyn14-Nov-09 23:39 
GeneralRe: don't use CreateGraphics Pin
lexical115-Nov-09 2:34
lexical115-Nov-09 2:34 

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.