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 13

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

Remove a row from a sorted table ?
Posted by Amerio at 3/13/2004 11:57:37 PM
Hi, I have a datagrid, sorted according to its 1st column. I want to remove the row currently selected. But CurrentRowIndex returns the sorted index, witch is not (!!) the stored row index. Any one can help ? ...more >>

mdi child forms not closing in the right order
Posted by rob_sz NO[at]SPAM hotmail.com at 3/13/2004 6:27:16 PM
Hi all, I am just starting to write my first mdi app and get the feeling that if you hit the 'X' in top-right mdi form to close it, the order of events is as follows: all mdi child forms first get the 'closing' event, THEN they all get the 'closed' event. If this is true then I don't know of any...more >>

Find a compont's parent
Posted by Perry van Kuppeveld at 3/13/2004 4:57:46 PM
Hi, Im writing a component to store size and position of a window. Since there's no user input I derived it from Component. The problem now is: - When the component is dropped I need to know where it is dropped (design time). It should only be dropped on a form. - How do I get a reference ...more >>

WebBrowser control changing header and footer?
Posted by Hadi at 3/13/2004 4:15:28 PM
Hello, Apart from changing the registry setting is there a way to change the header and footer when printing from WebBrowser control? Thanks, Hadi ...more >>

Run-time Error creating an app Excel Object
Posted by Vic at 3/13/2004 12:56:07 PM
Im trying to create an Excel Object in .NET, many times I did in VB6 So here the code in a .NET window form Private Sub btnExcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExcel.Clic Dim FileName As Strin Dim appExcel As New Excel.Application( Dim Hoja A...more >>

treeview node expansion: how to stop doubleclick raise AfterExpand
Posted by thomas woelfer at 3/13/2004 9:31:06 AM
hi i would like to handle the expansion of a tree node differently based on what the user did. for some nodes, although they have children, double-click should _not_ open the node but instead do something else (e.g.: open a window). for these nodes, the user should only be able to open the node by...more >>

Giving a component property a default value of its containing form
Posted by Trevor at 3/13/2004 7:56:07 AM
I am trying to design a component that is dropped into a form and adds functionality to the window. To do this it must get a pointer to the form in which it is held as it cannot inherit this from a parent class. Thats easy to do but it would be good if this all got setup without any input from the...more >>

SQL Server comment can't be the field name ?
Posted by Sébastien at 3/13/2004 4:24:38 AM
Hi, I would like to know if there is any way to get the Description SQL Server field in the header row of my datagrid or simply in a textbox. I did not found any way to get the Description field (I think it is the field we use to display something else than the field name). I would like to...more >>



Text in rich textbox
Posted by Chris at 3/13/2004 3:16:05 AM
Hi How can I automatically adjust height of my rich textbox so it always shows the whole text without using scrollbars Chris Sweden ...more >>


DevelopmentNow Blog