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 monday september 4

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

Migrate app under Vista advise ???
Posted by serge calderara at 9/4/2006 10:55:01 PM
Dear all, We have one product runing under windows 2000 . This product is based on different VB5 executable accessing local access database. In addition we there are able to send data over network using socket with TCP. MOving to vista is one of our preoccupation. In order to limit the dev...more >>


Exception weirdness in VS 2005
Posted by CharlesA at 9/4/2006 5:16:01 AM
Hi folks, I'm working on code from Herb Schildt's book in which he says that an exception can be thrown by one method and caught by another class ExcTest { public static void genException() { int[] nums = new int[4]; Console.WriteLine("Before e...more >>

Socket Error on instantiation
Posted by OJ at 9/4/2006 4:27:37 AM
Hi, I am using windows xp sp 2 and VS2005 Express editions. Whenever I create a new socket in either VB or C# using the following code... VB Private client As New Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp) C# private Socket client = new Socket(AddressFamily.In...more >>

Error in Windows service
Posted by Karthikeyan.T.S at 9/4/2006 12:50:01 AM
Hi, I am getting a error when I try to start a Windows Service. The error is "The XYZ service on local computer started and then stopped.Some services stop automatically if they have no work to do,for example, the performance logs and alerts service." I don't know why it is throwing such a...more >>

form appearance problem
Posted by Yoshitha at 9/4/2006 12:00:00 AM
I've an windows application developed using vb.net( vs2003) and i'm testing this application on windows xp professional. my application is having only one form the size of the form is height : 1030 width : 753 and this form is having lot of controls on it (panel, textbox, lables, dropdo...more >>

are assignments always atomic?
Posted by Roberto Orsini at 9/4/2006 12:00:00 AM
Hi, my question is: are variable assignments always atomic? I reckon they are for most primitive data types and class references. What about decimals? And structs? Thanks....more >>



DevelopmentNow Blog