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 > c# > march 2008 > threads for sunday march 23

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 31

'System.Net.Sockets.TcpListener.TcpListener(int) is obsolete
Posted by Darwin at 3/23/2008 9:53:17 PM
Setting a server to listen on 8080 for incoming connections. Written in VS2005 on a Multi-homed machine. I get the warning: Warning 1 'System.Net.Sockets.TcpListener.TcpListener(int)' is obsolete: 'This method has been deprecated. Please use TcpListener(IPAddress localaddr, int port) instead...more >>


Creating a list of TODO's
Posted by K Viltersten at 3/23/2008 5:46:52 PM
Is there a facility in VS allowing the programmer to find and list all "TODO" locations in the code? In C++ i had this "\todo text" which resulted in a list of things todo as a separate HTML file upon run... -- Regards Konrad Viltersten -------------------------------- sleep - a sub...more >>

App in focus?
Posted by RobP at 3/23/2008 4:46:23 PM
Is there a way to check with windows in c# whether the current application is in focus and taking input? I've tried checking the focused property on the main form, but this doesn't seem to work. Thanks RobP ...more >>

Any method like System.Windows.Forms.Application.CancelEvents()?
Posted by samueltilden@gmail.com at 3/23/2008 4:35:17 PM
I have inherited a complex application with dozens of controls. The new functionality I am to surgically insert is to prevent the user from proceeding further if any of the data is incorrect in my control on the current page. I can capture the .Leave event from my control, but I do not want ...more >>

Replacing an element using DOM
Posted by sony.m.2007@googlemail.com at 3/23/2008 4:03:56 PM
Hi, I need to find an element in the XML file and replace the element with another element. I'm planning to use DOM. Is there any tutorial available for searching an element and replace using dom Example xml file <?xml version="1.0" encoding="utf-8" ?> <details> <detail> <descripti...more >>

Adding icons in resource file
Posted by John at 3/23/2008 3:06:24 PM
Is there such a thing as storing icons or bitmaps into a resource file, and adding more icons or bitmaps into the resource file at runtime? I want to store a bunch of icons into a resource file, and at runtime I want to be able to add more icons as I need to add. I don't want to use an image...more >>

UnauthorizedAccessException writing to Windows (Vista) directory and writing to Registry
Posted by wesley.hs76@hotmail.com at 3/23/2008 2:36:03 PM
Hello, I've the following two problems. I want to write an inifile to the Windows directory. And I wanna write variables to the Registry. For both things I get an UnauthorizedAccessException. This problem started when I'm using Windows Vista. (Windows XP this problem never happens.) Can someb...more >>

ClickOnce & branch of versions
Posted by Joe at 3/23/2008 10:51:49 AM
Hello to all! I have an interessting question here concerning ClickOnce technology. I have a .NET 3.5 Windows application that is deployed on client computer via ClickOnce. The version is 1.0.0.0. Now I want my users to get the lastest updates for the 1.X.X.X versions. That is not a problem...more >>



beginner question for csharp & sql programatically
Posted by milton at 3/23/2008 12:27:41 AM
hi how to navigate through the records in sql DB programatically...? ...more >>

[off-topic] How many group posters does it take to change a light bulb?
Posted by Michael Starberg at 3/23/2008 12:00:00 AM
1 to change the light bulb and to post that the light bulb has been changed 14 to share similar experiences of changing light bulbs and how the light bulb could have been changed differently 7 to caution about the dangers of changing light bulbs 27 to point out spelling/grammar errors in ...more >>

[off-topic] Ode to C
Posted by Michael Starberg at 3/23/2008 12:00:00 AM
May your signals all trap May your references be bounded All memory aligned Floats to ints rounded Remember ... Non-zero is true ++ adds one Arrays start with zero and, NULL is for none For octal, use zero 0x means hex = will set == means test use -> for a pointer a dot if its ...more >>

[on-topic] Chuck Norris!
Posted by Michael Starberg at 3/23/2008 12:00:00 AM
some Chuck Norris facts: - When Chuck Norris falls in water, Chuck Norris doesn't get wet. Water gets Chuck Norris. - Chuck Norris can divide by zero. -Chuck Norris doesn't throw up if he drinks too much. Chuck Norris throws down! - Chuck Norris ordered a Big Mac at Burger King, and ...more >>


DevelopmentNow Blog