all groups > dotnet windows forms > march 2006 > threads for thursday march 23
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
Problem with DataGridBoolColumn
Posted by Yossi And Inbar at 3/23/2006 11:57:47 PM
Hi,
I am using VS2003 C# and i have a problem with DataGridBoolColumn.
I am using DataGridBoolColumn for show open/close Value, but the column not
work like i need :
1) The columns are gray. all other columns are ok.
2) The values at the column are allways true, not like in the databas... more >>
Start when Windows Starts
Posted by JezB at 3/23/2006 4:41:08 PM
I want to add a checkbox preference to my windows app :
Start When Windows Starts
How can I ensure that the program is indeed started when windows starts when
the preference is set (rather than just rely on the user adding it to his
Startup program group).
... more >>
Change Color of a datagrid cell
Posted by Richard Harris at 3/23/2006 3:38:28 PM
Hi,
Can anyone tell if there is an easy way to change the background color of a
cell on a datagrid depending on the cell value?
Thanks
Richard
... more >>
combobox.SelectedIndex = -1 does not empty combobox
Posted by wesbird at 3/23/2006 2:27:01 PM
Hi:
I have 3 combobox in my winform, Entity, company and department, one drive
another.
I like have Entity bind to a datasource and have a default value selected,
so company also get a datasource from entity. but not default value. I would
like user to pick from the list.
I also hav... more >>
Behavior error from PropertyGrid + CollectionEditor-Form
Posted by Martin at 3/23/2006 12:44:26 PM
I have a custom control which has got a custom collection. if I expand the
property in propertygrid the CollectionEditor shows the standard
CollectionEditorCollectionForm-form, which has got a propertygrid also. the
type which is displayed in the propertygrid of this form has a property
wher... more >>
Activate MDI Child
Posted by Philip at 3/23/2006 8:47:22 AM
Hi,
I have an MDI Parent form with 2 mdi children.
I have implemented a copy of data from one child to the other, and the
target form should then become the active mdi child.
But when I try to do this:
frmEditor.MdiChildren(1).ActivateMdiChild()
I get a compilation error:
'System.W... more >>
multi column treeview
Posted by pv_kannan NO[at]SPAM yahoo.com at 3/23/2006 12:03:01 AM
is there a way I could have a multi-column treeview in .NET 2.0?
Something more UI pleasing than the TreeListview control. I read
somewhere that we could create it in VS.NET 2005 inherent controls...
... more >>
|