RE: TimerCallBack namespace
From: T. (T_at_discussions.microsoft.com)
Date: 02/27/05
- Next message: David Krmpotic: "Color the entire row based on the value in one column in WinForms's Datagrid"
- Previous message: Alvin Bruney [Microsoft MVP]: "Re: ASP.NET, C#, Process.GetProcesses"
- In reply to: T.: "TimerCallBack namespace"
- Next in thread: sadhu: "Re: TimerCallBack namespace"
- Reply: sadhu: "Re: TimerCallBack namespace"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Feb 2005 17:17:02 -0800
The error I am getting is:
The type or namespace name 'TimerCallBack' does not exist in the class or
namespace 'System.Threading' (are you missing an assembly reference?)
"T." wrote:
> I have the following line code which won't compile:
>
> System.Threading.TimerCallBack tmrdlgt = new TimerCallback(this.CountTime);
>
> yet I have included the System.Threading namespace with the line:
> using System.Threading;
> at the top of my class definition. Where am I going wrong?
- Next message: David Krmpotic: "Color the entire row based on the value in one column in WinForms's Datagrid"
- Previous message: Alvin Bruney [Microsoft MVP]: "Re: ASP.NET, C#, Process.GetProcesses"
- In reply to: T.: "TimerCallBack namespace"
- Next in thread: sadhu: "Re: TimerCallBack namespace"
- Reply: sadhu: "Re: TimerCallBack namespace"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|