| Thread | Last Post | Replies |
|
| WPF FlowDocument user interaction | 23 Mar 2007 21:53 GMT | 4 |
Is there any way to enable user to interact with FlowDocument like resize and drag to change layout? Thanks. Jim
|
| SMTP error | 23 Mar 2007 20:36 GMT | 1 |
I use Outlook 2000. I've been sending messages to a particualr address for months all of a sudden I'm now getting the following message back. SMTP error from remote mailer after initial connection: They have checked their end but there is nothing coming in to their server.
|
| Any such thing as a single column HashTable? | 23 Mar 2007 17:44 GMT | 14 |
Basically, I just need an efficient way to store and retrieve keys from a list. I don't need key/value pairs. I've implemented this with the standard HashTable, but the value column is a waste since every key has the same value, "".
|
| FileStream.Close() Exception - How to release the lock? | 23 Mar 2007 17:31 GMT | 5 |
Using .NET v2.0.50727, I've attached some sample code that creates a file in a network path (test.er-1): - The file is created at a network path. - The user disconnects his/her network cable.
|
| XP Power Toy | 23 Mar 2007 17:09 GMT | 1 |
I bought a Sr2150 Compaq Computer that came with Windows Vista Basic. Everytime I start the computer an XP Power Toy message comes up stating that is invalid. How do I stop this message on startup?
|
| obtaining full stack trace in release mode from a thrown exception? | 23 Mar 2007 15:56 GMT | 2 |
If I have the following code excerpt where I call m1() in release mode. my stack trace output shows only m1 and m4 and not the intermediate method calls. I obtain the full information in Debug mode. However this information
|
| Socket problem | 23 Mar 2007 15:37 GMT | 3 |
I have a very simple little program that connects to our email server to send out emails. When I compiled it with .VS2003 (net 1.1), it works fine. with VS2005 (.net 2.0), it hangs on the last ReadInfo Any suggestions? thanks!
|
| UriFormatException from WSE in 2.0, not in 1.1 (need help) | 23 Mar 2007 14:59 GMT | 1 |
I'm developing an ASP.NET 2.0 site wich uses some 1.1 assemblies built by our team (server and win client is still 1.1, web is 2.0). The problem is that my use of thiese assemblies - wich uses WSE 2.0 SP3 - suddenly throws an exception. We can't find any code changes that
|
| New Probing Rules for 2.0? | 23 Mar 2007 14:33 GMT | 2 |
I have a WinForms application that comprises files similar to this: a.exe b.dll c.dll
|
| Windows Communication Foundation | 23 Mar 2007 12:10 GMT | 2 |
I need to implement a Service with CallBack Contract and setting TransportMode in binding configuration set to Streamed. When i try to instance ServiceHost it's throw an System.InvalidOperationException with Message like 'Contract Require
|
| Compact Framework Sockets Question | 23 Mar 2007 06:11 GMT | 3 |
I don't see a Compact Framework newsgroup so I am just going to post it here. We are porting a .NET 2.0 program to the compact framework and the application involves the sending and receiving of multicast packets. We noticed that even though the property Socket.MulticastLoopback ...
|
| Hungarian Notation Vs Pascal Notation? | 22 Mar 2007 21:14 GMT | 17 |
On wednesday my company will have an open ended discussion whether to standardize hungarian notation or pascal/cammel case notation. We'd love to recieve some feedback on what other people are using out there
|
| How to monitor which app window is the foreground window? | 22 Mar 2007 15:38 GMT | 3 |
Hello, friends, I need to write an assembly (C#.net 2.0 class library) to monitor all applications currently running in a PC. Especially, I need to know which window is the top
|
| How to know if something is thread safe? | 22 Mar 2007 14:48 GMT | 2 |
I'm working on a routine that get's information from an html page. I'm using the IHTMLDocument2 type and want to know if it's thread safe? How can I found out if it is? I want to set up a couple of threads that will process my web pages.
|
| Visual Studio 2003 and Javascript help... | 22 Mar 2007 13:26 GMT | 2 |
I'm using Visual Studio 2003 to develope a Web-form application. This application required me to do some Javascripting. Now my Javascrip is not exactly what you would good - I need lots of help and explanations etc... High levels of variable transparence
|