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 > december 2003 > threads for tuesday december 2

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

What happened to the LINE in vb.net?
Posted by Gary at 12/2/2003 9:43:31 PM
hi... Just going about making my form up and noticed there is no LINE in the toolbox!!! what happened, where did it go? what do I have to activate to make it appear in the tool box? Thanks, Gary ...more >>

Shared Data
Posted by Andrew Robinson at 12/2/2003 9:26:35 PM
I am working on a forms based application that will have 3 or 4 different forms. I need to share a data set between them that can be updated by each or the forms. What is the best way to do this? How can I instantiate a class that is available to each of these forms? thanks, -Andrew ...more >>

MULTIPLE SENDERS FOR AN EVENT
Posted by Rob at 12/2/2003 8:58:08 PM
All of my controls are built at runtime. The events for the controls are hard coded and I relate the control to the event at runtime since the control is created at runtime. The problem is the same event might be used by different controls and I am having problems with determining what con...more >>

Double Click DataGrid Cell
Posted by T. Ford at 12/2/2003 7:29:50 PM
Hey. I've searched far and wide and not found anything that I could get to work for handling the double click event of a particular cell. I can get it for an entire row, but not a particular cell. I tried drilling down to the TextBox itself and putting an event handler on that for the d...more >>

Export an application
Posted by Juan Carlos at 12/2/2003 4:22:41 PM
Hi I created a window form application but I don't know how to export it. How do I export my application??? Reggards...more >>

Tree view depth?
Posted by Ayende Rahien at 12/2/2003 4:13:21 PM
I've a tree view in my application, and on the other side there is a list view, I want to show on the listview details about the all the exposed nodes in the tree view, how can this be done? I need to know the height of every node, I guess, but how can I get it? Example: treeview listview ...more >>

Rectangle.Inflate
Posted by discussion NO[at]SPAM discussion.microsoft.com at 12/2/2003 1:11:39 PM
Hi, Why no inverse of this method? We can inflate but not deflate or shrink? Thanks. ...more >>

design wonderment....
Posted by Lloyd Dupont at 12/2/2003 1:07:06 PM
for the neet of my PocketPC applicatino (compact framework) I designed my own table control. it features type dependant editor for each individual cells, as a child control I show when I edit a cell (basically when I clic in a cell on the selected row) my concern is when stop editing ? I'm a...more >>



Newby Question!
Posted by Carl Howarth at 12/2/2003 10:58:38 AM
Hello, I think I'm being a bit daft but I have an app with 2 forms.... I select a record from the first form which opens a new window and shows the record which can then be updated. Once updated I want the second form to close and the first form to be updated. I have a sub procedure on the...more >>

Combo Box Binding Freezes on 2nd Item
Posted by Mark Phillips at 12/2/2003 9:50:24 AM
Hi, I have bound a combobox to a dataset. With the standard: this.cboPhoneType.DataSource = dsPhones; this.cboPhoneType.DisplayMember = "PhoneType.Description"; this.cboPhoneType.ValueMember = "PhoneType.PhoneTypeID"; this.cboPhoneType.DataBindings.Add("SelectedValue", dsPhones, "PersonP...more >>

Inherited form not showing as form in Solution Explorer
Posted by Bill Gates at 12/2/2003 7:31:56 AM
I have a couple of forms that are inherited from a base form. The base form icon shows as a form and I am able to bring up the form designer, however the inherited forms only show up as *.cs. I.e., code... so I am unable to open them in designer. Does anyone know what might be causing this? ...more >>

Subclassing panel == no mousewheel?
Posted by Glenn Nilsson at 12/2/2003 12:44:35 AM
Hi, I've subclassed a Panel and trying to catch the MouseWheel event, non successful I tried to override OnMouseWheel, but none of the above will trigger the event. The code is this: namespace Wailqill.Windows.Forms { public class FlowPanel : System.Windows.Forms.Panel { ...more >>


DevelopmentNow Blog