Click here to Skip to main content
15,914,225 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error Pin
M-Hall10-Mar-07 6:48
M-Hall10-Mar-07 6:48 
GeneralRe: Error Pin
shamsteady10-Mar-07 7:01
shamsteady10-Mar-07 7:01 
GeneralRe: Error Pin
Christian Graus10-Mar-07 7:27
protectorChristian Graus10-Mar-07 7:27 
QuestionDo you know any API that can get the name of DVD movie? [modified] Pin
Khoramdin10-Mar-07 4:30
Khoramdin10-Mar-07 4:30 
AnswerRe: Do you know any API that can get the name of DVD movie? Pin
Christian Graus10-Mar-07 5:17
protectorChristian Graus10-Mar-07 5:17 
QuestionRe: Do you know any API that can get the name of DVD movie? Pin
Khoramdin11-Mar-07 9:31
Khoramdin11-Mar-07 9:31 
QuestionNeed help creating thumbnails Pin
Mark F.10-Mar-07 4:15
Mark F.10-Mar-07 4:15 
AnswerRe: Need help creating thumbnails Pin
Christian Graus10-Mar-07 5:17
protectorChristian Graus10-Mar-07 5:17 
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 
GeneralRe: Trail of Tears... (i.e. Control Locations) Pin
Guffa18-Mar-07 6:20
Guffa18-Mar-07 6:20 
new_phoenix wrote:
First, the mathematics for the formula do not appear to work properly.


Yes, you are right. It should be (endX - startX) * _index / 64 instead of (endX - startX) * 64 / _index.

new_phoenix wrote:
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?


That is not a problem. In that case endX - startX becomes a negative value, so the control moves in the other direction from the start point.

new_phoenix wrote:
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.


That is the entire purpose of the Elapsed event. The timer triggers the event for every tick, making control go to the event handler code. Once the event handler code has done it's work, control is returned to normal operation.

---
single minded; short sighted; long gone;

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 

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.