February 14th, 2011, 04:49 AM
Hi All,
How can I alter the row heights of all my non empty rows in my EXCEL sheet?
Thanks in advance.
w.
January 12th, 2011, 07:20 AM
Hi,
Trying to copy a ListView row to another listView control and to prevent having duplicates I'm checking if the item already exists first.
If the row doesn't exist then copy it if not don't...
December 20th, 2010, 05:14 PM
Hi,
I wrote some code which it'll do what I want to achieve.
The only problem is that when I close my form while the thread is running it throws an error in Dispose:
"Cross-thread operation not...
December 15th, 2010, 01:42 PM
How do I do that?
Do you mean I need to create a timer programatically in my ackgroundWorker1_DoWork event?
Could you please give me some more pointers.
Thanks in advance.
December 15th, 2010, 01:31 PM
Hi,
I'm a newbie and I'd like some help please.
I created a small applications which check CPU usage on a list of servers every 5000 timer intervals.
The application was working but not responsive...