Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
JokeRe: code/class for searching for a name from a database in c# Pin
Vasudevan Deepak Kumar3-Jul-09 2:11
Vasudevan Deepak Kumar3-Jul-09 2:11 
GeneralRe: code/class for searching for a name from a database in c# Pin
himanshu25613-Jul-09 2:25
himanshu25613-Jul-09 2:25 
AnswerRe: code/class for searching for a name from a database in c# Pin
killabyte3-Jul-09 1:19
killabyte3-Jul-09 1:19 
QuestionC# Windows Application Testing Tool Pin
satsumatable2-Jul-09 22:45
satsumatable2-Jul-09 22:45 
AnswerRe: C# Windows Application Testing Tool Pin
Eddy Vluggen2-Jul-09 22:52
professionalEddy Vluggen2-Jul-09 22:52 
GeneralRe: C# Windows Application Testing Tool Pin
satsumatable3-Jul-09 0:36
satsumatable3-Jul-09 0:36 
QuestionHow To Check the Type of a string if it has only numeric characters or only normal characters or hybrid Pin
kKamel2-Jul-09 22:45
kKamel2-Jul-09 22:45 
AnswerRe: How To Check the Type of a string if it has only numeric characters or only normal characters or hybrid Pin
himanshu25612-Jul-09 22:55
himanshu25612-Jul-09 22:55 
GeneralRe: How To Check the Type of a string if it has only numeric characters or only normal characters or hybrid Pin
kKamel2-Jul-09 23:15
kKamel2-Jul-09 23:15 
GeneralRe: How To Check the Type of a string if it has only numeric characters or only normal characters or hybrid Pin
K03062-Jul-09 23:28
K03062-Jul-09 23:28 
GeneralRe: How To Check the Type of a string if it has only numeric characters or only normal characters or hybrid Pin
kKamel3-Jul-09 1:33
kKamel3-Jul-09 1:33 
Questionwhat is best solution or approach for the server to client project through web Pin
pallaka2-Jul-09 21:11
pallaka2-Jul-09 21:11 
AnswerRe: what is best solution or approach for the server to client project through web Pin
SeMartens2-Jul-09 21:24
SeMartens2-Jul-09 21:24 
Questionchange the Place Bar in Open File Dialog Pin
Satish Pai2-Jul-09 21:02
Satish Pai2-Jul-09 21:02 
QuestionConverting Key to ASCII [modified] Pin
ptaku202-Jul-09 20:16
ptaku202-Jul-09 20:16 
AnswerRe: Converting Key to ASCII Pin
stancrm2-Jul-09 23:42
stancrm2-Jul-09 23:42 
QuestionCreating installer project using VS005 is giving errors Pin
shivapriyak2-Jul-09 19:35
shivapriyak2-Jul-09 19:35 
AnswerRe: Creating installer project using VS005 is giving errors Pin
SeMartens2-Jul-09 21:26
SeMartens2-Jul-09 21:26 
AnswerRe: Creating installer project using VS005 is giving errors Pin
luchi20092-Jul-09 22:51
luchi20092-Jul-09 22:51 
AnswerRe: Creating installer project using VS005 is giving errors Pin
luchi20092-Jul-09 22:57
luchi20092-Jul-09 22:57 
QuestionHardware Cofiguration and Software details Through Domain Pin
raushan_92-Jul-09 19:19
raushan_92-Jul-09 19:19 
AnswerRe: Hardware Cofiguration and Software details Through Domain Pin
dan!sh 2-Jul-09 20:04
professional dan!sh 2-Jul-09 20:04 
GeneralRe: Hardware Cofiguration and Software details Through Domain Pin
raushan_92-Jul-09 20:21
raushan_92-Jul-09 20:21 
QuestionLoad Balance Pin
ananthakumar_s2-Jul-09 19:13
ananthakumar_s2-Jul-09 19:13 
QuestionDrawCurve Thickness/Width ? Pin
RedAE1022-Jul-09 16:09
RedAE1022-Jul-09 16:09 
Point[] pts = new Point[]
           {
               new Point(100, 300),
               new Point(200, 200),
               new Point(300, 100),
               new Point(400, 300),
               new Point(500, 100),
               new Point(600, 300),
               new Point(700, 500),
               new Point(800, 200),
               new Point(900, 300),
           };
           GDI.Graphics.DrawCurve(Pens.Red, pts, 0.5f);


Hello i am drawing a curve using the Graphics.DrawCurve method but i cant seem to find a way of changing the Thickness/Width of the line that draws the curve . Is there an alternative function for changing the curve Thickness/Width ?

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.