Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
Questionhow to restart the thread Pin
renuga52981-Dec-08 21:33
renuga52981-Dec-08 21:33 
AnswerRe: how to restart the thread Pin
leppie1-Dec-08 21:37
leppie1-Dec-08 21:37 
GeneralRe: how to restart the thread Pin
renuga52981-Dec-08 22:31
renuga52981-Dec-08 22:31 
AnswerRe: how to restart the thread Pin
N a v a n e e t h1-Dec-08 22:38
N a v a n e e t h1-Dec-08 22:38 
GeneralRe: how to restart the thread Pin
renuga52981-Dec-08 23:35
renuga52981-Dec-08 23:35 
GeneralRe: how to restart the thread Pin
MickCurley1-Dec-08 23:52
MickCurley1-Dec-08 23:52 
Questionexecuting multiple dos command Pin
sumit70341-Dec-08 21:28
sumit70341-Dec-08 21:28 
AnswerRe: executing multiple dos command Pin
N a v a n e e t h1-Dec-08 21:33
N a v a n e e t h1-Dec-08 21:33 
GeneralRe: executing multiple dos command Pin
sumit70341-Dec-08 21:41
sumit70341-Dec-08 21:41 
GeneralRe: executing multiple dos command Pin
leppie1-Dec-08 21:51
leppie1-Dec-08 21:51 
GeneralRe: executing multiple dos command Pin
sumit70341-Dec-08 22:12
sumit70341-Dec-08 22:12 
GeneralRe: executing multiple dos command Pin
leppie1-Dec-08 22:22
leppie1-Dec-08 22:22 
QuestionRemote Desktop Capture Pin
krinaljariwala1-Dec-08 20:55
krinaljariwala1-Dec-08 20:55 
QuestionHow to infuence the <nonce> in a WSE 3.0 message Pin
PH-MAT1-Dec-08 20:28
PH-MAT1-Dec-08 20:28 
QuestionAdministration Privileges for event logs Pin
AmbitiousBeginner1-Dec-08 20:23
AmbitiousBeginner1-Dec-08 20:23 
AnswerRe: Administration Privileges for event logs Pin
Simon P Stevens1-Dec-08 22:45
Simon P Stevens1-Dec-08 22:45 
QuestionRestrict to add new rows in datagird at runtime Pin
srikanthkamuju1-Dec-08 19:22
srikanthkamuju1-Dec-08 19:22 
AnswerRe: Restrict to add new rows in datagird at runtime Pin
N a v a n e e t h1-Dec-08 19:40
N a v a n e e t h1-Dec-08 19:40 
QuestionRegarding DropDown in Grid Pin
Prabhat0031-Dec-08 18:01
Prabhat0031-Dec-08 18:01 
AnswerRe: Regarding DropDown in Grid Pin
paas2-Dec-08 3:17
paas2-Dec-08 3:17 
QuestionGDI+ Pin
vinay_K1-Dec-08 17:39
vinay_K1-Dec-08 17:39 
AnswerRe: GDI+ Pin
V.1-Dec-08 19:58
professionalV.1-Dec-08 19:58 
an attempt:

I think there are 2 main things to do.

1. Determin the X1, X2 and Y1, Y2 where you want to zoom too. These are your constraints. (recalculate)
This means in the equation y = A sin (Bx - C) + D that both x and y have to be within the restraints.

2. scale your X-Y axis. if 100 pixels for Amplitude = 1 then you could set it to 200 pixels for amplitude = 1 (eg).

I would recommend doing one first without scaling, if the results are correct, you can rescale the axis to reflect the entire drawing area.

Hope this helps.
(it's been awhile, so double check Wink | ;) )

V.

Stop smoking so you can: Enjoy longer the money you save.
Moviereview Archive

GeneralRe: GDI+ Pin
vinay_K1-Dec-08 21:19
vinay_K1-Dec-08 21:19 
GeneralRe: GDI+ Pin
Christian Graus1-Dec-08 21:22
protectorChristian Graus1-Dec-08 21:22 
GeneralRe: GDI+ Pin
V.1-Dec-08 21:41
professionalV.1-Dec-08 21:41 

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.