all groups > vb.net controls > march 2006 > threads for march 22 - 28, 2006
Filter by week: 1 2 3 4 5
Change the size of ToolStrip
Posted by Alex Clark at 3/28/2006 8:48:19 PM
Hi all,
I'm using the ToolStrip in .NET 2.0, and I can't seem to find a way to
change the size of it. What I want is a toolbar the size of the IE toolbar,
preferably with text below images if possible. Can anyone shed any light on
how to do this?
Thanks,
Alex Clark
... more >>
How to cancel BindingNavigator's move action?
Posted by Jerry H. at 3/27/2006 7:25:29 PM
How can I check the current row's values before the Binding Navigator
commits changes to the underlying list (datatable, actually).
... more >>
what to use so I can capture an event
Posted by HockeyFan at 3/24/2006 10:32:03 AM
I have a control, currently a hyperlink, inside a repeater on an ASP.Net page.
I populate the text from a database. It's a "Message Title", which means it
could typically be 20 or 30 characters long. I was told to use a hyperlink,
but when I got to the point where I wanted to capture events f... more >>
Remove not hide user control
Posted by Mike TI at 3/24/2006 1:26:11 AM
March 24, 2006
Hi all
I am new to VB.NET and am using VB.NET 2005.
I have an MDI form with a Split Container Control. On demand I am adding and
removing User Controls on Panel 2. I am using Show() and Hide(). It works
perfectly. The only thing is I would like to remove the User Control ... more >>
Listview slow to load
Posted by Mike at 3/23/2006 12:49:33 PM
I have a listview that is loaded in a form_load event. The first time it
launches , at least in debug mode, it takes 20 or so seconds to load it. if
the form is closed and opened again it loads within seconds. The form is
called from a menu strip item like this;
OpenNCFrm.ShowDialog()
on for... more >>
(redirected from another newsgroup)
Posted by Jem Mawson at 3/22/2006 2:59:58 AM
I posted this question in the wrong newsgroup, so its reposted here.
I would like to implement a DropDownList style ComboBox
where you can select values in the list by pressing the first few
characters of the value.
For an example, fire up MS Word and check out Options | General |
Measureme... more >>
|