Hi Utsav - you may be right... I don't remember the point where it was supported widely. I guess I just got used to setting the colors on the cells from way back when.
That depends on what part of the code is taking so long and how many items your adding to the ListBox. If it's the part that's adding items to the ListBox, I noticed that you'r not preventing the control from redrawing itself every time you add an item to the control. You might want to scrap iterating through the items yourself and just use the .AddRange(Object()) method of the Items property. I think something like this should work:
ListBox1.DisplayMember = "Subject"
ListBox1.Items.AddRange( myItems )
RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
The RPC service should always be running. I'd check to make sure that the two machines in question have the Windows Management Instrumentation service running, and that they are running with the latest service packs and patches. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Google is your friend. MSDN also has a lot of info on regular expressions. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
That should be obvious! :confused: If you're monitor already knows the Task Name and it doesn't show up in the log, well, what do you think didn't happen? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
yeah.. i've also done some research and so far i have not seen any codes/project like this before..got really no idea how to do this and i'm stuck with this project for 2 months now..:( anyway, thanks a lot for your time :cool: and goodluck to me.. :(