Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need help creating thumbnails [modified] Pin
Mark F.10-Mar-07 6:07
Mark F.10-Mar-07 6:07 
QuestionTrail of Tears... (i.e. Control Locations) [modified] Pin
new_phoenix10-Mar-07 2:47
new_phoenix10-Mar-07 2:47 
AnswerRe: Trail of Tears... (i.e. Control Locations) Pin
Guffa10-Mar-07 4:35
Guffa10-Mar-07 4:35 
GeneralRe: Trail of Tears... (i.e. Control Locations) [modified] Pin
new_phoenix10-Mar-07 7:05
new_phoenix10-Mar-07 7:05 
GeneralRe: Trail of Tears... (i.e. Control Locations) Pin
Guffa10-Mar-07 8:45
Guffa10-Mar-07 8:45 
GeneralRe: Trail of Tears... (i.e. Control Locations) Pin
new_phoenix10-Mar-07 8:56
new_phoenix10-Mar-07 8:56 
AnswerRe: Trail of Tears... (i.e. Control Locations) Pin
Guffa10-Mar-07 13:31
Guffa10-Mar-07 13:31 
GeneralRe: Trail of Tears... (i.e. Control Locations) Pin
new_phoenix18-Mar-07 4:55
new_phoenix18-Mar-07 4:55 
Guffa:

I tried to implement your suggestions but appeared to have hit a snag. First, the mathematics for the formula do not appear to work properly. For example, if the startX point for the first plotted point is zero and the endX point is 700, then the value for x would be 44800 since 0 + (700 - 0) * 64 / 1 = 44800. Then when second point is plotted it would be 22400, and the third point would be 14933.33.

The second issue is that what if the contol is dropped at a point in which the end value for x and/or y is less than the start values? This presents the possibility in which a control could be dropped above and to the right, or below and to the right, or above and to the left, or below and to the left, or directly above, or directly below, or directly left, or directly right, or an any place on the form.

For this reason, I believe that it would be necessary to apply the point plotting strategy as mentioned in the original message, by plotting 64 points. However, I am intrigued with your statement of utilizing the Timer control as a method to get control back from the process before showing the control at its next location.

Is there a way to get the timer clock to trade control back and forth between showing the control and ticking another period of time. In this way, the desired effect would be achieved. The control would show at its next plotted point, but the previous display of the control would be removed from the screen. This would effectively remove the trail of controls before returning control back to the process of showing its path from the drop point back to the dragged from point (ie starting point). Could you kindly show me how to shift control back and forth between the timer control and the plotting/displaying loop of updated control locations?
GeneralRe: Trail of Tears... (i.e. Control Locations) Pin
Guffa18-Mar-07 6:20
Guffa18-Mar-07 6:20 
QuestionClass Pin
shamsteady10-Mar-07 2:47
shamsteady10-Mar-07 2:47 
AnswerRe: Class Pin
Guffa10-Mar-07 3:41
Guffa10-Mar-07 3:41 
AnswerRe: Class Pin
Mike Hankey10-Mar-07 3:41
mveMike Hankey10-Mar-07 3:41 
GeneralRe: Class Pin
shamsteady10-Mar-07 3:43
shamsteady10-Mar-07 3:43 
GeneralRe: Class Pin
shamsteady10-Mar-07 4:14
shamsteady10-Mar-07 4:14 
GeneralRe: Class Pin
Colin Angus Mackay10-Mar-07 7:43
Colin Angus Mackay10-Mar-07 7:43 
GeneralRe: Class Pin
Mike Hankey10-Mar-07 9:13
mveMike Hankey10-Mar-07 9:13 
GeneralRe: Class Pin
shamsteady10-Mar-07 9:15
shamsteady10-Mar-07 9:15 
Questionws security Pin
George-Lucian10-Mar-07 2:29
George-Lucian10-Mar-07 2:29 
QuestionConverting Time string into DateTime Object Pin
Iman Daoodian10-Mar-07 2:10
Iman Daoodian10-Mar-07 2:10 
AnswerRe: Converting Time string into DateTime Object Pin
Stefan Troschuetz10-Mar-07 2:30
Stefan Troschuetz10-Mar-07 2:30 
Questionhow to use Crystal Report in my VC#2005 Professionally? Pin
hdv21210-Mar-07 0:29
hdv21210-Mar-07 0:29 
AnswerRe: how to use Crystal Report in my VC#2005 Professionally? Pin
waleed9910-Mar-07 5:36
waleed9910-Mar-07 5:36 
QuestionCheckForIllegalCrossThreadCalls Pin
marwan_siala10-Mar-07 0:25
marwan_siala10-Mar-07 0:25 
AnswerRe: CheckForIllegalCrossThreadCalls Pin
Stefan Troschuetz10-Mar-07 0:40
Stefan Troschuetz10-Mar-07 0:40 
QuestionHow to send mail with out using SMTP Pin
kk.tvm9-Mar-07 21:18
kk.tvm9-Mar-07 21:18 

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.