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 > july 2004 > threads for sunday july 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 31

AddOwnedForm functionallity with extern application?
Posted by ssunnerberg NO[at]SPAM hotmail.com at 7/4/2004 11:47:48 PM
Hi! I want to make a form i vb.net wish will lay as a little window on the side of the main window of an extern program. Pretty much like a tool-window or something to photoshop. When the extern program is minimized I want also the form to be minimized and when the extrern app is bringed to fr...more >>


Painting a gradient background on a sub-control
Posted by Phil Jones at 7/4/2004 8:49:41 PM
I have a control that I'm drawing a colored Gradient backgound on (using the "OnPaintBackground" override method). What I'm wondering is: How can I get a sub-control within the painted control (an Label for instance) to reflect the gradiant colors at the point it is situated within the contro...more >>

Painting Background - No Resizing Well
Posted by Phil Jones at 7/4/2004 8:07:14 PM
I'm painting a gradient onto a control by overrideing the "OnPaintBackground" method like so: Protected Overrides Sub OnPaintBackground(ByVal e As PaintEventArgs) Dim brush As New LinearGradientBrush( _ New Point(0, 0), _ ...more >>

New Bitmap causes chews up a lot of memory
Posted by Ash at 7/4/2004 5:02:01 PM
Hi, There seems to be a memory leak problem in loading an image in .NET I am trying to load up an image, which is 1MB in size on the disk. When I load up the image it expands out to atleast 25MB in memory. THIS cannot be right!! The line of code I am using is: "formImage = new Bitmap("Fo...more >>

Gradient Backgrounds
Posted by Phil Jones at 7/4/2004 10:02:25 AM
How would I go about setting a gradient (from Color A to Color B) as a background for something like a panel? I don't want to resort to using XP-themes (so that it'll run on pre-XP systems). Basically I have some 3rd party controls that have gradient backgrounds - but I need to be able to rep...more >>



DevelopmentNow Blog