|
-
March 8th, 2003, 10:19 AM
#1
i wonder it is a problem?
static void Main()
{
frmMain fm= new frmMain();
Application.Idle += new System.EventHandler(fm.OnIdle);
Application.Run(mf);
}
public void OnIdle(object sender, EventArgs e)
{
ListInfo.Text = _alPostList.Count.ToString();
}
when i was programming i did like above..
i wonder if i did like above ...is there any overworking on the computer...?
sometimes i used to use this code.. but i might not know what this code means.
Is there really any overworking on computer if i use this code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|