all groups > vb.net controls > january 2005 > threads for january 15 - 21, 2005
Filter by week: 1 2 3 4 5
.NET ListBox with Column Widths Like MS Access ListBox
Posted by Howard Walters at 1/21/2005 11:52:49 PM
Is there a VB.NET ListBox (Microsoft or 3rd party) that simply has similar
properties of the Microsoft Access ListBox? You know where I load it up
with several columns of data and can hide the column(s) I want with a zero
length property.
I really liked this Access ListBox where I could ge... more >>
Listbox - Multiple Columns
Posted by Ulka Shah at 1/20/2005 10:03:28 AM
How to use multicoumns in listbox ?
... more >>
Editing ListBoxes
Posted by Matt at 1/20/2005 9:06:09 AM
Is it possible to click into and add/delete items from a listbox on the fly?
If not, which would work better for this situation?
Thanks,
Matt
... more >>
Problems when using extendeddatagrid
Posted by norton at 1/19/2005 11:33:31 AM
Hi All,
i am trying to use an ExtendedDatagrid
(http://dotnet.leadit.be/extendeddatagrid/CategoryView.aspx?category=Home)
to display data from a DataSet. However it returns an exception during
Paint. It won't happen when the data source is my self defined Object() as
at the VB
Sample(htt... more >>
List View
Posted by Matt at 1/18/2005 2:13:03 PM
How do I select index 0 in a list view by default?
Thanks,
Matt
... more >>
Custom property edit dialog
Posted by Bill Tinker at 1/18/2005 10:28:15 AM
I have a custom control that has a Text property that can contain a
significant amount of text - more like a Memo value than a short piece of
text. It is rather awkward to set this value in the design-time property
window using the small internal Text item - especially as it would be
convenient ... more >>
Progress bar with text?
Posted by Tom at 1/17/2005 11:39:58 AM
Is there a way to put text (i.e. xxx%) in the middle of a Windows Form
progress bar while it is being updated? I am sure there is a way to do this
(maybe via OnPaint?) but I can't find any VB.NET examples. I thought I could
make a component that inherits the Progress Bar but it is not inheritable... more >>
maintaining relationships between tabl;es at runtime
Posted by gaffar at 1/17/2005 11:11:26 AM
Hello Sir,
I have created database(ms access) and tables at runtime how to maintain
relation ships between the tables. by using vb.net.
Thanking u sir.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Combobox Load Issue
Posted by Atley at 1/15/2005 12:07:55 AM
I am trying to load a combo box using record IDs as the Index numbers.
I cannot seem to find a way to do this properly, what am I missing? I have
tried to use the Insert and the Add methods of the combo box with little
success.
I must be missing something obvious, but I cannot find it. Is ... more >>
|