Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > september 2006 > threads for sunday september 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Monitor or hook a call to the Registry, and swap the returned value
Posted by ewolfman at 9/24/2006 11:15:00 PM
Hi, Is there any way in which I can monitor / hook the Registry, and upon a call to a specific key from a specific application - swap the returned value? I was thinking of using this method to overcome the "click" sound of the WebBrowser, without having to affect the Registry permanently. T...more >>

Setup & Deployment - merge modules causing compiler warnings
Posted by mjobbe NO[at]SPAM gmail.com at 9/24/2006 10:38:50 PM
I have an installer that requires three merge modules (ATL, CRT, and MFC), and after adding them in, I get the following warnings when I build the MSI: WARNING: Two or more objects have the same target location ('[payload_ul]\8.0.50727.42.cat') WARNING: Two or more objects have the same tar...more >>

.NET Chart
Posted by Erencan SAÐIROÐLU at 9/24/2006 6:02:37 PM
Hi All, I wonder that doesn't .NET has a chart control. I don't want to use ReportViewer. I look a chart control like Microsoft Chart Control in .NET. (Not COM Object) ...more >>

Printing
Posted by Richard MSL at 9/24/2006 4:34:01 PM
I have an application that prints documents that it creates. It uses what I believe is a standard .NET way of doing so, like this: PrintDocument pd = new PrintDocument(); pd.PrintPage += new PrintPageEventHandler (this.pd_PrintPage); PrintDialog PrintDialog1 = new PrintDia...more >>

nero6 dvd burn : Illegal Disc message
Posted by mikeeastlondon at 9/24/2006 3:54:01 PM
This seems to be a nationwide problem for Nero users, I've checked on line with other sufferers; the solution to the problem does never seem to be an easyone? Up until a few days ago I was happily and reguarly creating music data bases (mp3 saved as data onto dvd discs and burning films ont...more >>

Best sites for source code examples?
Posted by smerf at 9/24/2006 3:52:50 PM
What are the best sites for code examples for beginners and advanced programmers? ...more >>

Remoting and concurrent socket connections
Posted by Thomas_Ren=E9_Sidor at 9/24/2006 9:31:36 AM
Hello Having been trying to find the root of this problem for several days I now hope that you can help me. I'm implementing a distributed file system - consisting of, at the moment, a testing client (C), a http-server (H) and a file server (F) - with the following setup: H acts as an ex...more >>

try again in C# exception handling
Posted by Adil Akram at 9/24/2006 3:01:01 AM
I'm new to C#. Please answer my following questions about c# exception handling. What happens and how an exception handled if it occurs in "catch" block while already processing another exception. In an exception "catch" block I am showing a dialog box to user with option of "try again"...more >>



Threadpool and Sockets
Posted by Richard at 9/24/2006 12:00:00 AM
Hi All, I don't know in which group my question needs to be posted so here i go: I know that the socket 'begin...' methods uses the threadpool to call the callback function but does that mean that the sockets can't handle more than 25 concurrent 'begin...' methods that complete since the t...more >>


DevelopmentNow Blog