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
May 2008
June 2008
all groups > dotnet windows forms > march 2006 > threads for wednesday march 8

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

Inherited forms weirdness
Posted by Mike at 3/8/2006 5:02:55 PM
I've got a base form in my library DLL, and an inherited form in the client exe. This works wonderfully, until I go to make a change to the inherited form. For example, if I resize the child form it'll re-create object declarations in InitializeComponent(). So, if I have: Protected myObject ...more >>


Does .NET have an equivalent Java AWT Thread?
Posted by Michael COhen at 3/8/2006 11:31:18 AM
Hi, I am primarily a Java developer well versed in the ways of Java AWT and Swing but am relatively new to .NET GUI development. I've been making a simple windows application using C# that basically allows a user to enter some data then submit it to be processed by a task running on a s...more >>

Closing tray applications from .NET
Posted by Dmitry Duginov at 3/8/2006 9:34:54 AM
I'm trying to make a utility that should assist backup procedure by closing multiple applications sitting in systray. The problem I bumped into is that many of those applications do not close their main window if I try to call Process.CloseMainWindow(). What are the other "polite" methods to clos...more >>

Smart Client and App.config Offline
Posted by T4M3 at 3/8/2006 9:33:27 AM
Hello, I have a smart client (Framework v1.1, No-Touch Deployment) application that we have been using successfully for some time. We recently were testing some of the offline capabilities of the app and ran into a serious problem. When connected, the application launches flawlessly. How...more >>

Open image file on double click
Posted by Jason Chan at 3/8/2006 12:09:01 AM
I have a picturebox and a textbox, the picturebox is showing the thumbnail version of the filename specified in the TextBox. I want when double clicking the PictureBox will open the underlying image. i.e. just like double clicking the image file in Explorer that open the image in registered ...more >>



DevelopmentNow Blog