Incremental Search Combo
Sun, 22 Jun 2008 18:41:57 -0700 (PDT)
I am after an incremental search combo that can be used for searching
through potentially thousands of records. The way it should work is
that as the user types it dynamically loads records from the db (or
list) into the combo, rather than having them all up front in the
list. This is similar to the way many aja ...
|
Can't derive from System.Windows.Forms.TreeView
Mon, 23 Jun 2008 03:38:08 +0200
Hi,
I'd like to create a specialized version of System.Windows.Forms.TreeView. But creating a class and deriving from TreeView doesn't work. I can't drag this new class onto a Form or store it in the Toolbox.
What am I doing wrong here? How can I derive from TreeView and have all the Visual Studio Designer fea ...
|
ToolStripProgressBar: Style is always Continuous
Fri, 20 Jun 2008 23:12:46 +0200
Hi,
I don't seem to be able to change the ProgressBar Style property in Visual Studio 2008. No matter what value I set it to, the ProgressBar is always displayed as "Continuous".
Does anyone have the same experience? Or am I doing something wrong here?
TIA,
Axel Dahmen ...
|
DataGridViewImageButtonColumn, custom column for DataGridView, image
with mouse-overs
Fri, 20 Jun 2008 09:47:04 -1000
Dear DataGridView lovers,
I want a DataGridViewColumn that acts like a button but that shows an
image. Furthermore, when the user mouse-overs the image or clicks on it,
I want the image to change.
I've written some code the works, KINDA. Actually it works well, except
it generates error messages in the d ...
|
ToolStripStatusLabel (.NET 3.5): Can't clear text property
Fri, 20 Jun 2008 19:18:42 +0200
Hi,
in a WinForms application I'm using a System.Windows.Forms.StatusStrip control. In this control I'm using a System.Windows.Forms.ToolStripStatusLabel control.
What's strange is that I can't clear the text of the ToolStripStatusLabel control once I've set it to something else but String.Empty.
Here's som ...
|
Any free UI controls? I mean real free controls.
Thu, 19 Jun 2008 21:47:23 -0700 (PDT)
A few years ago, when the .NET version was still 1.1, there was a UI
controls library called Magic Library. It was free, but now it's gone
commercial.
I'd like to add some UI eye candies for my freewares but don't need
them that much to create them spending my time. I'd rather enhance the
program itself. So I ...
|
How to refresh a computed column in DataGridView before leaving the row ?
Thu, 19 Jun 2008 12:30:03 +0200
Hi all,
I'm using a DataTable with computed columns as the source for my
DataGridView.
When I change the value used by the computed column, the computed column is
updated only when I leave the row. I would like to update the computed
column when I leave cell (moving to another cell on the same row).
H ...
|
|
|
DataGrid...Possible way?
Wed, 11 Jun 2008 11:26:02 -0700
Hi,
Actually, this is a question for CF DataGrid control, however, I just would
like to see any possible idea for this question from this newsgroup as well...
Environment : VS.NET 2005/CF 2.0
DataGrid control is used for Pocket PC application.
Q: is there any way I can hide a row programatically in t ...
|
gridview.AllowUserToResizeColumns
Tue, 10 Jun 2008 13:40:19 -0700
I have about 6 datagrids on a windows form. (on different tabs in a tab
control).
I set gridview.AllowUserToResizeColumns = true for all of them, but only
some of my gridviews allow resizing at run-time.
What am I doing wrong?
--
Arne Garvander
Certified Geek
Professional Data Dude ...
|
DataGridView custom formatter not called for designated column
Tue, 10 Jun 2008 12:52:00 -0700
I have a DataGridView which is bound to a DataSource where the data comes
from a stored procedure. Some of the data columns are of type decimal but I
would like to display the values in integer plus fraction format (e.g., "46
3/4" instead of "46.75") so I want to display a custom string instead of the
defau ...
|