Click here to Skip to main content
15,898,993 members

Comments by Chirry (Top 32 by date)

Chirry 16-Nov-10 17:32pm View    
well at the moment is not working, im sure it is probably because im not being able to implemented on an appropriate way, i left it at the moment , im doing the documentation of the product, i apreciate it
Bless
Chirry 16-Nov-10 11:00am View    
i didnt vote, i just accept ur answer.. well i think thats what i did
Chirry 16-Nov-10 10:55am View    
Thanks for your help and understanding, i will try now what you said hope it will work with me
Chirry 16-Nov-10 10:36am View    
Thanks for ur help. Be aware that i am a C# beginer , thankss!!
Chirry 16-Nov-10 10:35am View    
My timer interval is the Rectimer. isnt this setting it??

private void Rectimer_Tick(object sender, EventArgs e)
{
int TimeRec = (MicRec.IsRecording);
this.lbl_timeControl.Text = string.Format("{0}", DisplayTime(Sp.PositionInMS));
}
private string DisplayTime(int ch)
{
DateTime ry = new DateTime((long) 1000);
return ry.ToString("T");
}