Forum: C# Nov 19th, 2007 |
| Replies: 10 Views: 5,971 This correctly checks if the value is a number but not a decimal.
You are converting the value to an int which cannot have a value past the decimal point unlike the decimal.
So passing ".1" would... |
Forum: C# Aug 30th, 2006 |
| Replies: 3 Views: 3,340 I by no means am an expert in threading but here is what i can gather from this.
you are using 'ThreadPool.QueueUserWorkItem' which queues the item into the current main thread.
What you need to do... |
Forum: C# May 23rd, 2006 |
| Replies: 4 Views: 7,425 I tried this a while ago, and its not 100% possible because i think not all files contain a header or such that says what the file is |
Forum: C# Nov 1st, 2005 |
| Replies: 9 Views: 6,243 are you trying to create a file that outlook can read? or is this copying the contacts for a different use? |