| Thread | Last Post | Replies |
|
| Unhandled Exception in Console Application | 10 Apr 2008 15:20 GMT | 10 |
Can anyone point me to an example or info on handling unhandled exceptions in a console application? Preferrably VB. Thanks,
|
| WPF Checkbox issue | 10 Apr 2008 10:31 GMT | 2 |
I've run into a strange problem when prompting the user to confirm whether they want to clear a checkbox. It seems that showing a MessageBox during a PreviewMouseLeftButtonDown event seems to disrupt normal operation of a checkbox in that it will no longer
|
| PowerPoint presentation from Task Manager | 10 Apr 2008 04:34 GMT | 2 |
I have schedulled a ppt presentation to show at logon time. But instead of starting the show it opens the .ppsx file . On my first try I filled the field Action/Start a Program/ with the path of the .ppsx file.
|
| How to the override web reference in class library | 10 Apr 2008 04:25 GMT | 3 |
I have a Visual Studio 2005 solution that contains a website and a class library. The class library has a web reference to a web service. I want to be able to override the URL used by the class library for its web reference, ideally by just changing a value in the website's web ...
|
| Load-balancing / routing with WCF | 10 Apr 2008 00:31 GMT | 2 |
I'm not sure if it is a good place to ask this question since there is not microsoft.public.dotnet.framework.wcf group. I just get started on WCF programming. The question I have is how to do load-balancing / routing with WCF.
|
| System.Collections.Generic.List<int> myList = new System.Collections.Generic.List<int>(100); | 09 Apr 2008 20:45 GMT | 1 |
System.Collections.Generic.List<int> myList = new System.Collections.Generic.List<int>(100); Does this preallocate 100 integers? Also, is there any way to preallocate an array of objects all at once?
|
| certain unicode characters seem to freak out IndexOf | 09 Apr 2008 19:23 GMT | 1 |
Hi... One of my coworkers recently discovered that the presence of certain unicode characters in a string seems to freak out String.IndexOf() and was wondering why that is. He wrote a little tester program that tested a big chunk of the
|
| How quickly check the directory on the emptiness? | 09 Apr 2008 18:55 GMT | 1 |
How quickly check the directory on the emptiness? Faster than System.IO.Directory.GetFiles(). http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| BindingList.ListChanged event not firing | 09 Apr 2008 16:00 GMT | 3 |
I have some code, in .NET 2.0 that is making use of the BindingList<T> class. When an item is added to the list, the ListChanged event is fired as expected. However, if I change the value of one of the properties of an item in the list, the ListChanged event is not raised. I am ...
|
| CSS and absolute positions | 09 Apr 2008 14:06 GMT | 6 |
I have an aspx page that use absolute positioning. Sometimes there is a 15 seconds delay from the time that the text of the page displayed until all bits and pieces are downloaded to the browser. Until everthing is down loaded the CSS styles will not br applied and my page looks
|
| Is there any way to list which apps use .NET services? (XP) | 09 Apr 2008 12:41 GMT | 1 |
Can find out which apps call .NET and, even which version of .NET each calls? Thanks
|
| About WCF | 09 Apr 2008 03:37 GMT | 7 |
I am exploring WCF and I have a question a bit out of topic. I can read, for example here : http://www.code-magazine.com/article.aspx?quickid=0611051&page=1 that HttpBinfing is preferred to NetTcpBinding for internet scenarios.
|
| Simple TCP Socket Communicator - Please Help | 09 Apr 2008 03:37 GMT | 5 |
Hello developers, I am trying to create a simple TCP chat-like communicator. It will communicate with one peer only sending and receiving messages on the same port. I guess, this requirement is important. Once the communication is
|
| Good C# profilers? | 08 Apr 2008 22:11 GMT | 8 |
Hi... I was just wondering what recommendations people had for C# code profilers? I'm trying to figure out where a lot of our app's time is going. I downloaded and am trying ProfileSharp Enterprise Edition, but I'm finding
|
| WaitForExit() times out when I try to capture multi-line Stdout | 08 Apr 2008 22:01 GMT | 5 |
I have written a short VB.NET function (see below) which captures StandardOutput from a particular Windows program (myProgram.exe). The problem is this: if myProgram.exe returns more than a single line of text then WaitForExit() always times out! The function
|