Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
AnswerRe: Download from Server Pin
seee sharp19-Sep-05 1:02
seee sharp19-Sep-05 1:02 
Questioncreate a dll [part 2] Pin
Sasuko19-Sep-05 0:20
Sasuko19-Sep-05 0:20 
AnswerRe: create a dll [part 2] Pin
Stefan Troschuetz19-Sep-05 1:19
Stefan Troschuetz19-Sep-05 1:19 
AnswerRe: create a dll [part 2] Pin
19-Sep-05 11:41
suss19-Sep-05 11:41 
QuestionJavascript or how? Pin
cloudking1196619-Sep-05 0:09
cloudking1196619-Sep-05 0:09 
QuestionTimer Pin
levi's18-Sep-05 23:56
levi's18-Sep-05 23:56 
AnswerRe: Timer Pin
Stefan Troschuetz19-Sep-05 1:21
Stefan Troschuetz19-Sep-05 1:21 
GeneralRe: Timer Pin
levi's19-Sep-05 15:19
levi's19-Sep-05 15:19 
Actually this timer is act like a stop watch in my program..So when everytime i press start button it will start run from 0 seconds until i press stop button to stop it.Now the problem is when i press the start button it start according to my computer time(second).

float time =(float)DateTime.Now.Second ;

xyGraphControl1.AddPoint(time, power);

long StartClock;
private void StartButton_Click(objectsender,System.EventArgse)
{
timer1.Start();
// get the exact hour started in milliseconds
StartClock = DateTime.Now.Ticks;
xyGraphControl1.Reset();
}

Thank very much!
GeneralRe: Timer Pin
Stefan Troschuetz19-Sep-05 21:41
Stefan Troschuetz19-Sep-05 21:41 
GeneralRe: Timer Pin
levi's19-Sep-05 23:44
levi's19-Sep-05 23:44 
GeneralRe: Timer Pin
Stefan Troschuetz20-Sep-05 0:21
Stefan Troschuetz20-Sep-05 0:21 
QuestionAscii sending problem. Pin
cue_ball18-Sep-05 23:45
cue_ball18-Sep-05 23:45 
AnswerRe: Ascii sending problem. Pin
Rob Harrison19-Sep-05 3:01
Rob Harrison19-Sep-05 3:01 
QuestionRename the File name Pin
Anonymous18-Sep-05 23:42
Anonymous18-Sep-05 23:42 
AnswerRe: Rename the File name Pin
Stefan Troschuetz19-Sep-05 0:29
Stefan Troschuetz19-Sep-05 0:29 
AnswerRe: Rename the File name Pin
Dave Kreskowiak19-Sep-05 5:41
mveDave Kreskowiak19-Sep-05 5:41 
QuestionLog Pin
Gktony18-Sep-05 23:05
Gktony18-Sep-05 23:05 
AnswerRe: Log Pin
enjoycrack19-Sep-05 1:23
enjoycrack19-Sep-05 1:23 
GeneralRe: Log Pin
Gktony19-Sep-05 3:36
Gktony19-Sep-05 3:36 
QuestionGDI+ :How to judge a point in the path. Pin
dreamwinter18-Sep-05 23:01
dreamwinter18-Sep-05 23:01 
QuestionExtracting attribute information from an XML file Pin
Vikram A Punathambekar18-Sep-05 20:41
Vikram A Punathambekar18-Sep-05 20:41 
AnswerRe: Extracting attribute information from an XML file Pin
bpontillo18-Sep-05 22:14
bpontillo18-Sep-05 22:14 
GeneralRe: Extracting attribute information from an XML file Pin
Vikram A Punathambekar18-Sep-05 22:42
Vikram A Punathambekar18-Sep-05 22:42 
GeneralRe: Extracting attribute information from an XML file Pin
bpontillo18-Sep-05 23:18
bpontillo18-Sep-05 23:18 
QuestionCode to flip a window Pin
Amir Harel18-Sep-05 20:29
Amir Harel18-Sep-05 20:29 

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.