| Thread | Last Post | Replies |
|
| get user email and mail server | 26 Sep 2008 04:20 GMT | 3 |
Hi; I'm trying to have a good default from email address & name as well as a mail server for a user when our app sends email for them. Is there some way to query the system to get that info - at least for cases
|
| wait up to N seconds trying to open a file if locked | 25 Sep 2008 17:34 GMT | 2 |
Hi; What is the best way to open a FileStream where the file might be locked and I am willing to wait 2 seconds for the lock to be released? thanks - dave
|
| var and auto-properties question | 22 Sep 2008 18:16 GMT | 2 |
Hi; I've got 2 questions about features in the new C#. The first is where I can do "var x = new MyObject()" instead of "MyObject x = new MyObject()". This strikes me as a step back to Basic
|
| Invoke in a Word AddIn | 22 Sep 2008 12:39 GMT | 1 |
Hi; I have a Word AddIn and in a Timer event I need to do the equivilent of Control.Invoke(). The problem is, I have no Control to do it on - my code is a Word AddIn and so when the timer fires, I usually have no
|
| How to develop software that supports multi-culture? | 06 Sep 2008 03:58 GMT | 2 |
Hello everyone. I have a question. How to develop a software that support multi-culture? I want develop a software with console and dlls. Customers can use dlls for develop.
|
| XmlUrlResolver - file in a zip file | 01 Sep 2008 02:42 GMT | 3 |
Hi; For XmlReader.Create(string filename) is it possible to pass a URI like how java allows: jar:file:c:/data.zip!order.xml
|