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 2004 > threads for saturday march 6

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

Popup Windows on Forms
Posted by Jon Rushworth at 3/6/2004 8:26:09 PM
Hi Folks I'm trying to create a popup window on a Form by overriding the CreateParams property of a control. I can get all the functionality of this to work in my application but for one little problem. Thi is that when I select something on the popup my application deactivates (the title bar go...more >>


rename columns
Posted by Steph at 3/6/2004 7:46:40 PM
Hello, I have an ArrayList with some custom objects inside. The type of one property of this one is an ArrayList too. When I bind this ArrayList to a datagrid, there is no problem : I can see all rows and collumns of my object, and the arraylist child. But when I'm using a way to redefin...more >>

MessageBox form type
Posted by Mystique at 3/6/2004 6:48:34 PM
How can i show some form/dialog without declaring "new myForm()" like the MessageBox form ex: MessageBox.Show("bla bla bla"); i want the same for my form: myForm.Show(); ...more >>

Change border style of text box
Posted by moondaddy at 3/6/2004 10:55:06 AM
I recently looked at a sample application from DevDays 2004 called IssueVision. The textboxes in the vb winforms app had a flat appearance with thin light blue borders at runtime, however, in design view all of the text box properties we just like any other standard textbox that you drag onto a...more >>

memory usage
Posted by tomvr at 3/6/2004 9:06:08 AM
Hello I have noticed some 'weird' memory usage in a vb.net windows app The situation is as follows I have an app (heavy on images) with 2 forms (actually there are more forms and on starting the app I load some things into memory for global use of the app but I'll use only 2 starting forms to e...more >>

How to prevent wrapping text in a Label control
Posted by Dmitry Shaporenkov at 3/6/2004 8:06:05 AM
Hi there how can I prevent wrapping text in a Label control? I'd like the label to have a fixed length so setting AutoSize to true is not an option for me. I'd prefer the label text to be cut when i exceeds the specified length Thanks in advance Dmitry...more >>

Caption in panel bar of Win 2000 even if No caption has been set for our windows Form
Posted by Hemant at 3/6/2004 5:51:05 AM
Hi I am developing a Windows application that has single windows form in it. Moreover its this windows form is border less. ShowInTaskBar property for this form is True. But because this form has no border it shows No caption in System taskbar panel ( Panel where windows 'Start' button is l...more >>



DevelopmentNow Blog