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 > august 2003 > threads for friday august 22

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

Docked window
Posted by Ernesto Herrera Jr. at 8/22/2003 11:24:08 PM
Hi, I am new to programming in .NET. I would like to create a window that would dock to one side of the parent window. Much like the property window in Visual Studio .NET. So I thought that I would create a mdi application with a child window performing as the property window. Though I believe ...more >>


Where is the Column collection in a DataGrid?
Posted by mCompany at 8/22/2003 8:59:51 PM
How do I access the Column collection in a bound DataGrid? Example: DataGrid.DataSource = ds.Tables("MyTable") ...more >>

comboBox TextChanged event fires twice because Items.Insert() fires the event too...
Posted by robhindman NO[at]SPAM hotmail.com at 8/22/2003 1:45:38 PM
Hi, I have a simple windows form, with two ComboBox controls (and several other controls). For both of the comboBox controls, DropDownStyle=DropDown. For some reason that I can't figure out, when the user pastes text into the comboBox, the event fires twice. At first I didn't notice this, but o...more >>

Is there a Post Load event? Trying to set selected indeces on bound combo boxes.
Posted by Glorfindel at 8/22/2003 1:41:17 PM
I've discovered that if you bind a data table to a combo box, and set the selected index to -1 and or the Text to "", it doent work during The Load event. If you do it somewhere later, it does. That brings up the question of is there a post load event in the .NET framework. I looked for one bu...more >>

Crystal kills .NET app
Posted by Matt Gould at 8/22/2003 1:39:47 PM
I have an application that uses the Crystal Windows forms viewer to display reports. The reports are populated with data from a strongly-typed dataset. The app runs fine on the development machine, but not on client machines. The form with the report viewer displays properly. Then I ...more >>

Exracting images from a WinForm app
Posted by Andrew Connell at 8/22/2003 9:38:26 AM
Is there a way to extract the icons/images from a WinForm application? = Anyone know of the copyright info as well? For example, I like the = icons in the WebMatrix application and would like to simply look at them = in more detail... with a graphic application. If it's ok, would like to = us...more >>

WebMatrix Source?
Posted by Andrew Connell at 8/22/2003 9:34:41 AM
Anyone know of plans to release the source code for WebMatrix? It's a = slick and fast IDE... moreso than SharpDevelop. Since it's a free = project, would make a great case study (similar to TaskVision). -AC...more >>

TextChanged event firing before the KeyXXX events
Posted by Fabrício de Novaes Kucinskis at 8/22/2003 2:47:52 AM
Hi all, I have a combobox control, in wich I put an autocomplete code. This code is in the TextChanged event, but when this event fires, the Text property isn't updated yet. For example, if the Text property is "Foo" and I press the letter "d", the Text property when the TextChanged event r...more >>



starting form won't appear
Posted by dennist at 8/22/2003 12:02:29 AM
I have a simple form called frmTopicFromStart with a sub main in modPrimary. Here is the code for both. In the form I have a tabcontro with 2 tabs and a quit button. But when I start the app a no longer existing form1 appears on the screen with no controls. I checked carefully. The st...more >>


DevelopmentNow Blog