Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
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 
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 
There is no method that can draw a sine wave. You have to divide the wave into lines or curves, and draw them individually. The DrawLines method takes an array of Point values, so that you can draw several attached lines in one call.

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

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 
GeneralRe: Help with Excel Formula Pin
MumbleB4-Jun-08 3:36
MumbleB4-Jun-08 3:36 
GeneralRe: Help with Excel Formula Pin
Jimmanuel4-Jun-08 3:41
Jimmanuel4-Jun-08 3:41 
QuestionSend a socket using stream Pin
xax4-Jun-08 1:19
xax4-Jun-08 1:19 
AnswerRe: Send a socket using stream Pin
leppie4-Jun-08 1:25
leppie4-Jun-08 1:25 
QuestionHow to create a install/setup package? Pin
Phoenix1014-Jun-08 1:01
Phoenix1014-Jun-08 1:01 
AnswerRe: How to create a install/setup package? Pin
leppie4-Jun-08 1:20
leppie4-Jun-08 1:20 

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.