Click here to Skip to main content
16,012,153 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in receiving Path as a string Pin
Christian Graus4-Jun-08 4:15
protectorChristian Graus4-Jun-08 4:15 
QuestionErasing Lines with drawing tool Pin
Cozmo234-Jun-08 3:38
Cozmo234-Jun-08 3:38 
AnswerRe: Erasing Lines with drawing tool Pin
leppie4-Jun-08 3:44
leppie4-Jun-08 3:44 
AnswerRe: Erasing Lines with drawing tool Pin
Christian Graus4-Jun-08 3:53
protectorChristian Graus4-Jun-08 3:53 
GeneralRe: Erasing Lines with drawing tool Pin
Cozmo234-Jun-08 4:18
Cozmo234-Jun-08 4:18 
GeneralRe: Erasing Lines with drawing tool Pin
Christian Graus4-Jun-08 4:47
protectorChristian Graus4-Jun-08 4:47 
QuestionSine Wave using GDI+ Pin
vinay_K4-Jun-08 2:55
vinay_K4-Jun-08 2:55 
AnswerRe: Sine Wave using GDI+ Pin
Guffa4-Jun-08 3:00
Guffa4-Jun-08 3:00 
In the Graphics class you have the DrawLine, DrawLines, DrawBezier and DrawBeziers methods. Use whatever fits the kind of data you have in the list.

To draw graphics on a form, use the Paint event of the form or of a control on the form. A graphics object that you should use for the drawing is send in the event arguments to the event handler.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionRe: Sine Wave using GDI+ Pin
vinay_K4-Jun-08 3:10
vinay_K4-Jun-08 3:10 
AnswerRe: Sine Wave using GDI+ Pin
leppie4-Jun-08 3:14
leppie4-Jun-08 3:14 
GeneralRe: Sine Wave using GDI+ Pin
vinay_K4-Jun-08 3:36
vinay_K4-Jun-08 3:36 
GeneralRe: Sine Wave using GDI+ Pin
leppie4-Jun-08 3:42
leppie4-Jun-08 3:42 
GeneralRe: Sine Wave using GDI+ Pin
Alan Balkany4-Jun-08 4:06
Alan Balkany4-Jun-08 4:06 
AnswerRe: Sine Wave using GDI+ Pin
Guffa4-Jun-08 3:28
Guffa4-Jun-08 3:28 
GeneralRe: Sine Wave using GDI+ Pin
vinay_K4-Jun-08 3:44
vinay_K4-Jun-08 3:44 
AnswerRe: Sine Wave using GDI+ Pin
Russell Jones4-Jun-08 5:53
Russell Jones4-Jun-08 5:53 
QuestionPerformance issue when using DLL Import to call C++ function from C# Pin
GalitM4-Jun-08 1:45
GalitM4-Jun-08 1:45 
AnswerRe: Performance issue when using DLL Import to call C++ function from C# Pin
Harvey Saayman4-Jun-08 4:56
Harvey Saayman4-Jun-08 4:56 
QuestionHelp with Excel Formula Pin
MumbleB4-Jun-08 1:43
MumbleB4-Jun-08 1:43 
AnswerRe: Help with Excel Formula Pin
Jimmanuel4-Jun-08 2:48
Jimmanuel4-Jun-08 2:48 
GeneralRe: Help with Excel Formula Pin
MumbleB4-Jun-08 2:58
MumbleB4-Jun-08 2:58 
GeneralRe: Help with Excel Formula Pin
Jimmanuel4-Jun-08 3:08
Jimmanuel4-Jun-08 3:08 
GeneralRe: Help with Excel Formula Pin
MumbleB4-Jun-08 3:15
MumbleB4-Jun-08 3:15 
GeneralRe: Help with Excel Formula Pin
MumbleB4-Jun-08 3:24
MumbleB4-Jun-08 3:24 
GeneralRe: Help with Excel Formula Pin
Jimmanuel4-Jun-08 3:31
Jimmanuel4-Jun-08 3:31 

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.